Shades of Biloba Flower #AA9AC2
Tints of Biloba Flower #AA9AC2
RGB
CMYK
RGB Variations
Color information
#AA9AC2 (or 0xAA9AC2) is known color: Biloba Flower. HEX triplet: AA, 9A and C2. RGB value is (170,154,194). Sum of RGB (Red+Green+Blue) = 170+154+194=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA9AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9AC2 is #55653D. Grayscale: #A3A3A3. Windows color (decimal): -5596478 or 12753578. OLE color: 12753578.
HSL color Cylindrical-coordinate representation of color #AA9AC2: hue angle of 264º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA9AC2 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 154 | 194 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.24 |
| HSL | 264º | 0.25% | 0.68% | - |
| HSV(B) | 264º | 0.21% | 0.76% | - |
| XYZ | 37.87 | 35.55 | 55.91 | - |
| YUV | 163.34 | 145.3 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 194 | 0.12 | 0.21 | 0 | 0.24 | 264 | 0.25 | 0.68 |
| Hex | AA | 9A | C2 | C | 15 | 0 | 18 | 108 | 19 | 44 |
| Octal | 252 | 232 | 302 | 14 | 25 | 0 | 30 | 410 | 31 | 104 |
| Binary | 10101010 | 10011010 | 11000010 | 1100 | 10101 | 0 | 11000 | 100001000 | 11001 | 1000100 |
Color Harmonies of #AA9AC2
Complementary color
Monochromatic Colors of #AA9AC2
Black with #AA9AC2
Text Example
Text Example
White with #AA9AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9AC2; }
p { color: rgb(170,154,194); }
H1.HeaderClassName
{
color: #AA9AC2;
}
.AnyTagClassName
{
color: #AA9AC2;
}
</style>
background-color css
<style>
a { background-color: #AA9AC2; }
a { background-color: rgb(170,154,194); }
div.DivClassName
{
background-color: #AA9AC2;
}
.BgClassName
{
background-color: #AA9AC2;
}
</style>
border-color css
<style>
span { border-color: #AA9AC2; }
span { border-color: rgb(170,154,194); }
td.TdClassName
{
border-color: #AA9AC2;
}
.TagClassName
{
border-color: #AA9AC2;
}
</style>