Shades of Eggplant #A60878
Tints of Eggplant #A60878
RGB
CMYK
RGB Variations
Color information
#A60878 (or 0xA60878) is known color: Eggplant. HEX triplet: A6, 08 and 78. RGB value is (166,8,120). Sum of RGB (Red+Green+Blue) = 166+8+120=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A60878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60878 is #59F787. Grayscale: #434343. Windows color (decimal): -5896072 or 7866534. OLE color: 7866534.
HSL color Cylindrical-coordinate representation of color #A60878: hue angle of 317.47º 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 #A60878 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 120 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.35 |
| HSL | 317.47º | 0.91% | 0.34% | - |
| HSV(B) | 317.47º | 0.95% | 0.65% | - |
| XYZ | 19.2 | 9.64 | 18.62 | - |
| YUV | 68.01 | 157.35 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 120 | 0 | 0.95 | 0.28 | 0.35 | 317.47 | 0.91 | 0.34 |
| Hex | A6 | 8 | 78 | 0 | 5F | 1C | 23 | 13D | 5B | 22 |
| Octal | 246 | 10 | 170 | 0 | 137 | 34 | 43 | 475 | 133 | 42 |
| Binary | 10100110 | 1000 | 1111000 | 0 | 1011111 | 11100 | 100011 | 100111101 | 1011011 | 100010 |
Color Harmonies of #A60878
Complementary color
Monochromatic Colors of #A60878
Black with #A60878
Text Example
Text Example
White with #A60878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60878; }
p { color: rgb(166,8,120); }
H1.HeaderClassName
{
color: #A60878;
}
.AnyTagClassName
{
color: #A60878;
}
</style>
background-color css
<style>
a { background-color: #A60878; }
a { background-color: rgb(166,8,120); }
div.DivClassName
{
background-color: #A60878;
}
.BgClassName
{
background-color: #A60878;
}
</style>
border-color css
<style>
span { border-color: #A60878; }
span { border-color: rgb(166,8,120); }
td.TdClassName
{
border-color: #A60878;
}
.TagClassName
{
border-color: #A60878;
}
</style>