Shades of Eggplant #A0037A
Tints of Eggplant #A0037A
RGB
CMYK
RGB Variations
Color information
#A0037A (or 0xA0037A) is known color: Eggplant. HEX triplet: A0, 03 and 7A. RGB value is (160,3,122). Sum of RGB (Red+Green+Blue) = 160+3+122=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A0037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0037A is #5FFC85. Grayscale: #3F3F3F. Windows color (decimal): -6290566 or 7996320. OLE color: 7996320.
HSL color Cylindrical-coordinate representation of color #A0037A: hue angle of 314.52º 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 #A0037A is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 122 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.37 |
| HSL | 314.52º | 0.96% | 0.32% | - |
| HSV(B) | 314.52º | 0.98% | 0.63% | - |
| XYZ | 18.04 | 8.94 | 19.19 | - |
| YUV | 63.51 | 161.01 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 122 | 0 | 0.98 | 0.24 | 0.37 | 314.52 | 0.96 | 0.32 |
| Hex | A0 | 3 | 7A | 0 | 62 | 18 | 25 | 13B | 60 | 20 |
| Octal | 240 | 3 | 172 | 0 | 142 | 30 | 45 | 473 | 140 | 40 |
| Binary | 10100000 | 11 | 1111010 | 0 | 1100010 | 11000 | 100101 | 100111011 | 1100000 | 100000 |
Color Harmonies of #A0037A
Complementary color
Monochromatic Colors of #A0037A
Black with #A0037A
Text Example
Text Example
White with #A0037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0037A; }
p { color: rgb(160,3,122); }
H1.HeaderClassName
{
color: #A0037A;
}
.AnyTagClassName
{
color: #A0037A;
}
</style>
background-color css
<style>
a { background-color: #A0037A; }
a { background-color: rgb(160,3,122); }
div.DivClassName
{
background-color: #A0037A;
}
.BgClassName
{
background-color: #A0037A;
}
</style>
border-color css
<style>
span { border-color: #A0037A; }
span { border-color: rgb(160,3,122); }
td.TdClassName
{
border-color: #A0037A;
}
.TagClassName
{
border-color: #A0037A;
}
</style>