Shades of Eggplant #AE0078
Tints of Eggplant #AE0078
RGB
CMYK
RGB Variations
Color information
#AE0078 (or 0xAE0078) is known color: Eggplant. HEX triplet: AE, 00 and 78. RGB value is (174,0,120). Sum of RGB (Red+Green+Blue) = 174+0+120=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0078 is #51FF87. Grayscale: #414141. Windows color (decimal): -5373832 or 7864494. OLE color: 7864494.
HSL color Cylindrical-coordinate representation of color #AE0078: hue angle of 318.62º 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 #AE0078 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.31 | 0.32 |
| HSL | 318.62º | 1% | 0.34% | - |
| HSV(B) | 318.62º | 1% | 0.68% | - |
| XYZ | 20.85 | 10.35 | 18.67 | - |
| YUV | 65.71 | 158.65 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 120 | 0 | 1 | 0.31 | 0.32 | 318.62 | 1 | 0.34 |
| Hex | AE | 0 | 78 | 0 | 64 | 1F | 20 | 13F | 64 | 22 |
| Octal | 256 | 0 | 170 | 0 | 144 | 37 | 40 | 477 | 144 | 42 |
| Binary | 10101110 | 0 | 1111000 | 0 | 1100100 | 11111 | 100000 | 100111111 | 1100100 | 100010 |
Color Harmonies of #AE0078
Complementary color
Monochromatic Colors of #AE0078
Black with #AE0078
Text Example
Text Example
White with #AE0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0078; }
p { color: rgb(174,0,120); }
H1.HeaderClassName
{
color: #AE0078;
}
.AnyTagClassName
{
color: #AE0078;
}
</style>
background-color css
<style>
a { background-color: #AE0078; }
a { background-color: rgb(174,0,120); }
div.DivClassName
{
background-color: #AE0078;
}
.BgClassName
{
background-color: #AE0078;
}
</style>
border-color css
<style>
span { border-color: #AE0078; }
span { border-color: rgb(174,0,120); }
td.TdClassName
{
border-color: #AE0078;
}
.TagClassName
{
border-color: #AE0078;
}
</style>