Shades of Eggplant #A61077
Tints of Eggplant #A61077
RGB
CMYK
RGB Variations
Color information
#A61077 (or 0xA61077) is known color: Eggplant. HEX triplet: A6, 10 and 77. RGB value is (166,16,119). Sum of RGB (Red+Green+Blue) = 166+16+119=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A61077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61077 is #59EF88. Grayscale: #484848. Windows color (decimal): -5894025 or 7803046. OLE color: 7803046.
HSL color Cylindrical-coordinate representation of color #A61077: hue angle of 318.8º degrees, saturation: 0.82, 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 #A61077 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 119 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.35 |
| HSL | 318.8º | 0.82% | 0.36% | - |
| HSV(B) | 318.8º | 0.9% | 0.65% | - |
| XYZ | 19.24 | 9.81 | 18.33 | - |
| YUV | 72.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 119 | 0 | 0.90 | 0.28 | 0.35 | 318.8 | 0.82 | 0.36 |
| Hex | A6 | 10 | 77 | 0 | 5A | 1C | 23 | 13F | 52 | 24 |
| Octal | 246 | 20 | 167 | 0 | 132 | 34 | 43 | 477 | 122 | 44 |
| Binary | 10100110 | 10000 | 1110111 | 0 | 1011010 | 11100 | 100011 | 100111111 | 1010010 | 100100 |
Color Harmonies of #A61077
Complementary color
Monochromatic Colors of #A61077
Black with #A61077
Text Example
Text Example
White with #A61077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61077; }
p { color: rgb(166,16,119); }
H1.HeaderClassName
{
color: #A61077;
}
.AnyTagClassName
{
color: #A61077;
}
</style>
background-color css
<style>
a { background-color: #A61077; }
a { background-color: rgb(166,16,119); }
div.DivClassName
{
background-color: #A61077;
}
.BgClassName
{
background-color: #A61077;
}
</style>
border-color css
<style>
span { border-color: #A61077; }
span { border-color: rgb(166,16,119); }
td.TdClassName
{
border-color: #A61077;
}
.TagClassName
{
border-color: #A61077;
}
</style>