Shades of Eggplant #A1037A
Tints of Eggplant #A1037A
RGB
CMYK
RGB Variations
Color information
#A1037A (or 0xA1037A) is known color: Eggplant. HEX triplet: A1, 03 and 7A. RGB value is (161,3,122). Sum of RGB (Red+Green+Blue) = 161+3+122=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A1037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1037A is #5EFC85. Grayscale: #3F3F3F. Windows color (decimal): -6225030 or 7996321. OLE color: 7996321.
HSL color Cylindrical-coordinate representation of color #A1037A: hue angle of 314.81º 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 #A1037A is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 122 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.37 |
| HSL | 314.81º | 0.96% | 0.32% | - |
| HSV(B) | 314.81º | 0.98% | 0.63% | - |
| XYZ | 18.24 | 9.05 | 19.2 | - |
| YUV | 63.81 | 160.85 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 122 | 0 | 0.98 | 0.24 | 0.37 | 314.81 | 0.96 | 0.32 |
| Hex | A1 | 3 | 7A | 0 | 62 | 18 | 25 | 13B | 60 | 20 |
| Octal | 241 | 3 | 172 | 0 | 142 | 30 | 45 | 473 | 140 | 40 |
| Binary | 10100001 | 11 | 1111010 | 0 | 1100010 | 11000 | 100101 | 100111011 | 1100000 | 100000 |
Color Harmonies of #A1037A
Complementary color
Monochromatic Colors of #A1037A
Black with #A1037A
Text Example
Text Example
White with #A1037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1037A; }
p { color: rgb(161,3,122); }
H1.HeaderClassName
{
color: #A1037A;
}
.AnyTagClassName
{
color: #A1037A;
}
</style>
background-color css
<style>
a { background-color: #A1037A; }
a { background-color: rgb(161,3,122); }
div.DivClassName
{
background-color: #A1037A;
}
.BgClassName
{
background-color: #A1037A;
}
</style>
border-color css
<style>
span { border-color: #A1037A; }
span { border-color: rgb(161,3,122); }
td.TdClassName
{
border-color: #A1037A;
}
.TagClassName
{
border-color: #A1037A;
}
</style>