Shades of Eggplant #A4077C
Tints of Eggplant #A4077C
RGB
CMYK
RGB Variations
Color information
#A4077C (or 0xA4077C) is known color: Eggplant. HEX triplet: A4, 07 and 7C. RGB value is (164,7,124). Sum of RGB (Red+Green+Blue) = 164+7+124=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A4077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4077C is #5BF883. Grayscale: #424242. Windows color (decimal): -6027396 or 8128420. OLE color: 8128420.
HSL color Cylindrical-coordinate representation of color #A4077C: hue angle of 315.29º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4077C is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 7 | 124 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.36 |
| HSL | 315.29º | 0.92% | 0.34% | - |
| HSV(B) | 315.29º | 0.96% | 0.64% | - |
| XYZ | 19.02 | 9.5 | 19.9 | - |
| YUV | 67.28 | 160.01 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 124 | 0 | 0.96 | 0.24 | 0.36 | 315.29 | 0.92 | 0.34 |
| Hex | A4 | 7 | 7C | 0 | 60 | 18 | 24 | 13B | 5C | 22 |
| Octal | 244 | 7 | 174 | 0 | 140 | 30 | 44 | 473 | 134 | 42 |
| Binary | 10100100 | 111 | 1111100 | 0 | 1100000 | 11000 | 100100 | 100111011 | 1011100 | 100010 |
Color Harmonies of #A4077C
Complementary color
Monochromatic Colors of #A4077C
Black with #A4077C
Text Example
Text Example
White with #A4077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4077C; }
p { color: rgb(164,7,124); }
H1.HeaderClassName
{
color: #A4077C;
}
.AnyTagClassName
{
color: #A4077C;
}
</style>
background-color css
<style>
a { background-color: #A4077C; }
a { background-color: rgb(164,7,124); }
div.DivClassName
{
background-color: #A4077C;
}
.BgClassName
{
background-color: #A4077C;
}
</style>
border-color css
<style>
span { border-color: #A4077C; }
span { border-color: rgb(164,7,124); }
td.TdClassName
{
border-color: #A4077C;
}
.TagClassName
{
border-color: #A4077C;
}
</style>