Shades of Eggplant #A0007E
Tints of Eggplant #A0007E
RGB
CMYK
RGB Variations
Color information
#A0007E (or 0xA0007E) is known color: Eggplant. HEX triplet: A0, 00 and 7E. RGB value is (160,0,126). Sum of RGB (Red+Green+Blue) = 160+0+126=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A0007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0007E is #5FFF81. Grayscale: #3D3D3D. Windows color (decimal): -6291330 or 8257696. OLE color: 8257696.
HSL color Cylindrical-coordinate representation of color #A0007E: hue angle of 312.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0007E is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.21 | 0.37 |
| HSL | 312.75º | 1% | 0.31% | - |
| HSV(B) | 312.75º | 1% | 0.63% | - |
| XYZ | 18.26 | 8.98 | 20.51 | - |
| YUV | 62.2 | 164.01 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 126 | 0 | 1 | 0.21 | 0.37 | 312.75 | 1 | 0.31 |
| Hex | A0 | 0 | 7E | 0 | 64 | 15 | 25 | 139 | 64 | 1F |
| Octal | 240 | 0 | 176 | 0 | 144 | 25 | 45 | 471 | 144 | 37 |
| Binary | 10100000 | 0 | 1111110 | 0 | 1100100 | 10101 | 100101 | 100111001 | 1100100 | 11111 |
Color Harmonies of #A0007E
Complementary color
Monochromatic Colors of #A0007E
Black with #A0007E
Text Example
Text Example
White with #A0007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0007E; }
p { color: rgb(160,0,126); }
H1.HeaderClassName
{
color: #A0007E;
}
.AnyTagClassName
{
color: #A0007E;
}
</style>
background-color css
<style>
a { background-color: #A0007E; }
a { background-color: rgb(160,0,126); }
div.DivClassName
{
background-color: #A0007E;
}
.BgClassName
{
background-color: #A0007E;
}
</style>
border-color css
<style>
span { border-color: #A0007E; }
span { border-color: rgb(160,0,126); }
td.TdClassName
{
border-color: #A0007E;
}
.TagClassName
{
border-color: #A0007E;
}
</style>