Shades of Eggplant #A60076
Tints of Eggplant #A60076
RGB
CMYK
RGB Variations
Color information
#A60076 (or 0xA60076) is known color: Eggplant. HEX triplet: A6, 00 and 76. RGB value is (166,0,118). Sum of RGB (Red+Green+Blue) = 166+0+118=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A60076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60076 is #59FF89. Grayscale: #3E3E3E. Windows color (decimal): -5898122 or 7733414. OLE color: 7733414.
HSL color Cylindrical-coordinate representation of color #A60076: hue angle of 317.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60076 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.29 | 0.35 |
| HSL | 317.35º | 1% | 0.33% | - |
| HSV(B) | 317.35º | 1% | 0.65% | - |
| XYZ | 19 | 9.41 | 17.96 | - |
| YUV | 63.09 | 159 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 118 | 0 | 1 | 0.29 | 0.35 | 317.35 | 1 | 0.33 |
| Hex | A6 | 0 | 76 | 0 | 64 | 1D | 23 | 13D | 64 | 21 |
| Octal | 246 | 0 | 166 | 0 | 144 | 35 | 43 | 475 | 144 | 41 |
| Binary | 10100110 | 0 | 1110110 | 0 | 1100100 | 11101 | 100011 | 100111101 | 1100100 | 100001 |
Color Harmonies of #A60076
Complementary color
Monochromatic Colors of #A60076
Black with #A60076
Text Example
Text Example
White with #A60076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60076; }
p { color: rgb(166,0,118); }
H1.HeaderClassName
{
color: #A60076;
}
.AnyTagClassName
{
color: #A60076;
}
</style>
background-color css
<style>
a { background-color: #A60076; }
a { background-color: rgb(166,0,118); }
div.DivClassName
{
background-color: #A60076;
}
.BgClassName
{
background-color: #A60076;
}
</style>
border-color css
<style>
span { border-color: #A60076; }
span { border-color: rgb(166,0,118); }
td.TdClassName
{
border-color: #A60076;
}
.TagClassName
{
border-color: #A60076;
}
</style>