Shades of Eggplant #A20169
Tints of Eggplant #A20169
RGB
CMYK
RGB Variations
Color information
#A20169 (or 0xA20169) is known color: Eggplant. HEX triplet: A2, 01 and 69. RGB value is (162,1,105). Sum of RGB (Red+Green+Blue) = 162+1+105=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A20169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20169 is #5DFE96. Grayscale: #3C3C3C. Windows color (decimal): -6160023 or 6881698. OLE color: 6881698.
HSL color Cylindrical-coordinate representation of color #A20169: hue angle of 321.24º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20169 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 1 | 105 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.36 |
| HSL | 321.24º | 0.99% | 0.32% | - |
| HSV(B) | 321.24º | 0.99% | 0.64% | - |
| XYZ | 17.46 | 8.72 | 14.13 | - |
| YUV | 61 | 152.84 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 105 | 0 | 0.99 | 0.35 | 0.36 | 321.24 | 0.99 | 0.32 |
| Hex | A2 | 1 | 69 | 0 | 63 | 23 | 24 | 141 | 63 | 20 |
| Octal | 242 | 1 | 151 | 0 | 143 | 43 | 44 | 501 | 143 | 40 |
| Binary | 10100010 | 1 | 1101001 | 0 | 1100011 | 100011 | 100100 | 101000001 | 1100011 | 100000 |
Color Harmonies of #A20169
Complementary color
Monochromatic Colors of #A20169
Black with #A20169
Text Example
Text Example
White with #A20169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20169; }
p { color: rgb(162,1,105); }
H1.HeaderClassName
{
color: #A20169;
}
.AnyTagClassName
{
color: #A20169;
}
</style>
background-color css
<style>
a { background-color: #A20169; }
a { background-color: rgb(162,1,105); }
div.DivClassName
{
background-color: #A20169;
}
.BgClassName
{
background-color: #A20169;
}
</style>
border-color css
<style>
span { border-color: #A20169; }
span { border-color: rgb(162,1,105); }
td.TdClassName
{
border-color: #A20169;
}
.TagClassName
{
border-color: #A20169;
}
</style>