Shades of Eggplant #AE0077
Tints of Eggplant #AE0077
RGB
CMYK
RGB Variations
Color information
#AE0077 (or 0xAE0077) is known color: Eggplant. HEX triplet: AE, 00 and 77. RGB value is (174,0,119). Sum of RGB (Red+Green+Blue) = 174+0+119=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0077 is #51FF88. Grayscale: #414141. Windows color (decimal): -5373833 or 7798958. OLE color: 7798958.
HSL color Cylindrical-coordinate representation of color #AE0077: hue angle of 318.97º 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 #AE0077 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.32 | 0.32 |
| HSL | 318.97º | 1% | 0.34% | - |
| HSV(B) | 318.97º | 1% | 0.68% | - |
| XYZ | 20.79 | 10.33 | 18.35 | - |
| YUV | 65.59 | 158.15 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 119 | 0 | 1 | 0.32 | 0.32 | 318.97 | 1 | 0.34 |
| Hex | AE | 0 | 77 | 0 | 64 | 20 | 20 | 13F | 64 | 22 |
| Octal | 256 | 0 | 167 | 0 | 144 | 40 | 40 | 477 | 144 | 42 |
| Binary | 10101110 | 0 | 1110111 | 0 | 1100100 | 100000 | 100000 | 100111111 | 1100100 | 100010 |
Color Harmonies of #AE0077
Complementary color
Monochromatic Colors of #AE0077
Black with #AE0077
Text Example
Text Example
White with #AE0077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0077; }
p { color: rgb(174,0,119); }
H1.HeaderClassName
{
color: #AE0077;
}
.AnyTagClassName
{
color: #AE0077;
}
</style>
background-color css
<style>
a { background-color: #AE0077; }
a { background-color: rgb(174,0,119); }
div.DivClassName
{
background-color: #AE0077;
}
.BgClassName
{
background-color: #AE0077;
}
</style>
border-color css
<style>
span { border-color: #AE0077; }
span { border-color: rgb(174,0,119); }
td.TdClassName
{
border-color: #AE0077;
}
.TagClassName
{
border-color: #AE0077;
}
</style>