Shades of Eggplant #A60071
Tints of Eggplant #A60071
RGB
CMYK
RGB Variations
Color information
#A60071 (or 0xA60071) is known color: Eggplant. HEX triplet: A6, 00 and 71. RGB value is (166,0,113). Sum of RGB (Red+Green+Blue) = 166+0+113=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A60071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60071 is #59FF8E. Grayscale: #3E3E3E. Windows color (decimal): -5898127 or 7405734. OLE color: 7405734.
HSL color Cylindrical-coordinate representation of color #A60071: hue angle of 319.16º 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 #A60071 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.32 | 0.35 |
| HSL | 319.16º | 1% | 0.33% | - |
| HSV(B) | 319.16º | 1% | 0.65% | - |
| XYZ | 18.71 | 9.3 | 16.43 | - |
| YUV | 62.52 | 156.5 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 113 | 0 | 1 | 0.32 | 0.35 | 319.16 | 1 | 0.33 |
| Hex | A6 | 0 | 71 | 0 | 64 | 20 | 23 | 13F | 64 | 21 |
| Octal | 246 | 0 | 161 | 0 | 144 | 40 | 43 | 477 | 144 | 41 |
| Binary | 10100110 | 0 | 1110001 | 0 | 1100100 | 100000 | 100011 | 100111111 | 1100100 | 100001 |
Color Harmonies of #A60071
Complementary color
Monochromatic Colors of #A60071
Black with #A60071
Text Example
Text Example
White with #A60071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60071; }
p { color: rgb(166,0,113); }
H1.HeaderClassName
{
color: #A60071;
}
.AnyTagClassName
{
color: #A60071;
}
</style>
background-color css
<style>
a { background-color: #A60071; }
a { background-color: rgb(166,0,113); }
div.DivClassName
{
background-color: #A60071;
}
.BgClassName
{
background-color: #A60071;
}
</style>
border-color css
<style>
span { border-color: #A60071; }
span { border-color: rgb(166,0,113); }
td.TdClassName
{
border-color: #A60071;
}
.TagClassName
{
border-color: #A60071;
}
</style>