Shades of Eggplant #A20066
Tints of Eggplant #A20066
RGB
CMYK
RGB Variations
Color information
#A20066 (or 0xA20066) is known color: Eggplant. HEX triplet: A2, 00 and 66. RGB value is (162,0,102). Sum of RGB (Red+Green+Blue) = 162+0+102=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A20066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20066 is #5DFF99. Grayscale: #3B3B3B. Windows color (decimal): -6160282 or 6684834. OLE color: 6684834.
HSL color Cylindrical-coordinate representation of color #A20066: hue angle of 322.22º 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 #A20066 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.37 | 0.36 |
| HSL | 322.22º | 1% | 0.32% | - |
| HSV(B) | 322.22º | 1% | 0.64% | - |
| XYZ | 17.3 | 8.64 | 13.33 | - |
| YUV | 60.07 | 151.67 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 102 | 0 | 1 | 0.37 | 0.36 | 322.22 | 1 | 0.32 |
| Hex | A2 | 0 | 66 | 0 | 64 | 25 | 24 | 142 | 64 | 20 |
| Octal | 242 | 0 | 146 | 0 | 144 | 45 | 44 | 502 | 144 | 40 |
| Binary | 10100010 | 0 | 1100110 | 0 | 1100100 | 100101 | 100100 | 101000010 | 1100100 | 100000 |
Color Harmonies of #A20066
Complementary color
Monochromatic Colors of #A20066
Black with #A20066
Text Example
Text Example
White with #A20066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20066; }
p { color: rgb(162,0,102); }
H1.HeaderClassName
{
color: #A20066;
}
.AnyTagClassName
{
color: #A20066;
}
</style>
background-color css
<style>
a { background-color: #A20066; }
a { background-color: rgb(162,0,102); }
div.DivClassName
{
background-color: #A20066;
}
.BgClassName
{
background-color: #A20066;
}
</style>
border-color css
<style>
span { border-color: #A20066; }
span { border-color: rgb(162,0,102); }
td.TdClassName
{
border-color: #A20066;
}
.TagClassName
{
border-color: #A20066;
}
</style>