Shades of Biloba Flower #AA8EE8
Tints of Biloba Flower #AA8EE8
RGB
CMYK
RGB Variations
Color information
#AA8EE8 (or 0xAA8EE8) is known color: Biloba Flower. HEX triplet: AA, 8E and E8. RGB value is (170,142,232). Sum of RGB (Red+Green+Blue) = 170+142+232=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA8EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8EE8 is #557117. Grayscale: #A0A0A0. Windows color (decimal): -5599512 or 15240874. OLE color: 15240874.
HSL color Cylindrical-coordinate representation of color #AA8EE8: hue angle of 258.67º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA8EE8 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 142 | 232 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.09 |
| HSL | 258.67º | 0.66% | 0.73% | - |
| HSV(B) | 258.67º | 0.39% | 0.91% | - |
| XYZ | 40.82 | 33.72 | 80.7 | - |
| YUV | 160.63 | 168.28 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 232 | 0.27 | 0.39 | 0 | 0.09 | 258.67 | 0.66 | 0.73 |
| Hex | AA | 8E | E8 | 1B | 27 | 0 | 9 | 103 | 42 | 49 |
| Octal | 252 | 216 | 350 | 33 | 47 | 0 | 11 | 403 | 102 | 111 |
| Binary | 10101010 | 10001110 | 11101000 | 11011 | 100111 | 0 | 1001 | 100000011 | 1000010 | 1001001 |
Color Harmonies of #AA8EE8
Complementary color
Monochromatic Colors of #AA8EE8
Black with #AA8EE8
Text Example
Text Example
White with #AA8EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8EE8; }
p { color: rgb(170,142,232); }
H1.HeaderClassName
{
color: #AA8EE8;
}
.AnyTagClassName
{
color: #AA8EE8;
}
</style>
background-color css
<style>
a { background-color: #AA8EE8; }
a { background-color: rgb(170,142,232); }
div.DivClassName
{
background-color: #AA8EE8;
}
.BgClassName
{
background-color: #AA8EE8;
}
</style>
border-color css
<style>
span { border-color: #AA8EE8; }
span { border-color: rgb(170,142,232); }
td.TdClassName
{
border-color: #AA8EE8;
}
.TagClassName
{
border-color: #AA8EE8;
}
</style>