Shades of Eggplant #A60078
Tints of Eggplant #A60078
RGB
CMYK
RGB Variations
Color information
#A60078 (or 0xA60078) is known color: Eggplant. HEX triplet: A6, 00 and 78. RGB value is (166,0,120). Sum of RGB (Red+Green+Blue) = 166+0+120=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A60078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60078 is #59FF87. Grayscale: #3F3F3F. Windows color (decimal): -5898120 or 7864486. OLE color: 7864486.
HSL color Cylindrical-coordinate representation of color #A60078: hue angle of 316.63º 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 #A60078 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.28 | 0.35 |
| HSL | 316.63º | 1% | 0.33% | - |
| HSV(B) | 316.63º | 1% | 0.65% | - |
| XYZ | 19.12 | 9.46 | 18.59 | - |
| YUV | 63.31 | 160 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 120 | 0 | 1 | 0.28 | 0.35 | 316.63 | 1 | 0.33 |
| Hex | A6 | 0 | 78 | 0 | 64 | 1C | 23 | 13D | 64 | 21 |
| Octal | 246 | 0 | 170 | 0 | 144 | 34 | 43 | 475 | 144 | 41 |
| Binary | 10100110 | 0 | 1111000 | 0 | 1100100 | 11100 | 100011 | 100111101 | 1100100 | 100001 |
Color Harmonies of #A60078
Complementary color
Monochromatic Colors of #A60078
Black with #A60078
Text Example
Text Example
White with #A60078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60078; }
p { color: rgb(166,0,120); }
H1.HeaderClassName
{
color: #A60078;
}
.AnyTagClassName
{
color: #A60078;
}
</style>
background-color css
<style>
a { background-color: #A60078; }
a { background-color: rgb(166,0,120); }
div.DivClassName
{
background-color: #A60078;
}
.BgClassName
{
background-color: #A60078;
}
</style>
border-color css
<style>
span { border-color: #A60078; }
span { border-color: rgb(166,0,120); }
td.TdClassName
{
border-color: #A60078;
}
.TagClassName
{
border-color: #A60078;
}
</style>