Shades of Eggplant #A0026D
Tints of Eggplant #A0026D
RGB
CMYK
RGB Variations
Color information
#A0026D (or 0xA0026D) is known color: Eggplant. HEX triplet: A0, 02 and 6D. RGB value is (160,2,109). Sum of RGB (Red+Green+Blue) = 160+2+109=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0026D is #5FFD92. Grayscale: #3D3D3D. Windows color (decimal): -6290835 or 7144096. OLE color: 7144096.
HSL color Cylindrical-coordinate representation of color #A0026D: hue angle of 319.37º 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 #A0026D is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 109 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.37 |
| HSL | 319.37º | 0.98% | 0.32% | - |
| HSV(B) | 319.37º | 0.99% | 0.63% | - |
| XYZ | 17.28 | 8.62 | 15.22 | - |
| YUV | 61.44 | 154.85 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 109 | 0 | 0.99 | 0.32 | 0.37 | 319.37 | 0.98 | 0.32 |
| Hex | A0 | 2 | 6D | 0 | 63 | 20 | 25 | 13F | 62 | 20 |
| Octal | 240 | 2 | 155 | 0 | 143 | 40 | 45 | 477 | 142 | 40 |
| Binary | 10100000 | 10 | 1101101 | 0 | 1100011 | 100000 | 100101 | 100111111 | 1100010 | 100000 |
Color Harmonies of #A0026D
Complementary color
Monochromatic Colors of #A0026D
Black with #A0026D
Text Example
Text Example
White with #A0026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0026D; }
p { color: rgb(160,2,109); }
H1.HeaderClassName
{
color: #A0026D;
}
.AnyTagClassName
{
color: #A0026D;
}
</style>
background-color css
<style>
a { background-color: #A0026D; }
a { background-color: rgb(160,2,109); }
div.DivClassName
{
background-color: #A0026D;
}
.BgClassName
{
background-color: #A0026D;
}
</style>
border-color css
<style>
span { border-color: #A0026D; }
span { border-color: rgb(160,2,109); }
td.TdClassName
{
border-color: #A0026D;
}
.TagClassName
{
border-color: #A0026D;
}
</style>