Shades of Eggplant #A0026A
Tints of Eggplant #A0026A
RGB
CMYK
RGB Variations
Color information
#A0026A (or 0xA0026A) is known color: Eggplant. HEX triplet: A0, 02 and 6A. RGB value is (160,2,106). Sum of RGB (Red+Green+Blue) = 160+2+106=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A0026A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0026A is #5FFD95. Grayscale: #3C3C3C. Windows color (decimal): -6290838 or 6947488. OLE color: 6947488.
HSL color Cylindrical-coordinate representation of color #A0026A: hue angle of 320.51º 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 #A0026A is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 106 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.37 |
| HSL | 320.51º | 0.98% | 0.32% | - |
| HSV(B) | 320.51º | 0.99% | 0.63% | - |
| XYZ | 17.12 | 8.56 | 14.39 | - |
| YUV | 61.1 | 153.35 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 106 | 0 | 0.99 | 0.34 | 0.37 | 320.51 | 0.98 | 0.32 |
| Hex | A0 | 2 | 6A | 0 | 63 | 22 | 25 | 141 | 62 | 20 |
| Octal | 240 | 2 | 152 | 0 | 143 | 42 | 45 | 501 | 142 | 40 |
| Binary | 10100000 | 10 | 1101010 | 0 | 1100011 | 100010 | 100101 | 101000001 | 1100010 | 100000 |
Color Harmonies of #A0026A
Complementary color
Monochromatic Colors of #A0026A
Black with #A0026A
Text Example
Text Example
White with #A0026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0026A; }
p { color: rgb(160,2,106); }
H1.HeaderClassName
{
color: #A0026A;
}
.AnyTagClassName
{
color: #A0026A;
}
</style>
background-color css
<style>
a { background-color: #A0026A; }
a { background-color: rgb(160,2,106); }
div.DivClassName
{
background-color: #A0026A;
}
.BgClassName
{
background-color: #A0026A;
}
</style>
border-color css
<style>
span { border-color: #A0026A; }
span { border-color: rgb(160,2,106); }
td.TdClassName
{
border-color: #A0026A;
}
.TagClassName
{
border-color: #A0026A;
}
</style>