Shades of Eggplant #A0057B
Tints of Eggplant #A0057B
RGB
CMYK
RGB Variations
Color information
#A0057B (or 0xA0057B) is known color: Eggplant. HEX triplet: A0, 05 and 7B. RGB value is (160,5,123). Sum of RGB (Red+Green+Blue) = 160+5+123=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A0057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0057B is #5FFA84. Grayscale: #404040. Windows color (decimal): -6290053 or 8062368. OLE color: 8062368.
HSL color Cylindrical-coordinate representation of color #A0057B: hue angle of 314.32º 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 #A0057B is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 123 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.37 |
| HSL | 314.32º | 0.94% | 0.32% | - |
| HSV(B) | 314.32º | 0.97% | 0.63% | - |
| XYZ | 18.13 | 9.01 | 19.52 | - |
| YUV | 64.8 | 160.85 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 123 | 0 | 0.97 | 0.23 | 0.37 | 314.32 | 0.94 | 0.32 |
| Hex | A0 | 5 | 7B | 0 | 61 | 17 | 25 | 13A | 5E | 20 |
| Octal | 240 | 5 | 173 | 0 | 141 | 27 | 45 | 472 | 136 | 40 |
| Binary | 10100000 | 101 | 1111011 | 0 | 1100001 | 10111 | 100101 | 100111010 | 1011110 | 100000 |
Color Harmonies of #A0057B
Complementary color
Monochromatic Colors of #A0057B
Black with #A0057B
Text Example
Text Example
White with #A0057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0057B; }
p { color: rgb(160,5,123); }
H1.HeaderClassName
{
color: #A0057B;
}
.AnyTagClassName
{
color: #A0057B;
}
</style>
background-color css
<style>
a { background-color: #A0057B; }
a { background-color: rgb(160,5,123); }
div.DivClassName
{
background-color: #A0057B;
}
.BgClassName
{
background-color: #A0057B;
}
</style>
border-color css
<style>
span { border-color: #A0057B; }
span { border-color: rgb(160,5,123); }
td.TdClassName
{
border-color: #A0057B;
}
.TagClassName
{
border-color: #A0057B;
}
</style>