Shades of Eggplant #A20671
Tints of Eggplant #A20671
RGB
CMYK
RGB Variations
Color information
#A20671 (or 0xA20671) is known color: Eggplant. HEX triplet: A2, 06 and 71. RGB value is (162,6,113). Sum of RGB (Red+Green+Blue) = 162+6+113=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A20671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20671 is #5DF98E. Grayscale: #404040. Windows color (decimal): -6158735 or 7407266. OLE color: 7407266.
HSL color Cylindrical-coordinate representation of color #A20671: hue angle of 318.85º 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 #A20671 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 6 | 113 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.36 |
| HSL | 318.85º | 0.93% | 0.33% | - |
| HSV(B) | 318.85º | 0.96% | 0.64% | - |
| XYZ | 17.95 | 9 | 16.41 | - |
| YUV | 64.84 | 155.18 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 113 | 0 | 0.96 | 0.30 | 0.36 | 318.85 | 0.93 | 0.33 |
| Hex | A2 | 6 | 71 | 0 | 60 | 1E | 24 | 13F | 5D | 21 |
| Octal | 242 | 6 | 161 | 0 | 140 | 36 | 44 | 477 | 135 | 41 |
| Binary | 10100010 | 110 | 1110001 | 0 | 1100000 | 11110 | 100100 | 100111111 | 1011101 | 100001 |
Color Harmonies of #A20671
Complementary color
Monochromatic Colors of #A20671
Black with #A20671
Text Example
Text Example
White with #A20671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20671; }
p { color: rgb(162,6,113); }
H1.HeaderClassName
{
color: #A20671;
}
.AnyTagClassName
{
color: #A20671;
}
</style>
background-color css
<style>
a { background-color: #A20671; }
a { background-color: rgb(162,6,113); }
div.DivClassName
{
background-color: #A20671;
}
.BgClassName
{
background-color: #A20671;
}
</style>
border-color css
<style>
span { border-color: #A20671; }
span { border-color: rgb(162,6,113); }
td.TdClassName
{
border-color: #A20671;
}
.TagClassName
{
border-color: #A20671;
}
</style>