Shades of Eggplant #AE027D
Tints of Eggplant #AE027D
RGB
CMYK
RGB Variations
Color information
#AE027D (or 0xAE027D) is known color: Eggplant. HEX triplet: AE, 02 and 7D. RGB value is (174,2,125). Sum of RGB (Red+Green+Blue) = 174+2+125=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE027D is #51FD82. Grayscale: #434343. Windows color (decimal): -5373315 or 8192686. OLE color: 8192686.
HSL color Cylindrical-coordinate representation of color #AE027D: hue angle of 317.09º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE027D is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.32 |
| HSL | 317.09º | 0.98% | 0.35% | - |
| HSV(B) | 317.09º | 0.99% | 0.68% | - |
| XYZ | 21.18 | 10.52 | 20.32 | - |
| YUV | 67.45 | 160.48 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 125 | 0 | 0.99 | 0.28 | 0.32 | 317.09 | 0.98 | 0.35 |
| Hex | AE | 2 | 7D | 0 | 63 | 1C | 20 | 13D | 62 | 23 |
| Octal | 256 | 2 | 175 | 0 | 143 | 34 | 40 | 475 | 142 | 43 |
| Binary | 10101110 | 10 | 1111101 | 0 | 1100011 | 11100 | 100000 | 100111101 | 1100010 | 100011 |
Color Harmonies of #AE027D
Complementary color
Monochromatic Colors of #AE027D
Black with #AE027D
Text Example
Text Example
White with #AE027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE027D; }
p { color: rgb(174,2,125); }
H1.HeaderClassName
{
color: #AE027D;
}
.AnyTagClassName
{
color: #AE027D;
}
</style>
background-color css
<style>
a { background-color: #AE027D; }
a { background-color: rgb(174,2,125); }
div.DivClassName
{
background-color: #AE027D;
}
.BgClassName
{
background-color: #AE027D;
}
</style>
border-color css
<style>
span { border-color: #AE027D; }
span { border-color: rgb(174,2,125); }
td.TdClassName
{
border-color: #AE027D;
}
.TagClassName
{
border-color: #AE027D;
}
</style>