Shades of Eggplant #A2007B
Tints of Eggplant #A2007B
RGB
CMYK
RGB Variations
Color information
#A2007B (or 0xA2007B) is known color: Eggplant. HEX triplet: A2, 00 and 7B. RGB value is (162,0,123). Sum of RGB (Red+Green+Blue) = 162+0+123=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A2007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2007B is #5DFF84. Grayscale: #3E3E3E. Windows color (decimal): -6160261 or 8061090. OLE color: 8061090.
HSL color Cylindrical-coordinate representation of color #A2007B: hue angle of 314.44º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2007B is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.24 | 0.36 |
| HSL | 314.44º | 1% | 0.32% | - |
| HSV(B) | 314.44º | 1% | 0.64% | - |
| XYZ | 18.48 | 9.11 | 19.52 | - |
| YUV | 62.46 | 162.17 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 123 | 0 | 1 | 0.24 | 0.36 | 314.44 | 1 | 0.32 |
| Hex | A2 | 0 | 7B | 0 | 64 | 18 | 24 | 13A | 64 | 20 |
| Octal | 242 | 0 | 173 | 0 | 144 | 30 | 44 | 472 | 144 | 40 |
| Binary | 10100010 | 0 | 1111011 | 0 | 1100100 | 11000 | 100100 | 100111010 | 1100100 | 100000 |
Color Harmonies of #A2007B
Complementary color
Monochromatic Colors of #A2007B
Black with #A2007B
Text Example
Text Example
White with #A2007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2007B; }
p { color: rgb(162,0,123); }
H1.HeaderClassName
{
color: #A2007B;
}
.AnyTagClassName
{
color: #A2007B;
}
</style>
background-color css
<style>
a { background-color: #A2007B; }
a { background-color: rgb(162,0,123); }
div.DivClassName
{
background-color: #A2007B;
}
.BgClassName
{
background-color: #A2007B;
}
</style>
border-color css
<style>
span { border-color: #A2007B; }
span { border-color: rgb(162,0,123); }
td.TdClassName
{
border-color: #A2007B;
}
.TagClassName
{
border-color: #A2007B;
}
</style>