Shades of Eggplant #A00179
Tints of Eggplant #A00179
RGB
CMYK
RGB Variations
Color information
#A00179 (or 0xA00179) is known color: Eggplant. HEX triplet: A0, 01 and 79. RGB value is (160,1,121). Sum of RGB (Red+Green+Blue) = 160+1+121=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A00179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00179 is #5FFE86. Grayscale: #3D3D3D. Windows color (decimal): -6291079 or 7930272. OLE color: 7930272.
HSL color Cylindrical-coordinate representation of color #A00179: hue angle of 314.72º 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 #A00179 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.37 |
| HSL | 314.72º | 0.99% | 0.32% | - |
| HSV(B) | 314.72º | 0.99% | 0.63% | - |
| XYZ | 17.96 | 8.88 | 18.86 | - |
| YUV | 62.22 | 161.18 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 121 | 0 | 0.99 | 0.24 | 0.37 | 314.72 | 0.99 | 0.32 |
| Hex | A0 | 1 | 79 | 0 | 63 | 18 | 25 | 13B | 63 | 20 |
| Octal | 240 | 1 | 171 | 0 | 143 | 30 | 45 | 473 | 143 | 40 |
| Binary | 10100000 | 1 | 1111001 | 0 | 1100011 | 11000 | 100101 | 100111011 | 1100011 | 100000 |
Color Harmonies of #A00179
Complementary color
Monochromatic Colors of #A00179
Black with #A00179
Text Example
Text Example
White with #A00179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00179; }
p { color: rgb(160,1,121); }
H1.HeaderClassName
{
color: #A00179;
}
.AnyTagClassName
{
color: #A00179;
}
</style>
background-color css
<style>
a { background-color: #A00179; }
a { background-color: rgb(160,1,121); }
div.DivClassName
{
background-color: #A00179;
}
.BgClassName
{
background-color: #A00179;
}
</style>
border-color css
<style>
span { border-color: #A00179; }
span { border-color: rgb(160,1,121); }
td.TdClassName
{
border-color: #A00179;
}
.TagClassName
{
border-color: #A00179;
}
</style>