Shades of Eggplant #A61177
Tints of Eggplant #A61177
RGB
CMYK
RGB Variations
Color information
#A61177 (or 0xA61177) is known color: Eggplant. HEX triplet: A6, 11 and 77. RGB value is (166,17,119). Sum of RGB (Red+Green+Blue) = 166+17+119=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A61177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61177 is #59EE88. Grayscale: #484848. Windows color (decimal): -5893769 or 7803302. OLE color: 7803302.
HSL color Cylindrical-coordinate representation of color #A61177: hue angle of 318.93º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61177 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 17 | 119 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.35 |
| HSL | 318.93º | 0.81% | 0.36% | - |
| HSV(B) | 318.93º | 0.9% | 0.65% | - |
| XYZ | 19.26 | 9.84 | 18.34 | - |
| YUV | 73.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 119 | 0 | 0.90 | 0.28 | 0.35 | 318.93 | 0.81 | 0.36 |
| Hex | A6 | 11 | 77 | 0 | 5A | 1C | 23 | 13F | 51 | 24 |
| Octal | 246 | 21 | 167 | 0 | 132 | 34 | 43 | 477 | 121 | 44 |
| Binary | 10100110 | 10001 | 1110111 | 0 | 1011010 | 11100 | 100011 | 100111111 | 1010001 | 100100 |
Color Harmonies of #A61177
Complementary color
Monochromatic Colors of #A61177
Black with #A61177
Text Example
Text Example
White with #A61177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61177; }
p { color: rgb(166,17,119); }
H1.HeaderClassName
{
color: #A61177;
}
.AnyTagClassName
{
color: #A61177;
}
</style>
background-color css
<style>
a { background-color: #A61177; }
a { background-color: rgb(166,17,119); }
div.DivClassName
{
background-color: #A61177;
}
.BgClassName
{
background-color: #A61177;
}
</style>
border-color css
<style>
span { border-color: #A61177; }
span { border-color: rgb(166,17,119); }
td.TdClassName
{
border-color: #A61177;
}
.TagClassName
{
border-color: #A61177;
}
</style>