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
#AEA7F6
Biloba Flower color values
- HEX
- #AEA7F6
- RGB
- 174, 167, 246
- HSL
- 245°, 81%, 81%
- CMYK
- 29, 32, 0, 4
Shades & tints
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.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
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.
Brands using similar hue
21 brand s with colors near 245° on the color wheel
Frequently asked questions
What color is #AEA7F6?
What is the RGB value of #AEA7F6?
Is Biloba Flower a warm or cool color?
How do I use #AEA7F6 in CSS?
background-color: #AEA7F6; or color: #AEA7F6; or as an RGB value: rgb(174, 167, 246). For print design, use CMYK: 29%, 32%, 0%, 4%.