Shades of Eggplant #A0007D
Tints of Eggplant #A0007D
RGB
CMYK
RGB Variations
Color information
#A0007D (or 0xA0007D) is known color: Eggplant. HEX triplet: A0, 00 and 7D. RGB value is (160,0,125). Sum of RGB (Red+Green+Blue) = 160+0+125=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A0007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0007D is #5FFF82. Grayscale: #3D3D3D. Windows color (decimal): -6291331 or 8192160. OLE color: 8192160.
HSL color Cylindrical-coordinate representation of color #A0007D: hue angle of 313.12º 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 #A0007D is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.22 | 0.37 |
| HSL | 313.13º | 1% | 0.31% | - |
| HSV(B) | 313.13º | 1% | 0.63% | - |
| XYZ | 18.2 | 8.95 | 20.17 | - |
| YUV | 62.09 | 163.51 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 125 | 0 | 1 | 0.22 | 0.37 | 313.13 | 1 | 0.31 |
| Hex | A0 | 0 | 7D | 0 | 64 | 16 | 25 | 139 | 64 | 1F |
| Octal | 240 | 0 | 175 | 0 | 144 | 26 | 45 | 471 | 144 | 37 |
| Binary | 10100000 | 0 | 1111101 | 0 | 1100100 | 10110 | 100101 | 100111001 | 1100100 | 11111 |
Color Harmonies of #A0007D
Complementary color
Monochromatic Colors of #A0007D
Black with #A0007D
Text Example
Text Example
White with #A0007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0007D; }
p { color: rgb(160,0,125); }
H1.HeaderClassName
{
color: #A0007D;
}
.AnyTagClassName
{
color: #A0007D;
}
</style>
background-color css
<style>
a { background-color: #A0007D; }
a { background-color: rgb(160,0,125); }
div.DivClassName
{
background-color: #A0007D;
}
.BgClassName
{
background-color: #A0007D;
}
</style>
border-color css
<style>
span { border-color: #A0007D; }
span { border-color: rgb(160,0,125); }
td.TdClassName
{
border-color: #A0007D;
}
.TagClassName
{
border-color: #A0007D;
}
</style>