Skip to main content

Biloba Flower

#AEA7F6

Biloba Flower is a cool light color with the hex code #AEA7F6. This vibrant hue can be represented as RGB 174, 167, 246 in digital design or CMYK 29%, 32%, 0%, 4% for print applications. Find matching Pantone color.

Biloba Flower color values

HEX
#AEA7F6
RGB
174, 167, 246
HSL
245°, 81%, 81%
CMYK
29, 32, 0, 4

About this color

Biloba Flower sits at 245° on the color wheel with 81% saturation and 81% lightness, placing it in the blue segment of the spectrum. With saturation at 81%, this is a high-chroma color: the kind that anchors palettes and demands considered placement. The elevated lightness keeps it airy and open, well-suited to large surface areas without visual weight.

In digital environments, Biloba Flower is rendered as rgb(174, 167, 246), where the blue channel is highest at 246, producing a strongly blue character. High saturation at this lightness produces strong contrast against white — effective for CTAs, badges, and elements that need to stop the eye.

For print, Biloba Flower translates to a CMYK breakdown of 29C 32M 0Y 4K. With almost no black ink (4%), this color is built almost entirely from process inks: 29% cyan, 32% magenta. This profile tends toward vibrancy in print, though ink density limits on press may affect saturation on coated versus uncoated stock. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Biloba Flower

CSS Variable

:root {
  --brand-primary: #AEA7F6;
  --brand-primary-rgb: 174, 167, 246;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#AEA7F6',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 29%
M: 32%
Y: 0%
K: 4%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(174, 167, 246)
rgba(174, 167, 246, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #AEA7F6?
#AEA7F6 is Biloba Flower, a cool light color with RGB values of 174, 167, 246. It has a hue of 245°, 81% saturation, and 81% lightness in the HSL color space.
What is the RGB value of #AEA7F6?
The RGB color code for #AEA7F6 is rgb(174, 167, 246). This means it contains 174 red, 167 green, and 246 blue in the RGB color model.
Is Biloba Flower a warm or cool color?
Biloba Flower (#AEA7F6) is a cool color with a hue between 120-300° on the color wheel.
How do I use #AEA7F6 in CSS?
You can use #AEA7F6 in CSS with: background-color: #AEA7F6; or color: #AEA7F6; or as an RGB value: rgb(174, 167, 246). For print design, use CMYK: 29%, 32%, 0%, 4%.