Shades of Eggplant #A00173
Tints of Eggplant #A00173
RGB
CMYK
RGB Variations
Color information
#A00173 (or 0xA00173) is known color: Eggplant. HEX triplet: A0, 01 and 73. RGB value is (160,1,115). Sum of RGB (Red+Green+Blue) = 160+1+115=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A00173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00173 is #5FFE8C. Grayscale: #3D3D3D. Windows color (decimal): -6291085 or 7537056. OLE color: 7537056.
HSL color Cylindrical-coordinate representation of color #A00173: hue angle of 316.98º 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 #A00173 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 115 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.37 |
| HSL | 316.98º | 0.99% | 0.32% | - |
| HSV(B) | 316.98º | 0.99% | 0.63% | - |
| XYZ | 17.6 | 8.73 | 16.98 | - |
| YUV | 61.54 | 158.18 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 115 | 0 | 0.99 | 0.28 | 0.37 | 316.98 | 0.99 | 0.32 |
| Hex | A0 | 1 | 73 | 0 | 63 | 1C | 25 | 13D | 63 | 20 |
| Octal | 240 | 1 | 163 | 0 | 143 | 34 | 45 | 475 | 143 | 40 |
| Binary | 10100000 | 1 | 1110011 | 0 | 1100011 | 11100 | 100101 | 100111101 | 1100011 | 100000 |
Color Harmonies of #A00173
Complementary color
Monochromatic Colors of #A00173
Black with #A00173
Text Example
Text Example
White with #A00173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00173; }
p { color: rgb(160,1,115); }
H1.HeaderClassName
{
color: #A00173;
}
.AnyTagClassName
{
color: #A00173;
}
</style>
background-color css
<style>
a { background-color: #A00173; }
a { background-color: rgb(160,1,115); }
div.DivClassName
{
background-color: #A00173;
}
.BgClassName
{
background-color: #A00173;
}
</style>
border-color css
<style>
span { border-color: #A00173; }
span { border-color: rgb(160,1,115); }
td.TdClassName
{
border-color: #A00173;
}
.TagClassName
{
border-color: #A00173;
}
</style>