Shades of Biloba Flower #AA9CCC
Tints of Biloba Flower #AA9CCC
RGB
CMYK
RGB Variations
Color information
#AA9CCC (or 0xAA9CCC) is known color: Biloba Flower. HEX triplet: AA, 9C and CC. RGB value is (170,156,204). Sum of RGB (Red+Green+Blue) = 170+156+204=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA9CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CCC is #556333. Grayscale: #A5A5A5. Windows color (decimal): -5595956 or 13409450. OLE color: 13409450.
HSL color Cylindrical-coordinate representation of color #AA9CCC: hue angle of 257.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA9CCC is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 156 | 204 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.2 |
| HSL | 257.5º | 0.32% | 0.71% | - |
| HSV(B) | 257.5º | 0.24% | 0.8% | - |
| XYZ | 39.37 | 36.68 | 62.13 | - |
| YUV | 165.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 204 | 0.17 | 0.24 | 0 | 0.2 | 257.5 | 0.32 | 0.71 |
| Hex | AA | 9C | CC | 11 | 18 | 0 | 14 | 102 | 20 | 47 |
| Octal | 252 | 234 | 314 | 21 | 30 | 0 | 24 | 402 | 40 | 107 |
| Binary | 10101010 | 10011100 | 11001100 | 10001 | 11000 | 0 | 10100 | 100000010 | 100000 | 1000111 |
Color Harmonies of #AA9CCC
Complementary color
Monochromatic Colors of #AA9CCC
Black with #AA9CCC
Text Example
Text Example
White with #AA9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CCC; }
p { color: rgb(170,156,204); }
H1.HeaderClassName
{
color: #AA9CCC;
}
.AnyTagClassName
{
color: #AA9CCC;
}
</style>
background-color css
<style>
a { background-color: #AA9CCC; }
a { background-color: rgb(170,156,204); }
div.DivClassName
{
background-color: #AA9CCC;
}
.BgClassName
{
background-color: #AA9CCC;
}
</style>
border-color css
<style>
span { border-color: #AA9CCC; }
span { border-color: rgb(170,156,204); }
td.TdClassName
{
border-color: #AA9CCC;
}
.TagClassName
{
border-color: #AA9CCC;
}
</style>