Shades of Eggplant #A0057D
Tints of Eggplant #A0057D
RGB
CMYK
RGB Variations
Color information
#A0057D (or 0xA0057D) is known color: Eggplant. HEX triplet: A0, 05 and 7D. RGB value is (160,5,125). Sum of RGB (Red+Green+Blue) = 160+5+125=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0057D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0057D is #5FFA82. Grayscale: #404040. Windows color (decimal): -6290051 or 8193440. OLE color: 8193440.
HSL color Cylindrical-coordinate representation of color #A0057D: hue angle of 313.55º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0057D is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 125 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.37 |
| HSL | 313.55º | 0.94% | 0.32% | - |
| HSV(B) | 313.55º | 0.97% | 0.63% | - |
| XYZ | 18.25 | 9.06 | 20.19 | - |
| YUV | 65.03 | 161.85 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 125 | 0 | 0.97 | 0.22 | 0.37 | 313.55 | 0.94 | 0.32 |
| Hex | A0 | 5 | 7D | 0 | 61 | 16 | 25 | 13A | 5E | 20 |
| Octal | 240 | 5 | 175 | 0 | 141 | 26 | 45 | 472 | 136 | 40 |
| Binary | 10100000 | 101 | 1111101 | 0 | 1100001 | 10110 | 100101 | 100111010 | 1011110 | 100000 |
Color Harmonies of #A0057D
Complementary color
Monochromatic Colors of #A0057D
Black with #A0057D
Text Example
Text Example
White with #A0057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0057D; }
p { color: rgb(160,5,125); }
H1.HeaderClassName
{
color: #A0057D;
}
.AnyTagClassName
{
color: #A0057D;
}
</style>
background-color css
<style>
a { background-color: #A0057D; }
a { background-color: rgb(160,5,125); }
div.DivClassName
{
background-color: #A0057D;
}
.BgClassName
{
background-color: #A0057D;
}
</style>
border-color css
<style>
span { border-color: #A0057D; }
span { border-color: rgb(160,5,125); }
td.TdClassName
{
border-color: #A0057D;
}
.TagClassName
{
border-color: #A0057D;
}
</style>