Shades of Eggplant #A21078
Tints of Eggplant #A21078
RGB
CMYK
RGB Variations
Color information
#A21078 (or 0xA21078) is known color: Eggplant. HEX triplet: A2, 10 and 78. RGB value is (162,16,120). Sum of RGB (Red+Green+Blue) = 162+16+120=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A21078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21078 is #5DEF87. Grayscale: #474747. Windows color (decimal): -6156168 or 7868578. OLE color: 7868578.
HSL color Cylindrical-coordinate representation of color #A21078: hue angle of 317.26º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21078 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 16 | 120 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.36 |
| HSL | 317.26º | 0.82% | 0.35% | - |
| HSV(B) | 317.26º | 0.9% | 0.64% | - |
| XYZ | 18.48 | 9.41 | 18.61 | - |
| YUV | 71.51 | 155.37 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 120 | 0 | 0.90 | 0.26 | 0.36 | 317.26 | 0.82 | 0.35 |
| Hex | A2 | 10 | 78 | 0 | 5A | 1A | 24 | 13D | 52 | 23 |
| Octal | 242 | 20 | 170 | 0 | 132 | 32 | 44 | 475 | 122 | 43 |
| Binary | 10100010 | 10000 | 1111000 | 0 | 1011010 | 11010 | 100100 | 100111101 | 1010010 | 100011 |
Color Harmonies of #A21078
Complementary color
Monochromatic Colors of #A21078
Black with #A21078
Text Example
Text Example
White with #A21078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21078; }
p { color: rgb(162,16,120); }
H1.HeaderClassName
{
color: #A21078;
}
.AnyTagClassName
{
color: #A21078;
}
</style>
background-color css
<style>
a { background-color: #A21078; }
a { background-color: rgb(162,16,120); }
div.DivClassName
{
background-color: #A21078;
}
.BgClassName
{
background-color: #A21078;
}
</style>
border-color css
<style>
span { border-color: #A21078; }
span { border-color: rgb(162,16,120); }
td.TdClassName
{
border-color: #A21078;
}
.TagClassName
{
border-color: #A21078;
}
</style>