Shades of Biloba Flower #AA9CCE
Tints of Biloba Flower #AA9CCE
RGB
CMYK
RGB Variations
Color information
#AA9CCE (or 0xAA9CCE) is known color: Biloba Flower. HEX triplet: AA, 9C and CE. RGB value is (170,156,206). Sum of RGB (Red+Green+Blue) = 170+156+206=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA9CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CCE is #556331. Grayscale: #A5A5A5. Windows color (decimal): -5595954 or 13540522. OLE color: 13540522.
HSL color Cylindrical-coordinate representation of color #AA9CCE: hue angle of 256.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA9CCE is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 156 | 206 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.19 |
| HSL | 256.8º | 0.34% | 0.71% | - |
| HSV(B) | 256.8º | 0.24% | 0.81% | - |
| XYZ | 39.61 | 36.78 | 63.4 | - |
| YUV | 165.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 206 | 0.17 | 0.24 | 0 | 0.19 | 256.8 | 0.34 | 0.71 |
| Hex | AA | 9C | CE | 11 | 18 | 0 | 13 | 101 | 22 | 47 |
| Octal | 252 | 234 | 316 | 21 | 30 | 0 | 23 | 401 | 42 | 107 |
| Binary | 10101010 | 10011100 | 11001110 | 10001 | 11000 | 0 | 10011 | 100000001 | 100010 | 1000111 |
Color Harmonies of #AA9CCE
Complementary color
Monochromatic Colors of #AA9CCE
Black with #AA9CCE
Text Example
Text Example
White with #AA9CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CCE; }
p { color: rgb(170,156,206); }
H1.HeaderClassName
{
color: #AA9CCE;
}
.AnyTagClassName
{
color: #AA9CCE;
}
</style>
background-color css
<style>
a { background-color: #AA9CCE; }
a { background-color: rgb(170,156,206); }
div.DivClassName
{
background-color: #AA9CCE;
}
.BgClassName
{
background-color: #AA9CCE;
}
</style>
border-color css
<style>
span { border-color: #AA9CCE; }
span { border-color: rgb(170,156,206); }
td.TdClassName
{
border-color: #AA9CCE;
}
.TagClassName
{
border-color: #AA9CCE;
}
</style>