Shades of Eggplant #AE007E
Tints of Eggplant #AE007E
RGB
CMYK
RGB Variations
Color information
#AE007E (or 0xAE007E) is known color: Eggplant. HEX triplet: AE, 00 and 7E. RGB value is (174,0,126). Sum of RGB (Red+Green+Blue) = 174+0+126=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE007E is #51FF81. Grayscale: #424242. Windows color (decimal): -5373826 or 8257710. OLE color: 8257710.
HSL color Cylindrical-coordinate representation of color #AE007E: hue angle of 316.55º 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 #AE007E is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.28 | 0.32 |
| HSL | 316.55º | 1% | 0.34% | - |
| HSV(B) | 316.55º | 1% | 0.68% | - |
| XYZ | 21.22 | 10.51 | 20.65 | - |
| YUV | 66.39 | 161.65 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 126 | 0 | 1 | 0.28 | 0.32 | 316.55 | 1 | 0.34 |
| Hex | AE | 0 | 7E | 0 | 64 | 1C | 20 | 13D | 64 | 22 |
| Octal | 256 | 0 | 176 | 0 | 144 | 34 | 40 | 475 | 144 | 42 |
| Binary | 10101110 | 0 | 1111110 | 0 | 1100100 | 11100 | 100000 | 100111101 | 1100100 | 100010 |
Color Harmonies of #AE007E
Complementary color
Monochromatic Colors of #AE007E
Black with #AE007E
Text Example
Text Example
White with #AE007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE007E; }
p { color: rgb(174,0,126); }
H1.HeaderClassName
{
color: #AE007E;
}
.AnyTagClassName
{
color: #AE007E;
}
</style>
background-color css
<style>
a { background-color: #AE007E; }
a { background-color: rgb(174,0,126); }
div.DivClassName
{
background-color: #AE007E;
}
.BgClassName
{
background-color: #AE007E;
}
</style>
border-color css
<style>
span { border-color: #AE007E; }
span { border-color: rgb(174,0,126); }
td.TdClassName
{
border-color: #AE007E;
}
.TagClassName
{
border-color: #AE007E;
}
</style>