Shades of Eggplant #A20275
Tints of Eggplant #A20275
RGB
CMYK
RGB Variations
Color information
#A20275 (or 0xA20275) is known color: Eggplant. HEX triplet: A2, 02 and 75. RGB value is (162,2,117). Sum of RGB (Red+Green+Blue) = 162+2+117=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A20275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20275 is #5DFD8A. Grayscale: #3E3E3E. Windows color (decimal): -6159755 or 7668386. OLE color: 7668386.
HSL color Cylindrical-coordinate representation of color #A20275: hue angle of 316.88º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20275 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.36 |
| HSL | 316.88º | 0.98% | 0.32% | - |
| HSV(B) | 316.88º | 0.99% | 0.64% | - |
| XYZ | 18.13 | 9.01 | 17.61 | - |
| YUV | 62.95 | 158.51 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 117 | 0 | 0.99 | 0.28 | 0.36 | 316.88 | 0.98 | 0.32 |
| Hex | A2 | 2 | 75 | 0 | 63 | 1C | 24 | 13D | 62 | 20 |
| Octal | 242 | 2 | 165 | 0 | 143 | 34 | 44 | 475 | 142 | 40 |
| Binary | 10100010 | 10 | 1110101 | 0 | 1100011 | 11100 | 100100 | 100111101 | 1100010 | 100000 |
Color Harmonies of #A20275
Complementary color
Monochromatic Colors of #A20275
Black with #A20275
Text Example
Text Example
White with #A20275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20275; }
p { color: rgb(162,2,117); }
H1.HeaderClassName
{
color: #A20275;
}
.AnyTagClassName
{
color: #A20275;
}
</style>
background-color css
<style>
a { background-color: #A20275; }
a { background-color: rgb(162,2,117); }
div.DivClassName
{
background-color: #A20275;
}
.BgClassName
{
background-color: #A20275;
}
</style>
border-color css
<style>
span { border-color: #A20275; }
span { border-color: rgb(162,2,117); }
td.TdClassName
{
border-color: #A20275;
}
.TagClassName
{
border-color: #A20275;
}
</style>