Shades of Eggplant #A60179
Tints of Eggplant #A60179
RGB
CMYK
RGB Variations
Color information
#A60179 (or 0xA60179) is known color: Eggplant. HEX triplet: A6, 01 and 79. RGB value is (166,1,121). Sum of RGB (Red+Green+Blue) = 166+1+121=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A60179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60179 is #59FE86. Grayscale: #3F3F3F. Windows color (decimal): -5897863 or 7930278. OLE color: 7930278.
HSL color Cylindrical-coordinate representation of color #A60179: hue angle of 316.36º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60179 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.35 |
| HSL | 316.36º | 0.99% | 0.33% | - |
| HSV(B) | 316.36º | 0.99% | 0.65% | - |
| XYZ | 19.19 | 9.51 | 18.91 | - |
| YUV | 64.02 | 160.16 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 121 | 0 | 0.99 | 0.27 | 0.35 | 316.36 | 0.99 | 0.33 |
| Hex | A6 | 1 | 79 | 0 | 63 | 1B | 23 | 13C | 63 | 21 |
| Octal | 246 | 1 | 171 | 0 | 143 | 33 | 43 | 474 | 143 | 41 |
| Binary | 10100110 | 1 | 1111001 | 0 | 1100011 | 11011 | 100011 | 100111100 | 1100011 | 100001 |
Color Harmonies of #A60179
Complementary color
Monochromatic Colors of #A60179
Black with #A60179
Text Example
Text Example
White with #A60179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60179; }
p { color: rgb(166,1,121); }
H1.HeaderClassName
{
color: #A60179;
}
.AnyTagClassName
{
color: #A60179;
}
</style>
background-color css
<style>
a { background-color: #A60179; }
a { background-color: rgb(166,1,121); }
div.DivClassName
{
background-color: #A60179;
}
.BgClassName
{
background-color: #A60179;
}
</style>
border-color css
<style>
span { border-color: #A60179; }
span { border-color: rgb(166,1,121); }
td.TdClassName
{
border-color: #A60179;
}
.TagClassName
{
border-color: #A60179;
}
</style>