Shades of Biloba Flower #AE9BD7
Tints of Biloba Flower #AE9BD7
RGB
CMYK
RGB Variations
Color information
#AE9BD7 (or 0xAE9BD7) is known color: Biloba Flower. HEX triplet: AE, 9B and D7. RGB value is (174,155,215). Sum of RGB (Red+Green+Blue) = 174+155+215=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE9BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BD7 is #516428. Grayscale: #A7A7A7. Windows color (decimal): -5334057 or 14130094. OLE color: 14130094.
HSL color Cylindrical-coordinate representation of color #AE9BD7: hue angle of 259º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE9BD7 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 155 | 215 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.16 |
| HSL | 259º | 0.43% | 0.73% | - |
| HSV(B) | 259º | 0.28% | 0.84% | - |
| XYZ | 41.44 | 37.35 | 69.31 | - |
| YUV | 167.52 | 154.79 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 155 | 215 | 0.19 | 0.28 | 0 | 0.16 | 259 | 0.43 | 0.73 |
| Hex | AE | 9B | D7 | 13 | 1C | 0 | 10 | 103 | 2B | 49 |
| Octal | 256 | 233 | 327 | 23 | 34 | 0 | 20 | 403 | 53 | 111 |
| Binary | 10101110 | 10011011 | 11010111 | 10011 | 11100 | 0 | 10000 | 100000011 | 101011 | 1001001 |
Color Harmonies of #AE9BD7
Complementary color
Monochromatic Colors of #AE9BD7
Black with #AE9BD7
Text Example
Text Example
White with #AE9BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9BD7; }
p { color: rgb(174,155,215); }
H1.HeaderClassName
{
color: #AE9BD7;
}
.AnyTagClassName
{
color: #AE9BD7;
}
</style>
background-color css
<style>
a { background-color: #AE9BD7; }
a { background-color: rgb(174,155,215); }
div.DivClassName
{
background-color: #AE9BD7;
}
.BgClassName
{
background-color: #AE9BD7;
}
</style>
border-color css
<style>
span { border-color: #AE9BD7; }
span { border-color: rgb(174,155,215); }
td.TdClassName
{
border-color: #AE9BD7;
}
.TagClassName
{
border-color: #AE9BD7;
}
</style>