Shades of Eggplant #A0015F
Tints of Eggplant #A0015F
RGB
CMYK
RGB Variations
Color information
#A0015F (or 0xA0015F) is known color: Eggplant. HEX triplet: A0, 01 and 5F. RGB value is (160,1,95). Sum of RGB (Red+Green+Blue) = 160+1+95=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A0015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0015F is #5FFEA0. Grayscale: #3B3B3B. Windows color (decimal): -6291105 or 6226336. OLE color: 6226336.
HSL color Cylindrical-coordinate representation of color #A0015F: hue angle of 324.53º 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 #A0015F is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 95 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.37 |
| HSL | 324.53º | 0.99% | 0.32% | - |
| HSV(B) | 324.53º | 0.99% | 0.63% | - |
| XYZ | 16.57 | 8.32 | 11.56 | - |
| YUV | 59.26 | 148.18 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 95 | 0 | 0.99 | 0.41 | 0.37 | 324.53 | 0.99 | 0.32 |
| Hex | A0 | 1 | 5F | 0 | 63 | 29 | 25 | 145 | 63 | 20 |
| Octal | 240 | 1 | 137 | 0 | 143 | 51 | 45 | 505 | 143 | 40 |
| Binary | 10100000 | 1 | 1011111 | 0 | 1100011 | 101001 | 100101 | 101000101 | 1100011 | 100000 |
Color Harmonies of #A0015F
Complementary color
Monochromatic Colors of #A0015F
Black with #A0015F
Text Example
Text Example
White with #A0015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0015F; }
p { color: rgb(160,1,95); }
H1.HeaderClassName
{
color: #A0015F;
}
.AnyTagClassName
{
color: #A0015F;
}
</style>
background-color css
<style>
a { background-color: #A0015F; }
a { background-color: rgb(160,1,95); }
div.DivClassName
{
background-color: #A0015F;
}
.BgClassName
{
background-color: #A0015F;
}
</style>
border-color css
<style>
span { border-color: #A0015F; }
span { border-color: rgb(160,1,95); }
td.TdClassName
{
border-color: #A0015F;
}
.TagClassName
{
border-color: #A0015F;
}
</style>