Shades of Eggplant #A1037C
Tints of Eggplant #A1037C
RGB
CMYK
RGB Variations
Color information
#A1037C (or 0xA1037C) is known color: Eggplant. HEX triplet: A1, 03 and 7C. RGB value is (161,3,124). Sum of RGB (Red+Green+Blue) = 161+3+124=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1037C is #5EFC83. Grayscale: #3F3F3F. Windows color (decimal): -6225028 or 8127393. OLE color: 8127393.
HSL color Cylindrical-coordinate representation of color #A1037C: hue angle of 314.05º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1037C is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.37 |
| HSL | 314.05º | 0.96% | 0.32% | - |
| HSV(B) | 314.05º | 0.98% | 0.63% | - |
| XYZ | 18.37 | 9.1 | 19.86 | - |
| YUV | 64.04 | 161.85 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 124 | 0 | 0.98 | 0.23 | 0.37 | 314.05 | 0.96 | 0.32 |
| Hex | A1 | 3 | 7C | 0 | 62 | 17 | 25 | 13A | 60 | 20 |
| Octal | 241 | 3 | 174 | 0 | 142 | 27 | 45 | 472 | 140 | 40 |
| Binary | 10100001 | 11 | 1111100 | 0 | 1100010 | 10111 | 100101 | 100111010 | 1100000 | 100000 |
Color Harmonies of #A1037C
Complementary color
Monochromatic Colors of #A1037C
Black with #A1037C
Text Example
Text Example
White with #A1037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1037C; }
p { color: rgb(161,3,124); }
H1.HeaderClassName
{
color: #A1037C;
}
.AnyTagClassName
{
color: #A1037C;
}
</style>
background-color css
<style>
a { background-color: #A1037C; }
a { background-color: rgb(161,3,124); }
div.DivClassName
{
background-color: #A1037C;
}
.BgClassName
{
background-color: #A1037C;
}
</style>
border-color css
<style>
span { border-color: #A1037C; }
span { border-color: rgb(161,3,124); }
td.TdClassName
{
border-color: #A1037C;
}
.TagClassName
{
border-color: #A1037C;
}
</style>