Shades of Eggplant #AE0076
Tints of Eggplant #AE0076
RGB
CMYK
RGB Variations
Color information
#AE0076 (or 0xAE0076) is known color: Eggplant. HEX triplet: AE, 00 and 76. RGB value is (174,0,118). Sum of RGB (Red+Green+Blue) = 174+0+118=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0076 is #51FF89. Grayscale: #414141. Windows color (decimal): -5373834 or 7733422. OLE color: 7733422.
HSL color Cylindrical-coordinate representation of color #AE0076: hue angle of 319.31º 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 #AE0076 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.32 | 0.32 |
| HSL | 319.31º | 1% | 0.34% | - |
| HSV(B) | 319.31º | 1% | 0.68% | - |
| XYZ | 20.73 | 10.31 | 18.04 | - |
| YUV | 65.48 | 157.65 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 118 | 0 | 1 | 0.32 | 0.32 | 319.31 | 1 | 0.34 |
| Hex | AE | 0 | 76 | 0 | 64 | 20 | 20 | 13F | 64 | 22 |
| Octal | 256 | 0 | 166 | 0 | 144 | 40 | 40 | 477 | 144 | 42 |
| Binary | 10101110 | 0 | 1110110 | 0 | 1100100 | 100000 | 100000 | 100111111 | 1100100 | 100010 |
Color Harmonies of #AE0076
Complementary color
Monochromatic Colors of #AE0076
Black with #AE0076
Text Example
Text Example
White with #AE0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0076; }
p { color: rgb(174,0,118); }
H1.HeaderClassName
{
color: #AE0076;
}
.AnyTagClassName
{
color: #AE0076;
}
</style>
background-color css
<style>
a { background-color: #AE0076; }
a { background-color: rgb(174,0,118); }
div.DivClassName
{
background-color: #AE0076;
}
.BgClassName
{
background-color: #AE0076;
}
</style>
border-color css
<style>
span { border-color: #AE0076; }
span { border-color: rgb(174,0,118); }
td.TdClassName
{
border-color: #AE0076;
}
.TagClassName
{
border-color: #AE0076;
}
</style>