Shades of Biloba Flower #AA9ECC
Tints of Biloba Flower #AA9ECC
RGB
CMYK
RGB Variations
Color information
#AA9ECC (or 0xAA9ECC) is known color: Biloba Flower. HEX triplet: AA, 9E and CC. RGB value is (170,158,204). Sum of RGB (Red+Green+Blue) = 170+158+204=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ECC is #556133. Grayscale: #A6A6A6. Windows color (decimal): -5595444 or 13409962. OLE color: 13409962.
HSL color Cylindrical-coordinate representation of color #AA9ECC: hue angle of 255.65º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA9ECC is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 158 | 204 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.2 |
| HSL | 255.65º | 0.31% | 0.71% | - |
| HSV(B) | 255.65º | 0.23% | 0.8% | - |
| XYZ | 39.7 | 37.36 | 62.25 | - |
| YUV | 166.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 204 | 0.17 | 0.23 | 0 | 0.2 | 255.65 | 0.31 | 0.71 |
| Hex | AA | 9E | CC | 11 | 17 | 0 | 14 | 100 | 1F | 47 |
| Octal | 252 | 236 | 314 | 21 | 27 | 0 | 24 | 400 | 37 | 107 |
| Binary | 10101010 | 10011110 | 11001100 | 10001 | 10111 | 0 | 10100 | 100000000 | 11111 | 1000111 |
Color Harmonies of #AA9ECC
Complementary color
Monochromatic Colors of #AA9ECC
Black with #AA9ECC
Text Example
Text Example
White with #AA9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9ECC; }
p { color: rgb(170,158,204); }
H1.HeaderClassName
{
color: #AA9ECC;
}
.AnyTagClassName
{
color: #AA9ECC;
}
</style>
background-color css
<style>
a { background-color: #AA9ECC; }
a { background-color: rgb(170,158,204); }
div.DivClassName
{
background-color: #AA9ECC;
}
.BgClassName
{
background-color: #AA9ECC;
}
</style>
border-color css
<style>
span { border-color: #AA9ECC; }
span { border-color: rgb(170,158,204); }
td.TdClassName
{
border-color: #AA9ECC;
}
.TagClassName
{
border-color: #AA9ECC;
}
</style>