Shades of Eggplant #A40C80
Tints of Eggplant #A40C80
RGB
CMYK
RGB Variations
Color information
#A40C80 (or 0xA40C80) is known color: Eggplant. HEX triplet: A4, 0C and 80. RGB value is (164,12,128). Sum of RGB (Red+Green+Blue) = 164+12+128=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40C80 is #5BF37F. Grayscale: #464646. Windows color (decimal): -6026112 or 8391844. OLE color: 8391844.
HSL color Cylindrical-coordinate representation of color #A40C80: hue angle of 314.21º 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 #A40C80 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 128 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.36 |
| HSL | 314.21º | 0.86% | 0.35% | - |
| HSV(B) | 314.21º | 0.93% | 0.64% | - |
| XYZ | 19.34 | 9.71 | 21.28 | - |
| YUV | 70.67 | 160.36 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 128 | 0 | 0.93 | 0.22 | 0.36 | 314.21 | 0.86 | 0.35 |
| Hex | A4 | C | 80 | 0 | 5D | 16 | 24 | 13A | 56 | 23 |
| Octal | 244 | 14 | 200 | 0 | 135 | 26 | 44 | 472 | 126 | 43 |
| Binary | 10100100 | 1100 | 10000000 | 0 | 1011101 | 10110 | 100100 | 100111010 | 1010110 | 100011 |
Color Harmonies of #A40C80
Complementary color
Monochromatic Colors of #A40C80
Black with #A40C80
Text Example
Text Example
White with #A40C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C80; }
p { color: rgb(164,12,128); }
H1.HeaderClassName
{
color: #A40C80;
}
.AnyTagClassName
{
color: #A40C80;
}
</style>
background-color css
<style>
a { background-color: #A40C80; }
a { background-color: rgb(164,12,128); }
div.DivClassName
{
background-color: #A40C80;
}
.BgClassName
{
background-color: #A40C80;
}
</style>
border-color css
<style>
span { border-color: #A40C80; }
span { border-color: rgb(164,12,128); }
td.TdClassName
{
border-color: #A40C80;
}
.TagClassName
{
border-color: #A40C80;
}
</style>