Shades of Eggplant #A60983
Tints of Eggplant #A60983
RGB
CMYK
RGB Variations
Color information
#A60983 (or 0xA60983) is known color: Eggplant. HEX triplet: A6, 09 and 83. RGB value is (166,9,131). Sum of RGB (Red+Green+Blue) = 166+9+131=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A60983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60983 is #59F67C. Grayscale: #454545. Windows color (decimal): -5895805 or 8587686. OLE color: 8587686.
HSL color Cylindrical-coordinate representation of color #A60983: hue angle of 313.38º degrees, saturation: 0.9, 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 #A60983 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 131 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.35 |
| HSL | 313.38º | 0.9% | 0.34% | - |
| HSV(B) | 313.38º | 0.95% | 0.65% | - |
| XYZ | 19.92 | 9.94 | 22.34 | - |
| YUV | 69.85 | 162.51 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 131 | 0 | 0.95 | 0.21 | 0.35 | 313.38 | 0.9 | 0.34 |
| Hex | A6 | 9 | 83 | 0 | 5F | 15 | 23 | 139 | 5A | 22 |
| Octal | 246 | 11 | 203 | 0 | 137 | 25 | 43 | 471 | 132 | 42 |
| Binary | 10100110 | 1001 | 10000011 | 0 | 1011111 | 10101 | 100011 | 100111001 | 1011010 | 100010 |
Color Harmonies of #A60983
Complementary color
Monochromatic Colors of #A60983
Black with #A60983
Text Example
Text Example
White with #A60983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60983; }
p { color: rgb(166,9,131); }
H1.HeaderClassName
{
color: #A60983;
}
.AnyTagClassName
{
color: #A60983;
}
</style>
background-color css
<style>
a { background-color: #A60983; }
a { background-color: rgb(166,9,131); }
div.DivClassName
{
background-color: #A60983;
}
.BgClassName
{
background-color: #A60983;
}
</style>
border-color css
<style>
span { border-color: #A60983; }
span { border-color: rgb(166,9,131); }
td.TdClassName
{
border-color: #A60983;
}
.TagClassName
{
border-color: #A60983;
}
</style>