Shades of Biloba Flower #AEA0DE
Tints of Biloba Flower #AEA0DE
RGB
CMYK
RGB Variations
Color information
#AEA0DE (or 0xAEA0DE) is known color: Biloba Flower. HEX triplet: AE, A0 and DE. RGB value is (174,160,222). Sum of RGB (Red+Green+Blue) = 174+160+222=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEA0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0DE is #515F21. Grayscale: #ABABAB. Windows color (decimal): -5332770 or 14590126. OLE color: 14590126.
HSL color Cylindrical-coordinate representation of color #AEA0DE: hue angle of 253.55º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEA0DE is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 160 | 222 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.13 |
| HSL | 253.55º | 0.48% | 0.75% | - |
| HSV(B) | 253.55º | 0.28% | 0.87% | - |
| XYZ | 43.21 | 39.41 | 74.44 | - |
| YUV | 171.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 222 | 0.22 | 0.28 | 0 | 0.13 | 253.55 | 0.48 | 0.75 |
| Hex | AE | A0 | DE | 16 | 1C | 0 | D | FE | 30 | 4B |
| Octal | 256 | 240 | 336 | 26 | 34 | 0 | 15 | 376 | 60 | 113 |
| Binary | 10101110 | 10100000 | 11011110 | 10110 | 11100 | 0 | 1101 | 11111110 | 110000 | 1001011 |
Color Harmonies of #AEA0DE
Complementary color
Monochromatic Colors of #AEA0DE
Black with #AEA0DE
Text Example
Text Example
White with #AEA0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA0DE; }
p { color: rgb(174,160,222); }
H1.HeaderClassName
{
color: #AEA0DE;
}
.AnyTagClassName
{
color: #AEA0DE;
}
</style>
background-color css
<style>
a { background-color: #AEA0DE; }
a { background-color: rgb(174,160,222); }
div.DivClassName
{
background-color: #AEA0DE;
}
.BgClassName
{
background-color: #AEA0DE;
}
</style>
border-color css
<style>
span { border-color: #AEA0DE; }
span { border-color: rgb(174,160,222); }
td.TdClassName
{
border-color: #AEA0DE;
}
.TagClassName
{
border-color: #AEA0DE;
}
</style>