Shades of Eggplant #A40C71
Tints of Eggplant #A40C71
RGB
CMYK
RGB Variations
Color information
#A40C71 (or 0xA40C71) is known color: Eggplant. HEX triplet: A4, 0C and 71. RGB value is (164,12,113). Sum of RGB (Red+Green+Blue) = 164+12+113=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40C71 is #5BF38E. Grayscale: #444444. Windows color (decimal): -6026127 or 7408804. OLE color: 7408804.
HSL color Cylindrical-coordinate representation of color #A40C71: hue angle of 320.13º 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 #A40C71 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 113 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.36 |
| HSL | 320.13º | 0.86% | 0.35% | - |
| HSV(B) | 320.13º | 0.93% | 0.64% | - |
| XYZ | 18.42 | 9.35 | 16.46 | - |
| YUV | 68.96 | 152.86 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 113 | 0 | 0.93 | 0.31 | 0.36 | 320.13 | 0.86 | 0.35 |
| Hex | A4 | C | 71 | 0 | 5D | 1F | 24 | 140 | 56 | 23 |
| Octal | 244 | 14 | 161 | 0 | 135 | 37 | 44 | 500 | 126 | 43 |
| Binary | 10100100 | 1100 | 1110001 | 0 | 1011101 | 11111 | 100100 | 101000000 | 1010110 | 100011 |
Color Harmonies of #A40C71
Complementary color
Monochromatic Colors of #A40C71
Black with #A40C71
Text Example
Text Example
White with #A40C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C71; }
p { color: rgb(164,12,113); }
H1.HeaderClassName
{
color: #A40C71;
}
.AnyTagClassName
{
color: #A40C71;
}
</style>
background-color css
<style>
a { background-color: #A40C71; }
a { background-color: rgb(164,12,113); }
div.DivClassName
{
background-color: #A40C71;
}
.BgClassName
{
background-color: #A40C71;
}
</style>
border-color css
<style>
span { border-color: #A40C71; }
span { border-color: rgb(164,12,113); }
td.TdClassName
{
border-color: #A40C71;
}
.TagClassName
{
border-color: #A40C71;
}
</style>