Shades of Eggplant #A10776
Tints of Eggplant #A10776
RGB
CMYK
RGB Variations
Color information
#A10776 (or 0xA10776) is known color: Eggplant. HEX triplet: A1, 07 and 76. RGB value is (161,7,118). Sum of RGB (Red+Green+Blue) = 161+7+118=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A10776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10776 is #5EF889. Grayscale: #414141. Windows color (decimal): -6224010 or 7735201. OLE color: 7735201.
HSL color Cylindrical-coordinate representation of color #A10776: hue angle of 316.75º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10776 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 118 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.37 |
| HSL | 316.75º | 0.92% | 0.33% | - |
| HSV(B) | 316.75º | 0.96% | 0.63% | - |
| XYZ | 18.04 | 9.04 | 17.93 | - |
| YUV | 65.7 | 157.52 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 118 | 0 | 0.96 | 0.27 | 0.37 | 316.75 | 0.92 | 0.33 |
| Hex | A1 | 7 | 76 | 0 | 60 | 1B | 25 | 13D | 5C | 21 |
| Octal | 241 | 7 | 166 | 0 | 140 | 33 | 45 | 475 | 134 | 41 |
| Binary | 10100001 | 111 | 1110110 | 0 | 1100000 | 11011 | 100101 | 100111101 | 1011100 | 100001 |
Color Harmonies of #A10776
Complementary color
Monochromatic Colors of #A10776
Black with #A10776
Text Example
Text Example
White with #A10776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10776; }
p { color: rgb(161,7,118); }
H1.HeaderClassName
{
color: #A10776;
}
.AnyTagClassName
{
color: #A10776;
}
</style>
background-color css
<style>
a { background-color: #A10776; }
a { background-color: rgb(161,7,118); }
div.DivClassName
{
background-color: #A10776;
}
.BgClassName
{
background-color: #A10776;
}
</style>
border-color css
<style>
span { border-color: #A10776; }
span { border-color: rgb(161,7,118); }
td.TdClassName
{
border-color: #A10776;
}
.TagClassName
{
border-color: #A10776;
}
</style>