Shades of Eggplant #A20068
Tints of Eggplant #A20068
RGB
CMYK
RGB Variations
Color information
#A20068 (or 0xA20068) is known color: Eggplant. HEX triplet: A2, 00 and 68. RGB value is (162,0,104). Sum of RGB (Red+Green+Blue) = 162+0+104=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A20068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20068 is #5DFF97. Grayscale: #3C3C3C. Windows color (decimal): -6160280 or 6815906. OLE color: 6815906.
HSL color Cylindrical-coordinate representation of color #A20068: hue angle of 321.48º 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 #A20068 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 104 | - |
| CMYK | 0 | 1 | 0.36 | 0.36 |
| HSL | 321.48º | 1% | 0.32% | - |
| HSV(B) | 321.48º | 1% | 0.64% | - |
| XYZ | 17.4 | 8.68 | 13.86 | - |
| YUV | 60.29 | 152.67 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 104 | 0 | 1 | 0.36 | 0.36 | 321.48 | 1 | 0.32 |
| Hex | A2 | 0 | 68 | 0 | 64 | 24 | 24 | 141 | 64 | 20 |
| Octal | 242 | 0 | 150 | 0 | 144 | 44 | 44 | 501 | 144 | 40 |
| Binary | 10100010 | 0 | 1101000 | 0 | 1100100 | 100100 | 100100 | 101000001 | 1100100 | 100000 |
Color Harmonies of #A20068
Complementary color
Monochromatic Colors of #A20068
Black with #A20068
Text Example
Text Example
White with #A20068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20068; }
p { color: rgb(162,0,104); }
H1.HeaderClassName
{
color: #A20068;
}
.AnyTagClassName
{
color: #A20068;
}
</style>
background-color css
<style>
a { background-color: #A20068; }
a { background-color: rgb(162,0,104); }
div.DivClassName
{
background-color: #A20068;
}
.BgClassName
{
background-color: #A20068;
}
</style>
border-color css
<style>
span { border-color: #A20068; }
span { border-color: rgb(162,0,104); }
td.TdClassName
{
border-color: #A20068;
}
.TagClassName
{
border-color: #A20068;
}
</style>