Shades of Eggplant #A20569
Tints of Eggplant #A20569
RGB
CMYK
RGB Variations
Color information
#A20569 (or 0xA20569) is known color: Eggplant. HEX triplet: A2, 05 and 69. RGB value is (162,5,105). Sum of RGB (Red+Green+Blue) = 162+5+105=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A20569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20569 is #5DFA96. Grayscale: #3F3F3F. Windows color (decimal): -6158999 or 6882722. OLE color: 6882722.
HSL color Cylindrical-coordinate representation of color #A20569: hue angle of 321.78º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A20569 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 105 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.36 |
| HSL | 321.78º | 0.94% | 0.33% | - |
| HSV(B) | 321.78º | 0.97% | 0.64% | - |
| XYZ | 17.5 | 8.81 | 14.14 | - |
| YUV | 63.34 | 151.51 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 105 | 0 | 0.97 | 0.35 | 0.36 | 321.78 | 0.94 | 0.33 |
| Hex | A2 | 5 | 69 | 0 | 61 | 23 | 24 | 142 | 5E | 21 |
| Octal | 242 | 5 | 151 | 0 | 141 | 43 | 44 | 502 | 136 | 41 |
| Binary | 10100010 | 101 | 1101001 | 0 | 1100001 | 100011 | 100100 | 101000010 | 1011110 | 100001 |
Color Harmonies of #A20569
Complementary color
Monochromatic Colors of #A20569
Black with #A20569
Text Example
Text Example
White with #A20569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20569; }
p { color: rgb(162,5,105); }
H1.HeaderClassName
{
color: #A20569;
}
.AnyTagClassName
{
color: #A20569;
}
</style>
background-color css
<style>
a { background-color: #A20569; }
a { background-color: rgb(162,5,105); }
div.DivClassName
{
background-color: #A20569;
}
.BgClassName
{
background-color: #A20569;
}
</style>
border-color css
<style>
span { border-color: #A20569; }
span { border-color: rgb(162,5,105); }
td.TdClassName
{
border-color: #A20569;
}
.TagClassName
{
border-color: #A20569;
}
</style>