Shades of Eggplant #A1057A
Tints of Eggplant #A1057A
RGB
CMYK
RGB Variations
Color information
#A1057A (or 0xA1057A) is known color: Eggplant. HEX triplet: A1, 05 and 7A. RGB value is (161,5,122). Sum of RGB (Red+Green+Blue) = 161+5+122=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1057A is #5EFA85. Grayscale: #404040. Windows color (decimal): -6224518 or 7996833. OLE color: 7996833.
HSL color Cylindrical-coordinate representation of color #A1057A: hue angle of 315º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1057A is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 5 | 122 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.37 |
| HSL | 315º | 0.94% | 0.33% | - |
| HSV(B) | 315º | 0.97% | 0.63% | - |
| XYZ | 18.27 | 9.09 | 19.2 | - |
| YUV | 64.98 | 160.18 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 122 | 0 | 0.97 | 0.24 | 0.37 | 315 | 0.94 | 0.33 |
| Hex | A1 | 5 | 7A | 0 | 61 | 18 | 25 | 13B | 5E | 21 |
| Octal | 241 | 5 | 172 | 0 | 141 | 30 | 45 | 473 | 136 | 41 |
| Binary | 10100001 | 101 | 1111010 | 0 | 1100001 | 11000 | 100101 | 100111011 | 1011110 | 100001 |
Color Harmonies of #A1057A
Complementary color
Monochromatic Colors of #A1057A
Black with #A1057A
Text Example
Text Example
White with #A1057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1057A; }
p { color: rgb(161,5,122); }
H1.HeaderClassName
{
color: #A1057A;
}
.AnyTagClassName
{
color: #A1057A;
}
</style>
background-color css
<style>
a { background-color: #A1057A; }
a { background-color: rgb(161,5,122); }
div.DivClassName
{
background-color: #A1057A;
}
.BgClassName
{
background-color: #A1057A;
}
</style>
border-color css
<style>
span { border-color: #A1057A; }
span { border-color: rgb(161,5,122); }
td.TdClassName
{
border-color: #A1057A;
}
.TagClassName
{
border-color: #A1057A;
}
</style>