Shades of Eggplant #A20680
Tints of Eggplant #A20680
RGB
CMYK
RGB Variations
Color information
#A20680 (or 0xA20680) is known color: Eggplant. HEX triplet: A2, 06 and 80. RGB value is (162,6,128). Sum of RGB (Red+Green+Blue) = 162+6+128=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A20680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20680 is #5DF97F. Grayscale: #424242. Windows color (decimal): -6158720 or 8390306. OLE color: 8390306.
HSL color Cylindrical-coordinate representation of color #A20680: hue angle of 313.08º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20680 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 6 | 128 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.36 |
| HSL | 313.08º | 0.93% | 0.33% | - |
| HSV(B) | 313.08º | 0.96% | 0.64% | - |
| XYZ | 18.86 | 9.37 | 21.24 | - |
| YUV | 66.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 128 | 0 | 0.96 | 0.21 | 0.36 | 313.08 | 0.93 | 0.33 |
| Hex | A2 | 6 | 80 | 0 | 60 | 15 | 24 | 139 | 5D | 21 |
| Octal | 242 | 6 | 200 | 0 | 140 | 25 | 44 | 471 | 135 | 41 |
| Binary | 10100010 | 110 | 10000000 | 0 | 1100000 | 10101 | 100100 | 100111001 | 1011101 | 100001 |
Color Harmonies of #A20680
Complementary color
Monochromatic Colors of #A20680
Black with #A20680
Text Example
Text Example
White with #A20680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20680; }
p { color: rgb(162,6,128); }
H1.HeaderClassName
{
color: #A20680;
}
.AnyTagClassName
{
color: #A20680;
}
</style>
background-color css
<style>
a { background-color: #A20680; }
a { background-color: rgb(162,6,128); }
div.DivClassName
{
background-color: #A20680;
}
.BgClassName
{
background-color: #A20680;
}
</style>
border-color css
<style>
span { border-color: #A20680; }
span { border-color: rgb(162,6,128); }
td.TdClassName
{
border-color: #A20680;
}
.TagClassName
{
border-color: #A20680;
}
</style>