Shades of Eggplant #A60B7C
Tints of Eggplant #A60B7C
RGB
CMYK
RGB Variations
Color information
#A60B7C (or 0xA60B7C) is known color: Eggplant. HEX triplet: A6, 0B and 7C. RGB value is (166,11,124). Sum of RGB (Red+Green+Blue) = 166+11+124=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60B7C is #59F483. Grayscale: #454545. Windows color (decimal): -5895300 or 8129446. OLE color: 8129446.
HSL color Cylindrical-coordinate representation of color #A60B7C: hue angle of 316.26º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60B7C is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 11 | 124 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.35 |
| HSL | 316.26º | 0.88% | 0.35% | - |
| HSV(B) | 316.26º | 0.93% | 0.65% | - |
| XYZ | 19.48 | 9.8 | 19.93 | - |
| YUV | 70.23 | 158.35 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 124 | 0 | 0.93 | 0.25 | 0.35 | 316.26 | 0.88 | 0.35 |
| Hex | A6 | B | 7C | 0 | 5D | 19 | 23 | 13C | 58 | 23 |
| Octal | 246 | 13 | 174 | 0 | 135 | 31 | 43 | 474 | 130 | 43 |
| Binary | 10100110 | 1011 | 1111100 | 0 | 1011101 | 11001 | 100011 | 100111100 | 1011000 | 100011 |
Color Harmonies of #A60B7C
Complementary color
Monochromatic Colors of #A60B7C
Black with #A60B7C
Text Example
Text Example
White with #A60B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60B7C; }
p { color: rgb(166,11,124); }
H1.HeaderClassName
{
color: #A60B7C;
}
.AnyTagClassName
{
color: #A60B7C;
}
</style>
background-color css
<style>
a { background-color: #A60B7C; }
a { background-color: rgb(166,11,124); }
div.DivClassName
{
background-color: #A60B7C;
}
.BgClassName
{
background-color: #A60B7C;
}
</style>
border-color css
<style>
span { border-color: #A60B7C; }
span { border-color: rgb(166,11,124); }
td.TdClassName
{
border-color: #A60B7C;
}
.TagClassName
{
border-color: #A60B7C;
}
</style>