Shades of Eggplant #AE006E
Tints of Eggplant #AE006E
RGB
CMYK
RGB Variations
Color information
#AE006E (or 0xAE006E) is known color: Eggplant. HEX triplet: AE, 00 and 6E. RGB value is (174,0,110). Sum of RGB (Red+Green+Blue) = 174+0+110=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE006E is #51FF91. Grayscale: #404040. Windows color (decimal): -5373842 or 7209134. OLE color: 7209134.
HSL color Cylindrical-coordinate representation of color #AE006E: hue angle of 322.07º 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 #AE006E is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.37 | 0.32 |
| HSL | 322.07º | 1% | 0.34% | - |
| HSV(B) | 322.07º | 1% | 0.68% | - |
| XYZ | 20.27 | 10.12 | 15.64 | - |
| YUV | 64.57 | 153.65 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 110 | 0 | 1 | 0.37 | 0.32 | 322.07 | 1 | 0.34 |
| Hex | AE | 0 | 6E | 0 | 64 | 25 | 20 | 142 | 64 | 22 |
| Octal | 256 | 0 | 156 | 0 | 144 | 45 | 40 | 502 | 144 | 42 |
| Binary | 10101110 | 0 | 1101110 | 0 | 1100100 | 100101 | 100000 | 101000010 | 1100100 | 100010 |
Color Harmonies of #AE006E
Complementary color
Monochromatic Colors of #AE006E
Black with #AE006E
Text Example
Text Example
White with #AE006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE006E; }
p { color: rgb(174,0,110); }
H1.HeaderClassName
{
color: #AE006E;
}
.AnyTagClassName
{
color: #AE006E;
}
</style>
background-color css
<style>
a { background-color: #AE006E; }
a { background-color: rgb(174,0,110); }
div.DivClassName
{
background-color: #AE006E;
}
.BgClassName
{
background-color: #AE006E;
}
</style>
border-color css
<style>
span { border-color: #AE006E; }
span { border-color: rgb(174,0,110); }
td.TdClassName
{
border-color: #AE006E;
}
.TagClassName
{
border-color: #AE006E;
}
</style>