Shades of Biloba Flower #AA8ECD
Tints of Biloba Flower #AA8ECD
RGB
CMYK
RGB Variations
Color information
#AA8ECD (or 0xAA8ECD) is known color: Biloba Flower. HEX triplet: AA, 8E and CD. RGB value is (170,142,205). Sum of RGB (Red+Green+Blue) = 170+142+205=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA8ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ECD is #557132. Grayscale: #9D9D9D. Windows color (decimal): -5599539 or 13471402. OLE color: 13471402.
HSL color Cylindrical-coordinate representation of color #AA8ECD: hue angle of 266.67º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA8ECD is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 142 | 205 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.20 |
| HSL | 266.67º | 0.39% | 0.68% | - |
| HSV(B) | 266.67º | 0.31% | 0.8% | - |
| XYZ | 37.27 | 32.3 | 62.03 | - |
| YUV | 157.55 | 154.78 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 205 | 0.17 | 0.31 | 0 | 0.20 | 266.67 | 0.39 | 0.68 |
| Hex | AA | 8E | CD | 11 | 1F | 0 | 14 | 10B | 27 | 44 |
| Octal | 252 | 216 | 315 | 21 | 37 | 0 | 24 | 413 | 47 | 104 |
| Binary | 10101010 | 10001110 | 11001101 | 10001 | 11111 | 0 | 10100 | 100001011 | 100111 | 1000100 |
Color Harmonies of #AA8ECD
Complementary color
Monochromatic Colors of #AA8ECD
Black with #AA8ECD
Text Example
Text Example
White with #AA8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8ECD; }
p { color: rgb(170,142,205); }
H1.HeaderClassName
{
color: #AA8ECD;
}
.AnyTagClassName
{
color: #AA8ECD;
}
</style>
background-color css
<style>
a { background-color: #AA8ECD; }
a { background-color: rgb(170,142,205); }
div.DivClassName
{
background-color: #AA8ECD;
}
.BgClassName
{
background-color: #AA8ECD;
}
</style>
border-color css
<style>
span { border-color: #AA8ECD; }
span { border-color: rgb(170,142,205); }
td.TdClassName
{
border-color: #AA8ECD;
}
.TagClassName
{
border-color: #AA8ECD;
}
</style>