Shades of Eggplant #A10576
Tints of Eggplant #A10576
RGB
CMYK
RGB Variations
Color information
#A10576 (or 0xA10576) is known color: Eggplant. HEX triplet: A1, 05 and 76. RGB value is (161,5,118). Sum of RGB (Red+Green+Blue) = 161+5+118=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A10576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10576 is #5EFA89. Grayscale: #404040. Windows color (decimal): -6224522 or 7734689. OLE color: 7734689.
HSL color Cylindrical-coordinate representation of color #A10576: hue angle of 316.54º 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 #A10576 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 5 | 118 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.37 |
| HSL | 316.54º | 0.94% | 0.33% | - |
| HSV(B) | 316.54º | 0.97% | 0.63% | - |
| XYZ | 18.02 | 8.99 | 17.93 | - |
| YUV | 64.53 | 158.18 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 118 | 0 | 0.97 | 0.27 | 0.37 | 316.54 | 0.94 | 0.33 |
| Hex | A1 | 5 | 76 | 0 | 61 | 1B | 25 | 13D | 5E | 21 |
| Octal | 241 | 5 | 166 | 0 | 141 | 33 | 45 | 475 | 136 | 41 |
| Binary | 10100001 | 101 | 1110110 | 0 | 1100001 | 11011 | 100101 | 100111101 | 1011110 | 100001 |
Color Harmonies of #A10576
Complementary color
Monochromatic Colors of #A10576
Black with #A10576
Text Example
Text Example
White with #A10576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10576; }
p { color: rgb(161,5,118); }
H1.HeaderClassName
{
color: #A10576;
}
.AnyTagClassName
{
color: #A10576;
}
</style>
background-color css
<style>
a { background-color: #A10576; }
a { background-color: rgb(161,5,118); }
div.DivClassName
{
background-color: #A10576;
}
.BgClassName
{
background-color: #A10576;
}
</style>
border-color css
<style>
span { border-color: #A10576; }
span { border-color: rgb(161,5,118); }
td.TdClassName
{
border-color: #A10576;
}
.TagClassName
{
border-color: #A10576;
}
</style>