Shades of Eggplant #AE007C
Tints of Eggplant #AE007C
RGB
CMYK
RGB Variations
Color information
#AE007C (or 0xAE007C) is known color: Eggplant. HEX triplet: AE, 00 and 7C. RGB value is (174,0,124). Sum of RGB (Red+Green+Blue) = 174+0+124=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE007C is #51FF83. Grayscale: #414141. Windows color (decimal): -5373828 or 8126638. OLE color: 8126638.
HSL color Cylindrical-coordinate representation of color #AE007C: hue angle of 317.24º 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 #AE007C is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.29 | 0.32 |
| HSL | 317.24º | 1% | 0.34% | - |
| HSV(B) | 317.24º | 1% | 0.68% | - |
| XYZ | 21.09 | 10.45 | 19.97 | - |
| YUV | 66.16 | 160.65 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 124 | 0 | 1 | 0.29 | 0.32 | 317.24 | 1 | 0.34 |
| Hex | AE | 0 | 7C | 0 | 64 | 1D | 20 | 13D | 64 | 22 |
| Octal | 256 | 0 | 174 | 0 | 144 | 35 | 40 | 475 | 144 | 42 |
| Binary | 10101110 | 0 | 1111100 | 0 | 1100100 | 11101 | 100000 | 100111101 | 1100100 | 100010 |
Color Harmonies of #AE007C
Complementary color
Monochromatic Colors of #AE007C
Black with #AE007C
Text Example
Text Example
White with #AE007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE007C; }
p { color: rgb(174,0,124); }
H1.HeaderClassName
{
color: #AE007C;
}
.AnyTagClassName
{
color: #AE007C;
}
</style>
background-color css
<style>
a { background-color: #AE007C; }
a { background-color: rgb(174,0,124); }
div.DivClassName
{
background-color: #AE007C;
}
.BgClassName
{
background-color: #AE007C;
}
</style>
border-color css
<style>
span { border-color: #AE007C; }
span { border-color: rgb(174,0,124); }
td.TdClassName
{
border-color: #AE007C;
}
.TagClassName
{
border-color: #AE007C;
}
</style>