Shades of Eggplant #A0017F
Tints of Eggplant #A0017F
RGB
CMYK
RGB Variations
Color information
#A0017F (or 0xA0017F) is known color: Eggplant. HEX triplet: A0, 01 and 7F. RGB value is (160,1,127). Sum of RGB (Red+Green+Blue) = 160+1+127=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A0017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0017F is #5FFE80. Grayscale: #3E3E3E. Windows color (decimal): -6291073 or 8323488. OLE color: 8323488.
HSL color Cylindrical-coordinate representation of color #A0017F: hue angle of 312.45º degrees, saturation: 0.99, 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 #A0017F is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 127 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.37 |
| HSL | 312.45º | 0.99% | 0.32% | - |
| HSV(B) | 312.45º | 0.99% | 0.63% | - |
| XYZ | 18.34 | 9.03 | 20.85 | - |
| YUV | 62.91 | 164.18 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 127 | 0 | 0.99 | 0.21 | 0.37 | 312.45 | 0.99 | 0.32 |
| Hex | A0 | 1 | 7F | 0 | 63 | 15 | 25 | 138 | 63 | 20 |
| Octal | 240 | 1 | 177 | 0 | 143 | 25 | 45 | 470 | 143 | 40 |
| Binary | 10100000 | 1 | 1111111 | 0 | 1100011 | 10101 | 100101 | 100111000 | 1100011 | 100000 |
Color Harmonies of #A0017F
Complementary color
Monochromatic Colors of #A0017F
Black with #A0017F
Text Example
Text Example
White with #A0017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0017F; }
p { color: rgb(160,1,127); }
H1.HeaderClassName
{
color: #A0017F;
}
.AnyTagClassName
{
color: #A0017F;
}
</style>
background-color css
<style>
a { background-color: #A0017F; }
a { background-color: rgb(160,1,127); }
div.DivClassName
{
background-color: #A0017F;
}
.BgClassName
{
background-color: #A0017F;
}
</style>
border-color css
<style>
span { border-color: #A0017F; }
span { border-color: rgb(160,1,127); }
td.TdClassName
{
border-color: #A0017F;
}
.TagClassName
{
border-color: #A0017F;
}
</style>