Shades of Biloba Flower #AEA0DB
Tints of Biloba Flower #AEA0DB
RGB
CMYK
RGB Variations
Color information
#AEA0DB (or 0xAEA0DB) is known color: Biloba Flower. HEX triplet: AE, A0 and DB. RGB value is (174,160,219). Sum of RGB (Red+Green+Blue) = 174+160+219=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEA0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0DB is #515F24. Grayscale: #AAAAAA. Windows color (decimal): -5332773 or 14393518. OLE color: 14393518.
HSL color Cylindrical-coordinate representation of color #AEA0DB: hue angle of 254.24º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEA0DB is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 160 | 219 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.14 |
| HSL | 254.24º | 0.45% | 0.74% | - |
| HSV(B) | 254.24º | 0.27% | 0.86% | - |
| XYZ | 42.81 | 39.25 | 72.34 | - |
| YUV | 170.91 | 155.14 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 219 | 0.21 | 0.27 | 0 | 0.14 | 254.24 | 0.45 | 0.74 |
| Hex | AE | A0 | DB | 15 | 1B | 0 | E | FE | 2D | 4A |
| Octal | 256 | 240 | 333 | 25 | 33 | 0 | 16 | 376 | 55 | 112 |
| Binary | 10101110 | 10100000 | 11011011 | 10101 | 11011 | 0 | 1110 | 11111110 | 101101 | 1001010 |
Color Harmonies of #AEA0DB
Complementary color
Monochromatic Colors of #AEA0DB
Black with #AEA0DB
Text Example
Text Example
White with #AEA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA0DB; }
p { color: rgb(174,160,219); }
H1.HeaderClassName
{
color: #AEA0DB;
}
.AnyTagClassName
{
color: #AEA0DB;
}
</style>
background-color css
<style>
a { background-color: #AEA0DB; }
a { background-color: rgb(174,160,219); }
div.DivClassName
{
background-color: #AEA0DB;
}
.BgClassName
{
background-color: #AEA0DB;
}
</style>
border-color css
<style>
span { border-color: #AEA0DB; }
span { border-color: rgb(174,160,219); }
td.TdClassName
{
border-color: #AEA0DB;
}
.TagClassName
{
border-color: #AEA0DB;
}
</style>