Shades of Eggplant #A20274
Tints of Eggplant #A20274
RGB
CMYK
RGB Variations
Color information
#A20274 (or 0xA20274) is known color: Eggplant. HEX triplet: A2, 02 and 74. RGB value is (162,2,116). Sum of RGB (Red+Green+Blue) = 162+2+116=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A20274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20274 is #5DFD8B. Grayscale: #3E3E3E. Windows color (decimal): -6159756 or 7602850. OLE color: 7602850.
HSL color Cylindrical-coordinate representation of color #A20274: hue angle of 317.25º 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 #A20274 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.36 |
| HSL | 317.25º | 0.98% | 0.32% | - |
| HSV(B) | 317.25º | 0.99% | 0.64% | - |
| XYZ | 18.07 | 8.99 | 17.3 | - |
| YUV | 62.84 | 158.01 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 116 | 0 | 0.99 | 0.28 | 0.36 | 317.25 | 0.98 | 0.32 |
| Hex | A2 | 2 | 74 | 0 | 63 | 1C | 24 | 13D | 62 | 20 |
| Octal | 242 | 2 | 164 | 0 | 143 | 34 | 44 | 475 | 142 | 40 |
| Binary | 10100010 | 10 | 1110100 | 0 | 1100011 | 11100 | 100100 | 100111101 | 1100010 | 100000 |
Color Harmonies of #A20274
Complementary color
Monochromatic Colors of #A20274
Black with #A20274
Text Example
Text Example
White with #A20274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20274; }
p { color: rgb(162,2,116); }
H1.HeaderClassName
{
color: #A20274;
}
.AnyTagClassName
{
color: #A20274;
}
</style>
background-color css
<style>
a { background-color: #A20274; }
a { background-color: rgb(162,2,116); }
div.DivClassName
{
background-color: #A20274;
}
.BgClassName
{
background-color: #A20274;
}
</style>
border-color css
<style>
span { border-color: #A20274; }
span { border-color: rgb(162,2,116); }
td.TdClassName
{
border-color: #A20274;
}
.TagClassName
{
border-color: #A20274;
}
</style>