Shades of Eggplant #AA0679
Tints of Eggplant #AA0679
RGB
CMYK
RGB Variations
Color information
#AA0679 (or 0xAA0679) is known color: Eggplant. HEX triplet: AA, 06 and 79. RGB value is (170,6,121). Sum of RGB (Red+Green+Blue) = 170+6+121=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0679 is #55F986. Grayscale: #434343. Windows color (decimal): -5634439 or 7931562. OLE color: 7931562.
HSL color Cylindrical-coordinate representation of color #AA0679: hue angle of 317.93º degrees, saturation: 0.93, 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 #AA0679 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 121 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.33 |
| HSL | 317.93º | 0.93% | 0.35% | - |
| HSV(B) | 317.93º | 0.96% | 0.67% | - |
| XYZ | 20.09 | 10.06 | 18.97 | - |
| YUV | 68.15 | 157.83 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 121 | 0 | 0.96 | 0.29 | 0.33 | 317.93 | 0.93 | 0.35 |
| Hex | AA | 6 | 79 | 0 | 60 | 1D | 21 | 13E | 5D | 23 |
| Octal | 252 | 6 | 171 | 0 | 140 | 35 | 41 | 476 | 135 | 43 |
| Binary | 10101010 | 110 | 1111001 | 0 | 1100000 | 11101 | 100001 | 100111110 | 1011101 | 100011 |
Color Harmonies of #AA0679
Complementary color
Monochromatic Colors of #AA0679
Black with #AA0679
Text Example
Text Example
White with #AA0679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0679; }
p { color: rgb(170,6,121); }
H1.HeaderClassName
{
color: #AA0679;
}
.AnyTagClassName
{
color: #AA0679;
}
</style>
background-color css
<style>
a { background-color: #AA0679; }
a { background-color: rgb(170,6,121); }
div.DivClassName
{
background-color: #AA0679;
}
.BgClassName
{
background-color: #AA0679;
}
</style>
border-color css
<style>
span { border-color: #AA0679; }
span { border-color: rgb(170,6,121); }
td.TdClassName
{
border-color: #AA0679;
}
.TagClassName
{
border-color: #AA0679;
}
</style>