Shades of Eggplant #AA0779
Tints of Eggplant #AA0779
RGB
CMYK
RGB Variations
Color information
#AA0779 (or 0xAA0779) is known color: Eggplant. HEX triplet: AA, 07 and 79. RGB value is (170,7,121). Sum of RGB (Red+Green+Blue) = 170+7+121=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0779 is #55F886. Grayscale: #444444. Windows color (decimal): -5634183 or 7931818. OLE color: 7931818.
HSL color Cylindrical-coordinate representation of color #AA0779: hue angle of 318.04º 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 #AA0779 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 121 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.33 |
| HSL | 318.04º | 0.92% | 0.35% | - |
| HSV(B) | 318.04º | 0.96% | 0.67% | - |
| XYZ | 20.1 | 10.08 | 18.97 | - |
| YUV | 68.73 | 157.5 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 121 | 0 | 0.96 | 0.29 | 0.33 | 318.04 | 0.92 | 0.35 |
| Hex | AA | 7 | 79 | 0 | 60 | 1D | 21 | 13E | 5C | 23 |
| Octal | 252 | 7 | 171 | 0 | 140 | 35 | 41 | 476 | 134 | 43 |
| Binary | 10101010 | 111 | 1111001 | 0 | 1100000 | 11101 | 100001 | 100111110 | 1011100 | 100011 |
Color Harmonies of #AA0779
Complementary color
Monochromatic Colors of #AA0779
Black with #AA0779
Text Example
Text Example
White with #AA0779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0779; }
p { color: rgb(170,7,121); }
H1.HeaderClassName
{
color: #AA0779;
}
.AnyTagClassName
{
color: #AA0779;
}
</style>
background-color css
<style>
a { background-color: #AA0779; }
a { background-color: rgb(170,7,121); }
div.DivClassName
{
background-color: #AA0779;
}
.BgClassName
{
background-color: #AA0779;
}
</style>
border-color css
<style>
span { border-color: #AA0779; }
span { border-color: rgb(170,7,121); }
td.TdClassName
{
border-color: #AA0779;
}
.TagClassName
{
border-color: #AA0779;
}
</style>