Shades of Eggplant #A40C74
Tints of Eggplant #A40C74
RGB
CMYK
RGB Variations
Color information
#A40C74 (or 0xA40C74) is known color: Eggplant. HEX triplet: A4, 0C and 74. RGB value is (164,12,116). Sum of RGB (Red+Green+Blue) = 164+12+116=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40C74 is #5BF38B. Grayscale: #454545. Windows color (decimal): -6026124 or 7605412. OLE color: 7605412.
HSL color Cylindrical-coordinate representation of color #A40C74: hue angle of 318.95º 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 #A40C74 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 116 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.36 |
| HSL | 318.95º | 0.86% | 0.35% | - |
| HSV(B) | 318.95º | 0.93% | 0.64% | - |
| XYZ | 18.59 | 9.42 | 17.36 | - |
| YUV | 69.3 | 154.36 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 116 | 0 | 0.93 | 0.29 | 0.36 | 318.95 | 0.86 | 0.35 |
| Hex | A4 | C | 74 | 0 | 5D | 1D | 24 | 13F | 56 | 23 |
| Octal | 244 | 14 | 164 | 0 | 135 | 35 | 44 | 477 | 126 | 43 |
| Binary | 10100100 | 1100 | 1110100 | 0 | 1011101 | 11101 | 100100 | 100111111 | 1010110 | 100011 |
Color Harmonies of #A40C74
Complementary color
Monochromatic Colors of #A40C74
Black with #A40C74
Text Example
Text Example
White with #A40C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C74; }
p { color: rgb(164,12,116); }
H1.HeaderClassName
{
color: #A40C74;
}
.AnyTagClassName
{
color: #A40C74;
}
</style>
background-color css
<style>
a { background-color: #A40C74; }
a { background-color: rgb(164,12,116); }
div.DivClassName
{
background-color: #A40C74;
}
.BgClassName
{
background-color: #A40C74;
}
</style>
border-color css
<style>
span { border-color: #A40C74; }
span { border-color: rgb(164,12,116); }
td.TdClassName
{
border-color: #A40C74;
}
.TagClassName
{
border-color: #A40C74;
}
</style>