Shades of Eggplant #AE047C
Tints of Eggplant #AE047C
RGB
CMYK
RGB Variations
Color information
#AE047C (or 0xAE047C) is known color: Eggplant. HEX triplet: AE, 04 and 7C. RGB value is (174,4,124). Sum of RGB (Red+Green+Blue) = 174+4+124=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE047C is #51FB83. Grayscale: #444444. Windows color (decimal): -5372804 or 8127662. OLE color: 8127662.
HSL color Cylindrical-coordinate representation of color #AE047C: hue angle of 317.65º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE047C is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 4 | 124 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.32 |
| HSL | 317.65º | 0.96% | 0.35% | - |
| HSV(B) | 317.65º | 0.98% | 0.68% | - |
| XYZ | 21.14 | 10.54 | 19.99 | - |
| YUV | 68.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 4 | 124 | 0 | 0.98 | 0.29 | 0.32 | 317.65 | 0.96 | 0.35 |
| Hex | AE | 4 | 7C | 0 | 62 | 1D | 20 | 13E | 60 | 23 |
| Octal | 256 | 4 | 174 | 0 | 142 | 35 | 40 | 476 | 140 | 43 |
| Binary | 10101110 | 100 | 1111100 | 0 | 1100010 | 11101 | 100000 | 100111110 | 1100000 | 100011 |
Color Harmonies of #AE047C
Complementary color
Monochromatic Colors of #AE047C
Black with #AE047C
Text Example
Text Example
White with #AE047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE047C; }
p { color: rgb(174,4,124); }
H1.HeaderClassName
{
color: #AE047C;
}
.AnyTagClassName
{
color: #AE047C;
}
</style>
background-color css
<style>
a { background-color: #AE047C; }
a { background-color: rgb(174,4,124); }
div.DivClassName
{
background-color: #AE047C;
}
.BgClassName
{
background-color: #AE047C;
}
</style>
border-color css
<style>
span { border-color: #AE047C; }
span { border-color: rgb(174,4,124); }
td.TdClassName
{
border-color: #AE047C;
}
.TagClassName
{
border-color: #AE047C;
}
</style>