Shades of Eggplant #A20375
Tints of Eggplant #A20375
RGB
CMYK
RGB Variations
Color information
#A20375 (or 0xA20375) is known color: Eggplant. HEX triplet: A2, 03 and 75. RGB value is (162,3,117). Sum of RGB (Red+Green+Blue) = 162+3+117=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A20375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20375 is #5DFC8A. Grayscale: #3F3F3F. Windows color (decimal): -6159499 or 7668642. OLE color: 7668642.
HSL color Cylindrical-coordinate representation of color #A20375: hue angle of 316.98º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20375 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 117 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.36 |
| HSL | 316.98º | 0.96% | 0.32% | - |
| HSV(B) | 316.98º | 0.98% | 0.64% | - |
| XYZ | 18.14 | 9.03 | 17.62 | - |
| YUV | 63.54 | 158.18 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 117 | 0 | 0.98 | 0.28 | 0.36 | 316.98 | 0.96 | 0.32 |
| Hex | A2 | 3 | 75 | 0 | 62 | 1C | 24 | 13D | 60 | 20 |
| Octal | 242 | 3 | 165 | 0 | 142 | 34 | 44 | 475 | 140 | 40 |
| Binary | 10100010 | 11 | 1110101 | 0 | 1100010 | 11100 | 100100 | 100111101 | 1100000 | 100000 |
Color Harmonies of #A20375
Complementary color
Monochromatic Colors of #A20375
Black with #A20375
Text Example
Text Example
White with #A20375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20375; }
p { color: rgb(162,3,117); }
H1.HeaderClassName
{
color: #A20375;
}
.AnyTagClassName
{
color: #A20375;
}
</style>
background-color css
<style>
a { background-color: #A20375; }
a { background-color: rgb(162,3,117); }
div.DivClassName
{
background-color: #A20375;
}
.BgClassName
{
background-color: #A20375;
}
</style>
border-color css
<style>
span { border-color: #A20375; }
span { border-color: rgb(162,3,117); }
td.TdClassName
{
border-color: #A20375;
}
.TagClassName
{
border-color: #A20375;
}
</style>