Shades of Eggplant #AA0776
Tints of Eggplant #AA0776
RGB
CMYK
RGB Variations
Color information
#AA0776 (or 0xAA0776) is known color: Eggplant. HEX triplet: AA, 07 and 76. RGB value is (170,7,118). Sum of RGB (Red+Green+Blue) = 170+7+118=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0776 is #55F889. Grayscale: #444444. Windows color (decimal): -5634186 or 7735210. OLE color: 7735210.
HSL color Cylindrical-coordinate representation of color #AA0776: hue angle of 319.14º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0776 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 118 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.33 |
| HSL | 319.14º | 0.92% | 0.35% | - |
| HSV(B) | 319.14º | 0.96% | 0.67% | - |
| XYZ | 19.92 | 10.01 | 18.02 | - |
| YUV | 68.39 | 156 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 118 | 0 | 0.96 | 0.31 | 0.33 | 319.14 | 0.92 | 0.35 |
| Hex | AA | 7 | 76 | 0 | 60 | 1F | 21 | 13F | 5C | 23 |
| Octal | 252 | 7 | 166 | 0 | 140 | 37 | 41 | 477 | 134 | 43 |
| Binary | 10101010 | 111 | 1110110 | 0 | 1100000 | 11111 | 100001 | 100111111 | 1011100 | 100011 |
Color Harmonies of #AA0776
Complementary color
Monochromatic Colors of #AA0776
Black with #AA0776
Text Example
Text Example
White with #AA0776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0776; }
p { color: rgb(170,7,118); }
H1.HeaderClassName
{
color: #AA0776;
}
.AnyTagClassName
{
color: #AA0776;
}
</style>
background-color css
<style>
a { background-color: #AA0776; }
a { background-color: rgb(170,7,118); }
div.DivClassName
{
background-color: #AA0776;
}
.BgClassName
{
background-color: #AA0776;
}
</style>
border-color css
<style>
span { border-color: #AA0776; }
span { border-color: rgb(170,7,118); }
td.TdClassName
{
border-color: #AA0776;
}
.TagClassName
{
border-color: #AA0776;
}
</style>