Shades of Eggplant #A21273
Tints of Eggplant #A21273
RGB
CMYK
RGB Variations
Color information
#A21273 (or 0xA21273) is known color: Eggplant. HEX triplet: A2, 12 and 73. RGB value is (162,18,115). Sum of RGB (Red+Green+Blue) = 162+18+115=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A21273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21273 is #5DED8C. Grayscale: #474747. Windows color (decimal): -6155661 or 7541410. OLE color: 7541410.
HSL color Cylindrical-coordinate representation of color #A21273: hue angle of 319.58º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21273 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 115 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.36 |
| HSL | 319.58º | 0.8% | 0.35% | - |
| HSV(B) | 319.58º | 0.89% | 0.64% | - |
| XYZ | 18.21 | 9.35 | 17.06 | - |
| YUV | 72.11 | 152.21 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 115 | 0 | 0.89 | 0.29 | 0.36 | 319.58 | 0.8 | 0.35 |
| Hex | A2 | 12 | 73 | 0 | 59 | 1D | 24 | 140 | 50 | 23 |
| Octal | 242 | 22 | 163 | 0 | 131 | 35 | 44 | 500 | 120 | 43 |
| Binary | 10100010 | 10010 | 1110011 | 0 | 1011001 | 11101 | 100100 | 101000000 | 1010000 | 100011 |
Color Harmonies of #A21273
Complementary color
Monochromatic Colors of #A21273
Black with #A21273
Text Example
Text Example
White with #A21273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21273; }
p { color: rgb(162,18,115); }
H1.HeaderClassName
{
color: #A21273;
}
.AnyTagClassName
{
color: #A21273;
}
</style>
background-color css
<style>
a { background-color: #A21273; }
a { background-color: rgb(162,18,115); }
div.DivClassName
{
background-color: #A21273;
}
.BgClassName
{
background-color: #A21273;
}
</style>
border-color css
<style>
span { border-color: #A21273; }
span { border-color: rgb(162,18,115); }
td.TdClassName
{
border-color: #A21273;
}
.TagClassName
{
border-color: #A21273;
}
</style>