Shades of Biloba Flower #AA9CC1
Tints of Biloba Flower #AA9CC1
RGB
CMYK
RGB Variations
Color information
#AA9CC1 (or 0xAA9CC1) is known color: Biloba Flower. HEX triplet: AA, 9C and C1. RGB value is (170,156,193). Sum of RGB (Red+Green+Blue) = 170+156+193=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA9CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CC1 is #55633E. Grayscale: #A4A4A4. Windows color (decimal): -5595967 or 12688554. OLE color: 12688554.
HSL color Cylindrical-coordinate representation of color #AA9CC1: hue angle of 262.7º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA9CC1 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 156 | 193 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.24 |
| HSL | 262.7º | 0.23% | 0.68% | - |
| HSV(B) | 262.7º | 0.19% | 0.76% | - |
| XYZ | 38.09 | 36.17 | 55.43 | - |
| YUV | 164.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 193 | 0.12 | 0.19 | 0 | 0.24 | 262.7 | 0.23 | 0.68 |
| Hex | AA | 9C | C1 | C | 13 | 0 | 18 | 107 | 17 | 44 |
| Octal | 252 | 234 | 301 | 14 | 23 | 0 | 30 | 407 | 27 | 104 |
| Binary | 10101010 | 10011100 | 11000001 | 1100 | 10011 | 0 | 11000 | 100000111 | 10111 | 1000100 |
Color Harmonies of #AA9CC1
Complementary color
Monochromatic Colors of #AA9CC1
Black with #AA9CC1
Text Example
Text Example
White with #AA9CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CC1; }
p { color: rgb(170,156,193); }
H1.HeaderClassName
{
color: #AA9CC1;
}
.AnyTagClassName
{
color: #AA9CC1;
}
</style>
background-color css
<style>
a { background-color: #AA9CC1; }
a { background-color: rgb(170,156,193); }
div.DivClassName
{
background-color: #AA9CC1;
}
.BgClassName
{
background-color: #AA9CC1;
}
</style>
border-color css
<style>
span { border-color: #AA9CC1; }
span { border-color: rgb(170,156,193); }
td.TdClassName
{
border-color: #AA9CC1;
}
.TagClassName
{
border-color: #AA9CC1;
}
</style>