Shades of Biloba Flower #AA8EEA
Tints of Biloba Flower #AA8EEA
RGB
CMYK
RGB Variations
Color information
#AA8EEA (or 0xAA8EEA) is known color: Biloba Flower. HEX triplet: AA, 8E and EA. RGB value is (170,142,234). Sum of RGB (Red+Green+Blue) = 170+142+234=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA8EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8EEA is #557115. Grayscale: #A0A0A0. Windows color (decimal): -5599510 or 15371946. OLE color: 15371946.
HSL color Cylindrical-coordinate representation of color #AA8EEA: hue angle of 258.26º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA8EEA is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 142 | 234 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.08 |
| HSL | 258.26º | 0.69% | 0.74% | - |
| HSV(B) | 258.26º | 0.39% | 0.92% | - |
| XYZ | 41.1 | 33.83 | 82.21 | - |
| YUV | 160.86 | 169.28 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 234 | 0.27 | 0.39 | 0 | 0.08 | 258.26 | 0.69 | 0.74 |
| Hex | AA | 8E | EA | 1B | 27 | 0 | 8 | 102 | 45 | 4A |
| Octal | 252 | 216 | 352 | 33 | 47 | 0 | 10 | 402 | 105 | 112 |
| Binary | 10101010 | 10001110 | 11101010 | 11011 | 100111 | 0 | 1000 | 100000010 | 1000101 | 1001010 |
Color Harmonies of #AA8EEA
Complementary color
Monochromatic Colors of #AA8EEA
Black with #AA8EEA
Text Example
Text Example
White with #AA8EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8EEA; }
p { color: rgb(170,142,234); }
H1.HeaderClassName
{
color: #AA8EEA;
}
.AnyTagClassName
{
color: #AA8EEA;
}
</style>
background-color css
<style>
a { background-color: #AA8EEA; }
a { background-color: rgb(170,142,234); }
div.DivClassName
{
background-color: #AA8EEA;
}
.BgClassName
{
background-color: #AA8EEA;
}
</style>
border-color css
<style>
span { border-color: #AA8EEA; }
span { border-color: rgb(170,142,234); }
td.TdClassName
{
border-color: #AA8EEA;
}
.TagClassName
{
border-color: #AA8EEA;
}
</style>