Shades of Biloba Flower #AA9ACE
Tints of Biloba Flower #AA9ACE
RGB
CMYK
RGB Variations
Color information
#AA9ACE (or 0xAA9ACE) is known color: Biloba Flower. HEX triplet: AA, 9A and CE. RGB value is (170,154,206). Sum of RGB (Red+Green+Blue) = 170+154+206=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA9ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ACE is #556531. Grayscale: #A4A4A4. Windows color (decimal): -5596466 or 13540010. OLE color: 13540010.
HSL color Cylindrical-coordinate representation of color #AA9ACE: hue angle of 258.46º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA9ACE is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 154 | 206 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.19 |
| HSL | 258.46º | 0.35% | 0.71% | - |
| HSV(B) | 258.46º | 0.25% | 0.81% | - |
| XYZ | 39.27 | 36.11 | 63.29 | - |
| YUV | 164.71 | 151.3 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 206 | 0.17 | 0.25 | 0 | 0.19 | 258.46 | 0.35 | 0.71 |
| Hex | AA | 9A | CE | 11 | 19 | 0 | 13 | 102 | 23 | 47 |
| Octal | 252 | 232 | 316 | 21 | 31 | 0 | 23 | 402 | 43 | 107 |
| Binary | 10101010 | 10011010 | 11001110 | 10001 | 11001 | 0 | 10011 | 100000010 | 100011 | 1000111 |
Color Harmonies of #AA9ACE
Complementary color
Monochromatic Colors of #AA9ACE
Black with #AA9ACE
Text Example
Text Example
White with #AA9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9ACE; }
p { color: rgb(170,154,206); }
H1.HeaderClassName
{
color: #AA9ACE;
}
.AnyTagClassName
{
color: #AA9ACE;
}
</style>
background-color css
<style>
a { background-color: #AA9ACE; }
a { background-color: rgb(170,154,206); }
div.DivClassName
{
background-color: #AA9ACE;
}
.BgClassName
{
background-color: #AA9ACE;
}
</style>
border-color css
<style>
span { border-color: #AA9ACE; }
span { border-color: rgb(170,154,206); }
td.TdClassName
{
border-color: #AA9ACE;
}
.TagClassName
{
border-color: #AA9ACE;
}
</style>