Shades of Eggplant #A0027D
Tints of Eggplant #A0027D
RGB
CMYK
RGB Variations
Color information
#A0027D (or 0xA0027D) is known color: Eggplant. HEX triplet: A0, 02 and 7D. RGB value is (160,2,125). Sum of RGB (Red+Green+Blue) = 160+2+125=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0027D is #5FFD82. Grayscale: #3E3E3E. Windows color (decimal): -6290819 or 8192672. OLE color: 8192672.
HSL color Cylindrical-coordinate representation of color #A0027D: hue angle of 313.29º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0027D is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.37 |
| HSL | 313.29º | 0.98% | 0.32% | - |
| HSV(B) | 313.29º | 0.99% | 0.63% | - |
| XYZ | 18.22 | 9 | 20.18 | - |
| YUV | 63.26 | 162.85 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 125 | 0 | 0.99 | 0.22 | 0.37 | 313.29 | 0.98 | 0.32 |
| Hex | A0 | 2 | 7D | 0 | 63 | 16 | 25 | 139 | 62 | 20 |
| Octal | 240 | 2 | 175 | 0 | 143 | 26 | 45 | 471 | 142 | 40 |
| Binary | 10100000 | 10 | 1111101 | 0 | 1100011 | 10110 | 100101 | 100111001 | 1100010 | 100000 |
Color Harmonies of #A0027D
Complementary color
Monochromatic Colors of #A0027D
Black with #A0027D
Text Example
Text Example
White with #A0027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0027D; }
p { color: rgb(160,2,125); }
H1.HeaderClassName
{
color: #A0027D;
}
.AnyTagClassName
{
color: #A0027D;
}
</style>
background-color css
<style>
a { background-color: #A0027D; }
a { background-color: rgb(160,2,125); }
div.DivClassName
{
background-color: #A0027D;
}
.BgClassName
{
background-color: #A0027D;
}
</style>
border-color css
<style>
span { border-color: #A0027D; }
span { border-color: rgb(160,2,125); }
td.TdClassName
{
border-color: #A0027D;
}
.TagClassName
{
border-color: #A0027D;
}
</style>