Shades of Eggplant #A40C76
Tints of Eggplant #A40C76
RGB
CMYK
RGB Variations
Color information
#A40C76 (or 0xA40C76) is known color: Eggplant. HEX triplet: A4, 0C and 76. RGB value is (164,12,118). Sum of RGB (Red+Green+Blue) = 164+12+118=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40C76 is #5BF389. Grayscale: #454545. Windows color (decimal): -6026122 or 7736484. OLE color: 7736484.
HSL color Cylindrical-coordinate representation of color #A40C76: hue angle of 318.16º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40C76 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 118 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.36 |
| HSL | 318.16º | 0.86% | 0.35% | - |
| HSV(B) | 318.16º | 0.93% | 0.64% | - |
| XYZ | 18.71 | 9.46 | 17.98 | - |
| YUV | 69.53 | 155.36 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 118 | 0 | 0.93 | 0.28 | 0.36 | 318.16 | 0.86 | 0.35 |
| Hex | A4 | C | 76 | 0 | 5D | 1C | 24 | 13E | 56 | 23 |
| Octal | 244 | 14 | 166 | 0 | 135 | 34 | 44 | 476 | 126 | 43 |
| Binary | 10100100 | 1100 | 1110110 | 0 | 1011101 | 11100 | 100100 | 100111110 | 1010110 | 100011 |
Color Harmonies of #A40C76
Complementary color
Monochromatic Colors of #A40C76
Black with #A40C76
Text Example
Text Example
White with #A40C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C76; }
p { color: rgb(164,12,118); }
H1.HeaderClassName
{
color: #A40C76;
}
.AnyTagClassName
{
color: #A40C76;
}
</style>
background-color css
<style>
a { background-color: #A40C76; }
a { background-color: rgb(164,12,118); }
div.DivClassName
{
background-color: #A40C76;
}
.BgClassName
{
background-color: #A40C76;
}
</style>
border-color css
<style>
span { border-color: #A40C76; }
span { border-color: rgb(164,12,118); }
td.TdClassName
{
border-color: #A40C76;
}
.TagClassName
{
border-color: #A40C76;
}
</style>