Shades of Eggplant #AE037D
Tints of Eggplant #AE037D
RGB
CMYK
RGB Variations
Color information
#AE037D (or 0xAE037D) is known color: Eggplant. HEX triplet: AE, 03 and 7D. RGB value is (174,3,125). Sum of RGB (Red+Green+Blue) = 174+3+125=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE037D is #51FC82. Grayscale: #434343. Windows color (decimal): -5373059 or 8192942. OLE color: 8192942.
HSL color Cylindrical-coordinate representation of color #AE037D: hue angle of 317.19º degrees, saturation: 0.97, 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 #AE037D is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 3 | 125 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.32 |
| HSL | 317.19º | 0.97% | 0.35% | - |
| HSV(B) | 317.19º | 0.98% | 0.68% | - |
| XYZ | 21.19 | 10.54 | 20.32 | - |
| YUV | 68.04 | 160.15 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 3 | 125 | 0 | 0.98 | 0.28 | 0.32 | 317.19 | 0.97 | 0.35 |
| Hex | AE | 3 | 7D | 0 | 62 | 1C | 20 | 13D | 61 | 23 |
| Octal | 256 | 3 | 175 | 0 | 142 | 34 | 40 | 475 | 141 | 43 |
| Binary | 10101110 | 11 | 1111101 | 0 | 1100010 | 11100 | 100000 | 100111101 | 1100001 | 100011 |
Color Harmonies of #AE037D
Complementary color
Monochromatic Colors of #AE037D
Black with #AE037D
Text Example
Text Example
White with #AE037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE037D; }
p { color: rgb(174,3,125); }
H1.HeaderClassName
{
color: #AE037D;
}
.AnyTagClassName
{
color: #AE037D;
}
</style>
background-color css
<style>
a { background-color: #AE037D; }
a { background-color: rgb(174,3,125); }
div.DivClassName
{
background-color: #AE037D;
}
.BgClassName
{
background-color: #AE037D;
}
</style>
border-color css
<style>
span { border-color: #AE037D; }
span { border-color: rgb(174,3,125); }
td.TdClassName
{
border-color: #AE037D;
}
.TagClassName
{
border-color: #AE037D;
}
</style>