Shades of Eggplant #AE0079
Tints of Eggplant #AE0079
RGB
CMYK
RGB Variations
Color information
#AE0079 (or 0xAE0079) is known color: Eggplant. HEX triplet: AE, 00 and 79. RGB value is (174,0,121). Sum of RGB (Red+Green+Blue) = 174+0+121=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0079 is #51FF86. Grayscale: #414141. Windows color (decimal): -5373831 or 7930030. OLE color: 7930030.
HSL color Cylindrical-coordinate representation of color #AE0079: hue angle of 318.28º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE0079 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.30 | 0.32 |
| HSL | 318.28º | 1% | 0.34% | - |
| HSV(B) | 318.28º | 1% | 0.68% | - |
| XYZ | 20.91 | 10.38 | 18.99 | - |
| YUV | 65.82 | 159.15 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 121 | 0 | 1 | 0.30 | 0.32 | 318.28 | 1 | 0.34 |
| Hex | AE | 0 | 79 | 0 | 64 | 1E | 20 | 13E | 64 | 22 |
| Octal | 256 | 0 | 171 | 0 | 144 | 36 | 40 | 476 | 144 | 42 |
| Binary | 10101110 | 0 | 1111001 | 0 | 1100100 | 11110 | 100000 | 100111110 | 1100100 | 100010 |
Color Harmonies of #AE0079
Complementary color
Monochromatic Colors of #AE0079
Black with #AE0079
Text Example
Text Example
White with #AE0079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0079; }
p { color: rgb(174,0,121); }
H1.HeaderClassName
{
color: #AE0079;
}
.AnyTagClassName
{
color: #AE0079;
}
</style>
background-color css
<style>
a { background-color: #AE0079; }
a { background-color: rgb(174,0,121); }
div.DivClassName
{
background-color: #AE0079;
}
.BgClassName
{
background-color: #AE0079;
}
</style>
border-color css
<style>
span { border-color: #AE0079; }
span { border-color: rgb(174,0,121); }
td.TdClassName
{
border-color: #AE0079;
}
.TagClassName
{
border-color: #AE0079;
}
</style>