Shades of Biloba Flower #AEA0D0
Tints of Biloba Flower #AEA0D0
RGB
CMYK
RGB Variations
Color information
#AEA0D0 (or 0xAEA0D0) is known color: Biloba Flower. HEX triplet: AE, A0 and D0. RGB value is (174,160,208). Sum of RGB (Red+Green+Blue) = 174+160+208=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEA0D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0D0 is #515F2F. Grayscale: #A9A9A9. Windows color (decimal): -5332784 or 13672622. OLE color: 13672622.
HSL color Cylindrical-coordinate representation of color #AEA0D0: hue angle of 257.5º degrees, saturation: 0.34, 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 #AEA0D0 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 160 | 208 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.18 |
| HSL | 257.5º | 0.34% | 0.72% | - |
| HSV(B) | 257.5º | 0.23% | 0.82% | - |
| XYZ | 41.41 | 38.69 | 64.96 | - |
| YUV | 169.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 208 | 0.16 | 0.23 | 0 | 0.18 | 257.5 | 0.34 | 0.72 |
| Hex | AE | A0 | D0 | 10 | 17 | 0 | 12 | 102 | 22 | 48 |
| Octal | 256 | 240 | 320 | 20 | 27 | 0 | 22 | 402 | 42 | 110 |
| Binary | 10101110 | 10100000 | 11010000 | 10000 | 10111 | 0 | 10010 | 100000010 | 100010 | 1001000 |
Color Harmonies of #AEA0D0
Complementary color
Monochromatic Colors of #AEA0D0
Black with #AEA0D0
Text Example
Text Example
White with #AEA0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA0D0; }
p { color: rgb(174,160,208); }
H1.HeaderClassName
{
color: #AEA0D0;
}
.AnyTagClassName
{
color: #AEA0D0;
}
</style>
background-color css
<style>
a { background-color: #AEA0D0; }
a { background-color: rgb(174,160,208); }
div.DivClassName
{
background-color: #AEA0D0;
}
.BgClassName
{
background-color: #AEA0D0;
}
</style>
border-color css
<style>
span { border-color: #AEA0D0; }
span { border-color: rgb(174,160,208); }
td.TdClassName
{
border-color: #AEA0D0;
}
.TagClassName
{
border-color: #AEA0D0;
}
</style>