Shades of Eggplant #A60783
Tints of Eggplant #A60783
RGB
CMYK
RGB Variations
Color information
#A60783 (or 0xA60783) is known color: Eggplant. HEX triplet: A6, 07 and 83. RGB value is (166,7,131). Sum of RGB (Red+Green+Blue) = 166+7+131=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A60783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60783 is #59F87C. Grayscale: #444444. Windows color (decimal): -5896317 or 8587174. OLE color: 8587174.
HSL color Cylindrical-coordinate representation of color #A60783: hue angle of 313.21º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60783 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 7 | 131 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.35 |
| HSL | 313.21º | 0.92% | 0.34% | - |
| HSV(B) | 313.21º | 0.96% | 0.65% | - |
| XYZ | 19.9 | 9.9 | 22.33 | - |
| YUV | 68.68 | 163.18 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 131 | 0 | 0.96 | 0.21 | 0.35 | 313.21 | 0.92 | 0.34 |
| Hex | A6 | 7 | 83 | 0 | 60 | 15 | 23 | 139 | 5C | 22 |
| Octal | 246 | 7 | 203 | 0 | 140 | 25 | 43 | 471 | 134 | 42 |
| Binary | 10100110 | 111 | 10000011 | 0 | 1100000 | 10101 | 100011 | 100111001 | 1011100 | 100010 |
Color Harmonies of #A60783
Complementary color
Monochromatic Colors of #A60783
Black with #A60783
Text Example
Text Example
White with #A60783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60783; }
p { color: rgb(166,7,131); }
H1.HeaderClassName
{
color: #A60783;
}
.AnyTagClassName
{
color: #A60783;
}
</style>
background-color css
<style>
a { background-color: #A60783; }
a { background-color: rgb(166,7,131); }
div.DivClassName
{
background-color: #A60783;
}
.BgClassName
{
background-color: #A60783;
}
</style>
border-color css
<style>
span { border-color: #A60783; }
span { border-color: rgb(166,7,131); }
td.TdClassName
{
border-color: #A60783;
}
.TagClassName
{
border-color: #A60783;
}
</style>