Shades of Eggplant #A4007C
Tints of Eggplant #A4007C
RGB
CMYK
RGB Variations
Color information
#A4007C (or 0xA4007C) is known color: Eggplant. HEX triplet: A4, 00 and 7C. RGB value is (164,0,124). Sum of RGB (Red+Green+Blue) = 164+0+124=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A4007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4007C is #5BFF83. Grayscale: #3E3E3E. Windows color (decimal): -6029188 or 8126628. OLE color: 8126628.
HSL color Cylindrical-coordinate representation of color #A4007C: hue angle of 314.63º 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 #A4007C is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.24 | 0.36 |
| HSL | 314.63º | 1% | 0.32% | - |
| HSV(B) | 314.63º | 1% | 0.64% | - |
| XYZ | 18.95 | 9.35 | 19.87 | - |
| YUV | 63.17 | 162.33 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 124 | 0 | 1 | 0.24 | 0.36 | 314.63 | 1 | 0.32 |
| Hex | A4 | 0 | 7C | 0 | 64 | 18 | 24 | 13B | 64 | 20 |
| Octal | 244 | 0 | 174 | 0 | 144 | 30 | 44 | 473 | 144 | 40 |
| Binary | 10100100 | 0 | 1111100 | 0 | 1100100 | 11000 | 100100 | 100111011 | 1100100 | 100000 |
Color Harmonies of #A4007C
Complementary color
Monochromatic Colors of #A4007C
Black with #A4007C
Text Example
Text Example
White with #A4007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4007C; }
p { color: rgb(164,0,124); }
H1.HeaderClassName
{
color: #A4007C;
}
.AnyTagClassName
{
color: #A4007C;
}
</style>
background-color css
<style>
a { background-color: #A4007C; }
a { background-color: rgb(164,0,124); }
div.DivClassName
{
background-color: #A4007C;
}
.BgClassName
{
background-color: #A4007C;
}
</style>
border-color css
<style>
span { border-color: #A4007C; }
span { border-color: rgb(164,0,124); }
td.TdClassName
{
border-color: #A4007C;
}
.TagClassName
{
border-color: #A4007C;
}
</style>