Shades of Eggplant #A60872
Tints of Eggplant #A60872
RGB
CMYK
RGB Variations
Color information
#A60872 (or 0xA60872) is known color: Eggplant. HEX triplet: A6, 08 and 72. RGB value is (166,8,114). Sum of RGB (Red+Green+Blue) = 166+8+114=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A60872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60872 is #59F78D. Grayscale: #434343. Windows color (decimal): -5896078 or 7473318. OLE color: 7473318.
HSL color Cylindrical-coordinate representation of color #A60872: hue angle of 319.75º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60872 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 114 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.35 |
| HSL | 319.75º | 0.91% | 0.34% | - |
| HSV(B) | 319.75º | 0.95% | 0.65% | - |
| XYZ | 18.85 | 9.5 | 16.76 | - |
| YUV | 67.33 | 154.35 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 114 | 0 | 0.95 | 0.31 | 0.35 | 319.75 | 0.91 | 0.34 |
| Hex | A6 | 8 | 72 | 0 | 5F | 1F | 23 | 140 | 5B | 22 |
| Octal | 246 | 10 | 162 | 0 | 137 | 37 | 43 | 500 | 133 | 42 |
| Binary | 10100110 | 1000 | 1110010 | 0 | 1011111 | 11111 | 100011 | 101000000 | 1011011 | 100010 |
Color Harmonies of #A60872
Complementary color
Monochromatic Colors of #A60872
Black with #A60872
Text Example
Text Example
White with #A60872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60872; }
p { color: rgb(166,8,114); }
H1.HeaderClassName
{
color: #A60872;
}
.AnyTagClassName
{
color: #A60872;
}
</style>
background-color css
<style>
a { background-color: #A60872; }
a { background-color: rgb(166,8,114); }
div.DivClassName
{
background-color: #A60872;
}
.BgClassName
{
background-color: #A60872;
}
</style>
border-color css
<style>
span { border-color: #A60872; }
span { border-color: rgb(166,8,114); }
td.TdClassName
{
border-color: #A60872;
}
.TagClassName
{
border-color: #A60872;
}
</style>