Shades of Biloba Flower #AA8ECC
Tints of Biloba Flower #AA8ECC
RGB
CMYK
RGB Variations
Color information
#AA8ECC (or 0xAA8ECC) is known color: Biloba Flower. HEX triplet: AA, 8E and CC. RGB value is (170,142,204). Sum of RGB (Red+Green+Blue) = 170+142+204=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA8ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ECC is #557133. Grayscale: #9D9D9D. Windows color (decimal): -5599540 or 13405866. OLE color: 13405866.
HSL color Cylindrical-coordinate representation of color #AA8ECC: hue angle of 267.1º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA8ECC is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 142 | 204 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.2 |
| HSL | 267.1º | 0.38% | 0.68% | - |
| HSV(B) | 267.1º | 0.3% | 0.8% | - |
| XYZ | 37.15 | 32.25 | 61.39 | - |
| YUV | 157.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 204 | 0.17 | 0.30 | 0 | 0.2 | 267.1 | 0.38 | 0.68 |
| Hex | AA | 8E | CC | 11 | 1E | 0 | 14 | 10B | 26 | 44 |
| Octal | 252 | 216 | 314 | 21 | 36 | 0 | 24 | 413 | 46 | 104 |
| Binary | 10101010 | 10001110 | 11001100 | 10001 | 11110 | 0 | 10100 | 100001011 | 100110 | 1000100 |
Color Harmonies of #AA8ECC
Complementary color
Monochromatic Colors of #AA8ECC
Black with #AA8ECC
Text Example
Text Example
White with #AA8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8ECC; }
p { color: rgb(170,142,204); }
H1.HeaderClassName
{
color: #AA8ECC;
}
.AnyTagClassName
{
color: #AA8ECC;
}
</style>
background-color css
<style>
a { background-color: #AA8ECC; }
a { background-color: rgb(170,142,204); }
div.DivClassName
{
background-color: #AA8ECC;
}
.BgClassName
{
background-color: #AA8ECC;
}
</style>
border-color css
<style>
span { border-color: #AA8ECC; }
span { border-color: rgb(170,142,204); }
td.TdClassName
{
border-color: #AA8ECC;
}
.TagClassName
{
border-color: #AA8ECC;
}
</style>