Shades of Eggplant #A4006E
Tints of Eggplant #A4006E
RGB
CMYK
RGB Variations
Color information
#A4006E (or 0xA4006E) is known color: Eggplant. HEX triplet: A4, 00 and 6E. RGB value is (164,0,110). Sum of RGB (Red+Green+Blue) = 164+0+110=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A4006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4006E is #5BFF91. Grayscale: #3D3D3D. Windows color (decimal): -6029202 or 7209124. OLE color: 7209124.
HSL color Cylindrical-coordinate representation of color #A4006E: hue angle of 319.76º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A4006E is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.33 | 0.36 |
| HSL | 319.76º | 1% | 0.32% | - |
| HSV(B) | 319.76º | 1% | 0.64% | - |
| XYZ | 18.12 | 9.02 | 15.54 | - |
| YUV | 61.58 | 155.33 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 110 | 0 | 1 | 0.33 | 0.36 | 319.76 | 1 | 0.32 |
| Hex | A4 | 0 | 6E | 0 | 64 | 21 | 24 | 140 | 64 | 20 |
| Octal | 244 | 0 | 156 | 0 | 144 | 41 | 44 | 500 | 144 | 40 |
| Binary | 10100100 | 0 | 1101110 | 0 | 1100100 | 100001 | 100100 | 101000000 | 1100100 | 100000 |
Color Harmonies of #A4006E
Complementary color
Monochromatic Colors of #A4006E
Black with #A4006E
Text Example
Text Example
White with #A4006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4006E; }
p { color: rgb(164,0,110); }
H1.HeaderClassName
{
color: #A4006E;
}
.AnyTagClassName
{
color: #A4006E;
}
</style>
background-color css
<style>
a { background-color: #A4006E; }
a { background-color: rgb(164,0,110); }
div.DivClassName
{
background-color: #A4006E;
}
.BgClassName
{
background-color: #A4006E;
}
</style>
border-color css
<style>
span { border-color: #A4006E; }
span { border-color: rgb(164,0,110); }
td.TdClassName
{
border-color: #A4006E;
}
.TagClassName
{
border-color: #A4006E;
}
</style>