Shades of Eggplant #A21374
Tints of Eggplant #A21374
RGB
CMYK
RGB Variations
Color information
#A21374 (or 0xA21374) is known color: Eggplant. HEX triplet: A2, 13 and 74. RGB value is (162,19,116). Sum of RGB (Red+Green+Blue) = 162+19+116=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A21374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21374 is #5DEC8B. Grayscale: #484848. Windows color (decimal): -6155404 or 7607202. OLE color: 7607202.
HSL color Cylindrical-coordinate representation of color #A21374: hue angle of 319.3º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21374 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 116 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.36 |
| HSL | 319.3º | 0.79% | 0.35% | - |
| HSV(B) | 319.3º | 0.88% | 0.64% | - |
| XYZ | 18.29 | 9.41 | 17.38 | - |
| YUV | 72.82 | 152.38 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 116 | 0 | 0.88 | 0.28 | 0.36 | 319.3 | 0.79 | 0.35 |
| Hex | A2 | 13 | 74 | 0 | 58 | 1C | 24 | 13F | 4F | 23 |
| Octal | 242 | 23 | 164 | 0 | 130 | 34 | 44 | 477 | 117 | 43 |
| Binary | 10100010 | 10011 | 1110100 | 0 | 1011000 | 11100 | 100100 | 100111111 | 1001111 | 100011 |
Color Harmonies of #A21374
Complementary color
Monochromatic Colors of #A21374
Black with #A21374
Text Example
Text Example
White with #A21374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21374; }
p { color: rgb(162,19,116); }
H1.HeaderClassName
{
color: #A21374;
}
.AnyTagClassName
{
color: #A21374;
}
</style>
background-color css
<style>
a { background-color: #A21374; }
a { background-color: rgb(162,19,116); }
div.DivClassName
{
background-color: #A21374;
}
.BgClassName
{
background-color: #A21374;
}
</style>
border-color css
<style>
span { border-color: #A21374; }
span { border-color: rgb(162,19,116); }
td.TdClassName
{
border-color: #A21374;
}
.TagClassName
{
border-color: #A21374;
}
</style>