Shades of Eggplant #A0026C
Tints of Eggplant #A0026C
RGB
CMYK
RGB Variations
Color information
#A0026C (or 0xA0026C) is known color: Eggplant. HEX triplet: A0, 02 and 6C. RGB value is (160,2,108). Sum of RGB (Red+Green+Blue) = 160+2+108=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A0026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0026C is #5FFD93. Grayscale: #3D3D3D. Windows color (decimal): -6290836 or 7078560. OLE color: 7078560.
HSL color Cylindrical-coordinate representation of color #A0026C: hue angle of 319.75º 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 #A0026C is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.37 |
| HSL | 319.75º | 0.98% | 0.32% | - |
| HSV(B) | 319.75º | 0.99% | 0.63% | - |
| XYZ | 17.23 | 8.6 | 14.94 | - |
| YUV | 61.33 | 154.35 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 108 | 0 | 0.99 | 0.32 | 0.37 | 319.75 | 0.98 | 0.32 |
| Hex | A0 | 2 | 6C | 0 | 63 | 20 | 25 | 140 | 62 | 20 |
| Octal | 240 | 2 | 154 | 0 | 143 | 40 | 45 | 500 | 142 | 40 |
| Binary | 10100000 | 10 | 1101100 | 0 | 1100011 | 100000 | 100101 | 101000000 | 1100010 | 100000 |
Color Harmonies of #A0026C
Complementary color
Monochromatic Colors of #A0026C
Black with #A0026C
Text Example
Text Example
White with #A0026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0026C; }
p { color: rgb(160,2,108); }
H1.HeaderClassName
{
color: #A0026C;
}
.AnyTagClassName
{
color: #A0026C;
}
</style>
background-color css
<style>
a { background-color: #A0026C; }
a { background-color: rgb(160,2,108); }
div.DivClassName
{
background-color: #A0026C;
}
.BgClassName
{
background-color: #A0026C;
}
</style>
border-color css
<style>
span { border-color: #A0026C; }
span { border-color: rgb(160,2,108); }
td.TdClassName
{
border-color: #A0026C;
}
.TagClassName
{
border-color: #A0026C;
}
</style>