Shades of Eggplant #AE0080
Tints of Eggplant #AE0080
RGB
CMYK
RGB Variations
Color information
#AE0080 (or 0xAE0080) is known color: Eggplant. HEX triplet: AE, 00 and 80. RGB value is (174,0,128). Sum of RGB (Red+Green+Blue) = 174+0+128=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0080 is #51FF7F. Grayscale: #424242. Windows color (decimal): -5373824 or 8388782. OLE color: 8388782.
HSL color Cylindrical-coordinate representation of color #AE0080: hue angle of 315.86º 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 #AE0080 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.26 | 0.32 |
| HSL | 315.86º | 1% | 0.34% | - |
| HSV(B) | 315.86º | 1% | 0.68% | - |
| XYZ | 21.35 | 10.56 | 21.33 | - |
| YUV | 66.62 | 162.65 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 128 | 0 | 1 | 0.26 | 0.32 | 315.86 | 1 | 0.34 |
| Hex | AE | 0 | 80 | 0 | 64 | 1A | 20 | 13C | 64 | 22 |
| Octal | 256 | 0 | 200 | 0 | 144 | 32 | 40 | 474 | 144 | 42 |
| Binary | 10101110 | 0 | 10000000 | 0 | 1100100 | 11010 | 100000 | 100111100 | 1100100 | 100010 |
Color Harmonies of #AE0080
Complementary color
Monochromatic Colors of #AE0080
Black with #AE0080
Text Example
Text Example
White with #AE0080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0080; }
p { color: rgb(174,0,128); }
H1.HeaderClassName
{
color: #AE0080;
}
.AnyTagClassName
{
color: #AE0080;
}
</style>
background-color css
<style>
a { background-color: #AE0080; }
a { background-color: rgb(174,0,128); }
div.DivClassName
{
background-color: #AE0080;
}
.BgClassName
{
background-color: #AE0080;
}
</style>
border-color css
<style>
span { border-color: #AE0080; }
span { border-color: rgb(174,0,128); }
td.TdClassName
{
border-color: #AE0080;
}
.TagClassName
{
border-color: #AE0080;
}
</style>