Shades of Eggplant #AE0071
Tints of Eggplant #AE0071
RGB
CMYK
RGB Variations
Color information
#AE0071 (or 0xAE0071) is known color: Eggplant. HEX triplet: AE, 00 and 71. RGB value is (174,0,113). Sum of RGB (Red+Green+Blue) = 174+0+113=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0071 is #51FF8E. Grayscale: #404040. Windows color (decimal): -5373839 or 7405742. OLE color: 7405742.
HSL color Cylindrical-coordinate representation of color #AE0071: hue angle of 321.03º 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 #AE0071 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.35 | 0.32 |
| HSL | 321.03º | 1% | 0.34% | - |
| HSV(B) | 321.03º | 1% | 0.68% | - |
| XYZ | 20.44 | 10.19 | 16.51 | - |
| YUV | 64.91 | 155.15 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 113 | 0 | 1 | 0.35 | 0.32 | 321.03 | 1 | 0.34 |
| Hex | AE | 0 | 71 | 0 | 64 | 23 | 20 | 141 | 64 | 22 |
| Octal | 256 | 0 | 161 | 0 | 144 | 43 | 40 | 501 | 144 | 42 |
| Binary | 10101110 | 0 | 1110001 | 0 | 1100100 | 100011 | 100000 | 101000001 | 1100100 | 100010 |
Color Harmonies of #AE0071
Complementary color
Monochromatic Colors of #AE0071
Black with #AE0071
Text Example
Text Example
White with #AE0071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0071; }
p { color: rgb(174,0,113); }
H1.HeaderClassName
{
color: #AE0071;
}
.AnyTagClassName
{
color: #AE0071;
}
</style>
background-color css
<style>
a { background-color: #AE0071; }
a { background-color: rgb(174,0,113); }
div.DivClassName
{
background-color: #AE0071;
}
.BgClassName
{
background-color: #AE0071;
}
</style>
border-color css
<style>
span { border-color: #AE0071; }
span { border-color: rgb(174,0,113); }
td.TdClassName
{
border-color: #AE0071;
}
.TagClassName
{
border-color: #AE0071;
}
</style>