Shades of Eggplant #AE007B
Tints of Eggplant #AE007B
RGB
CMYK
RGB Variations
Color information
#AE007B (or 0xAE007B) is known color: Eggplant. HEX triplet: AE, 00 and 7B. RGB value is (174,0,123). Sum of RGB (Red+Green+Blue) = 174+0+123=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE007B is #51FF84. Grayscale: #414141. Windows color (decimal): -5373829 or 8061102. OLE color: 8061102.
HSL color Cylindrical-coordinate representation of color #AE007B: hue angle of 317.59º 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 #AE007B is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.29 | 0.32 |
| HSL | 317.59º | 1% | 0.34% | - |
| HSV(B) | 317.59º | 1% | 0.68% | - |
| XYZ | 21.03 | 10.43 | 19.64 | - |
| YUV | 66.05 | 160.15 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 123 | 0 | 1 | 0.29 | 0.32 | 317.59 | 1 | 0.34 |
| Hex | AE | 0 | 7B | 0 | 64 | 1D | 20 | 13E | 64 | 22 |
| Octal | 256 | 0 | 173 | 0 | 144 | 35 | 40 | 476 | 144 | 42 |
| Binary | 10101110 | 0 | 1111011 | 0 | 1100100 | 11101 | 100000 | 100111110 | 1100100 | 100010 |
Color Harmonies of #AE007B
Complementary color
Monochromatic Colors of #AE007B
Black with #AE007B
Text Example
Text Example
White with #AE007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE007B; }
p { color: rgb(174,0,123); }
H1.HeaderClassName
{
color: #AE007B;
}
.AnyTagClassName
{
color: #AE007B;
}
</style>
background-color css
<style>
a { background-color: #AE007B; }
a { background-color: rgb(174,0,123); }
div.DivClassName
{
background-color: #AE007B;
}
.BgClassName
{
background-color: #AE007B;
}
</style>
border-color css
<style>
span { border-color: #AE007B; }
span { border-color: rgb(174,0,123); }
td.TdClassName
{
border-color: #AE007B;
}
.TagClassName
{
border-color: #AE007B;
}
</style>