Shades of Eggplant #A10573
Tints of Eggplant #A10573
RGB
CMYK
RGB Variations
Color information
#A10573 (or 0xA10573) is known color: Eggplant. HEX triplet: A1, 05 and 73. RGB value is (161,5,115). Sum of RGB (Red+Green+Blue) = 161+5+115=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A10573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10573 is #5EFA8C. Grayscale: #3F3F3F. Windows color (decimal): -6224525 or 7538081. OLE color: 7538081.
HSL color Cylindrical-coordinate representation of color #A10573: hue angle of 317.69º 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 #A10573 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 5 | 115 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.37 |
| HSL | 317.69º | 0.94% | 0.33% | - |
| HSV(B) | 317.69º | 0.97% | 0.63% | - |
| XYZ | 17.85 | 8.92 | 17 | - |
| YUV | 64.18 | 156.68 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 115 | 0 | 0.97 | 0.29 | 0.37 | 317.69 | 0.94 | 0.33 |
| Hex | A1 | 5 | 73 | 0 | 61 | 1D | 25 | 13E | 5E | 21 |
| Octal | 241 | 5 | 163 | 0 | 141 | 35 | 45 | 476 | 136 | 41 |
| Binary | 10100001 | 101 | 1110011 | 0 | 1100001 | 11101 | 100101 | 100111110 | 1011110 | 100001 |
Color Harmonies of #A10573
Complementary color
Monochromatic Colors of #A10573
Black with #A10573
Text Example
Text Example
White with #A10573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10573; }
p { color: rgb(161,5,115); }
H1.HeaderClassName
{
color: #A10573;
}
.AnyTagClassName
{
color: #A10573;
}
</style>
background-color css
<style>
a { background-color: #A10573; }
a { background-color: rgb(161,5,115); }
div.DivClassName
{
background-color: #A10573;
}
.BgClassName
{
background-color: #A10573;
}
</style>
border-color css
<style>
span { border-color: #A10573; }
span { border-color: rgb(161,5,115); }
td.TdClassName
{
border-color: #A10573;
}
.TagClassName
{
border-color: #A10573;
}
</style>