Shades of Eggplant #A10C74
Tints of Eggplant #A10C74
RGB
CMYK
RGB Variations
Color information
#A10C74 (or 0xA10C74) is known color: Eggplant. HEX triplet: A1, 0C and 74. RGB value is (161,12,116). Sum of RGB (Red+Green+Blue) = 161+12+116=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A10C74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10C74 is #5EF38B. Grayscale: #444444. Windows color (decimal): -6222732 or 7605409. OLE color: 7605409.
HSL color Cylindrical-coordinate representation of color #A10C74: hue angle of 318.12º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10C74 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 12 | 116 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.37 |
| HSL | 318.12º | 0.86% | 0.34% | - |
| HSV(B) | 318.12º | 0.93% | 0.63% | - |
| XYZ | 17.98 | 9.1 | 17.33 | - |
| YUV | 68.41 | 154.86 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 12 | 116 | 0 | 0.93 | 0.28 | 0.37 | 318.12 | 0.86 | 0.34 |
| Hex | A1 | C | 74 | 0 | 5D | 1C | 25 | 13E | 56 | 22 |
| Octal | 241 | 14 | 164 | 0 | 135 | 34 | 45 | 476 | 126 | 42 |
| Binary | 10100001 | 1100 | 1110100 | 0 | 1011101 | 11100 | 100101 | 100111110 | 1010110 | 100010 |
Color Harmonies of #A10C74
Complementary color
Monochromatic Colors of #A10C74
Black with #A10C74
Text Example
Text Example
White with #A10C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10C74; }
p { color: rgb(161,12,116); }
H1.HeaderClassName
{
color: #A10C74;
}
.AnyTagClassName
{
color: #A10C74;
}
</style>
background-color css
<style>
a { background-color: #A10C74; }
a { background-color: rgb(161,12,116); }
div.DivClassName
{
background-color: #A10C74;
}
.BgClassName
{
background-color: #A10C74;
}
</style>
border-color css
<style>
span { border-color: #A10C74; }
span { border-color: rgb(161,12,116); }
td.TdClassName
{
border-color: #A10C74;
}
.TagClassName
{
border-color: #A10C74;
}
</style>