Shades of Biloba Flower #AA9EC2
Tints of Biloba Flower #AA9EC2
RGB
CMYK
RGB Variations
Color information
#AA9EC2 (or 0xAA9EC2) is known color: Biloba Flower. HEX triplet: AA, 9E and C2. RGB value is (170,158,194). Sum of RGB (Red+Green+Blue) = 170+158+194=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA9EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9EC2 is #55613D. Grayscale: #A5A5A5. Windows color (decimal): -5595454 or 12754602. OLE color: 12754602.
HSL color Cylindrical-coordinate representation of color #AA9EC2: hue angle of 260º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA9EC2 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 158 | 194 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.24 |
| HSL | 260º | 0.23% | 0.69% | - |
| HSV(B) | 260º | 0.19% | 0.76% | - |
| XYZ | 38.54 | 36.89 | 56.13 | - |
| YUV | 165.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 194 | 0.12 | 0.19 | 0 | 0.24 | 260 | 0.23 | 0.69 |
| Hex | AA | 9E | C2 | C | 13 | 0 | 18 | 104 | 17 | 45 |
| Octal | 252 | 236 | 302 | 14 | 23 | 0 | 30 | 404 | 27 | 105 |
| Binary | 10101010 | 10011110 | 11000010 | 1100 | 10011 | 0 | 11000 | 100000100 | 10111 | 1000101 |
Color Harmonies of #AA9EC2
Complementary color
Monochromatic Colors of #AA9EC2
Black with #AA9EC2
Text Example
Text Example
White with #AA9EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9EC2; }
p { color: rgb(170,158,194); }
H1.HeaderClassName
{
color: #AA9EC2;
}
.AnyTagClassName
{
color: #AA9EC2;
}
</style>
background-color css
<style>
a { background-color: #AA9EC2; }
a { background-color: rgb(170,158,194); }
div.DivClassName
{
background-color: #AA9EC2;
}
.BgClassName
{
background-color: #AA9EC2;
}
</style>
border-color css
<style>
span { border-color: #AA9EC2; }
span { border-color: rgb(170,158,194); }
td.TdClassName
{
border-color: #AA9EC2;
}
.TagClassName
{
border-color: #AA9EC2;
}
</style>