Shades of Eggplant #AA0A73
Tints of Eggplant #AA0A73
RGB
CMYK
RGB Variations
Color information
#AA0A73 (or 0xAA0A73) is known color: Eggplant. HEX triplet: AA, 0A and 73. RGB value is (170,10,115). Sum of RGB (Red+Green+Blue) = 170+10+115=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0A73 is #55F58C. Grayscale: #454545. Windows color (decimal): -5633421 or 7539370. OLE color: 7539370.
HSL color Cylindrical-coordinate representation of color #AA0A73: hue angle of 320.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0A73 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 115 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.33 |
| HSL | 320.63º | 0.89% | 0.35% | - |
| HSV(B) | 320.63º | 0.94% | 0.67% | - |
| XYZ | 19.78 | 10 | 17.11 | - |
| YUV | 69.81 | 153.51 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 115 | 0 | 0.94 | 0.32 | 0.33 | 320.63 | 0.89 | 0.35 |
| Hex | AA | A | 73 | 0 | 5E | 20 | 21 | 141 | 59 | 23 |
| Octal | 252 | 12 | 163 | 0 | 136 | 40 | 41 | 501 | 131 | 43 |
| Binary | 10101010 | 1010 | 1110011 | 0 | 1011110 | 100000 | 100001 | 101000001 | 1011001 | 100011 |
Color Harmonies of #AA0A73
Complementary color
Monochromatic Colors of #AA0A73
Black with #AA0A73
Text Example
Text Example
White with #AA0A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A73; }
p { color: rgb(170,10,115); }
H1.HeaderClassName
{
color: #AA0A73;
}
.AnyTagClassName
{
color: #AA0A73;
}
</style>
background-color css
<style>
a { background-color: #AA0A73; }
a { background-color: rgb(170,10,115); }
div.DivClassName
{
background-color: #AA0A73;
}
.BgClassName
{
background-color: #AA0A73;
}
</style>
border-color css
<style>
span { border-color: #AA0A73; }
span { border-color: rgb(170,10,115); }
td.TdClassName
{
border-color: #AA0A73;
}
.TagClassName
{
border-color: #AA0A73;
}
</style>