Shades of Biloba Flower #AEA0D1
Tints of Biloba Flower #AEA0D1
RGB
CMYK
RGB Variations
Color information
#AEA0D1 (or 0xAEA0D1) is known color: Biloba Flower. HEX triplet: AE, A0 and D1. RGB value is (174,160,209). Sum of RGB (Red+Green+Blue) = 174+160+209=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEA0D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0D1 is #515F2E. Grayscale: #A9A9A9. Windows color (decimal): -5332783 or 13738158. OLE color: 13738158.
HSL color Cylindrical-coordinate representation of color #AEA0D1: hue angle of 257.14º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEA0D1 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 160 | 209 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.18 |
| HSL | 257.14º | 0.35% | 0.72% | - |
| HSV(B) | 257.14º | 0.23% | 0.82% | - |
| XYZ | 41.53 | 38.74 | 65.61 | - |
| YUV | 169.77 | 150.14 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 209 | 0.17 | 0.23 | 0 | 0.18 | 257.14 | 0.35 | 0.72 |
| Hex | AE | A0 | D1 | 11 | 17 | 0 | 12 | 101 | 23 | 48 |
| Octal | 256 | 240 | 321 | 21 | 27 | 0 | 22 | 401 | 43 | 110 |
| Binary | 10101110 | 10100000 | 11010001 | 10001 | 10111 | 0 | 10010 | 100000001 | 100011 | 1001000 |
Color Harmonies of #AEA0D1
Complementary color
Monochromatic Colors of #AEA0D1
Black with #AEA0D1
Text Example
Text Example
White with #AEA0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA0D1; }
p { color: rgb(174,160,209); }
H1.HeaderClassName
{
color: #AEA0D1;
}
.AnyTagClassName
{
color: #AEA0D1;
}
</style>
background-color css
<style>
a { background-color: #AEA0D1; }
a { background-color: rgb(174,160,209); }
div.DivClassName
{
background-color: #AEA0D1;
}
.BgClassName
{
background-color: #AEA0D1;
}
</style>
border-color css
<style>
span { border-color: #AEA0D1; }
span { border-color: rgb(174,160,209); }
td.TdClassName
{
border-color: #AEA0D1;
}
.TagClassName
{
border-color: #AEA0D1;
}
</style>