Shades of Eggplant #A20063
Tints of Eggplant #A20063
RGB
CMYK
RGB Variations
Color information
#A20063 (or 0xA20063) is known color: Eggplant. HEX triplet: A2, 00 and 63. RGB value is (162,0,99). Sum of RGB (Red+Green+Blue) = 162+0+99=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A20063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20063 is #5DFF9C. Grayscale: #3B3B3B. Windows color (decimal): -6160285 or 6488226. OLE color: 6488226.
HSL color Cylindrical-coordinate representation of color #A20063: hue angle of 323.33º 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 #A20063 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.39 | 0.36 |
| HSL | 323.33º | 1% | 0.32% | - |
| HSV(B) | 323.33º | 1% | 0.64% | - |
| XYZ | 17.15 | 8.58 | 12.56 | - |
| YUV | 59.72 | 150.17 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 99 | 0 | 1 | 0.39 | 0.36 | 323.33 | 1 | 0.32 |
| Hex | A2 | 0 | 63 | 0 | 64 | 27 | 24 | 143 | 64 | 20 |
| Octal | 242 | 0 | 143 | 0 | 144 | 47 | 44 | 503 | 144 | 40 |
| Binary | 10100010 | 0 | 1100011 | 0 | 1100100 | 100111 | 100100 | 101000011 | 1100100 | 100000 |
Color Harmonies of #A20063
Complementary color
Monochromatic Colors of #A20063
Black with #A20063
Text Example
Text Example
White with #A20063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20063; }
p { color: rgb(162,0,99); }
H1.HeaderClassName
{
color: #A20063;
}
.AnyTagClassName
{
color: #A20063;
}
</style>
background-color css
<style>
a { background-color: #A20063; }
a { background-color: rgb(162,0,99); }
div.DivClassName
{
background-color: #A20063;
}
.BgClassName
{
background-color: #A20063;
}
</style>
border-color css
<style>
span { border-color: #A20063; }
span { border-color: rgb(162,0,99); }
td.TdClassName
{
border-color: #A20063;
}
.TagClassName
{
border-color: #A20063;
}
</style>