Shades of Eggplant #A00273
Tints of Eggplant #A00273
RGB
CMYK
RGB Variations
Color information
#A00273 (or 0xA00273) is known color: Eggplant. HEX triplet: A0, 02 and 73. RGB value is (160,2,115). Sum of RGB (Red+Green+Blue) = 160+2+115=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A00273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00273 is #5FFD8C. Grayscale: #3D3D3D. Windows color (decimal): -6290829 or 7537312. OLE color: 7537312.
HSL color Cylindrical-coordinate representation of color #A00273: hue angle of 317.09º degrees, saturation: 0.98, 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 #A00273 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.37 |
| HSL | 317.09º | 0.98% | 0.32% | - |
| HSV(B) | 317.09º | 0.99% | 0.63% | - |
| XYZ | 17.61 | 8.75 | 16.98 | - |
| YUV | 62.12 | 157.85 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 115 | 0 | 0.99 | 0.28 | 0.37 | 317.09 | 0.98 | 0.32 |
| Hex | A0 | 2 | 73 | 0 | 63 | 1C | 25 | 13D | 62 | 20 |
| Octal | 240 | 2 | 163 | 0 | 143 | 34 | 45 | 475 | 142 | 40 |
| Binary | 10100000 | 10 | 1110011 | 0 | 1100011 | 11100 | 100101 | 100111101 | 1100010 | 100000 |
Color Harmonies of #A00273
Complementary color
Monochromatic Colors of #A00273
Black with #A00273
Text Example
Text Example
White with #A00273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00273; }
p { color: rgb(160,2,115); }
H1.HeaderClassName
{
color: #A00273;
}
.AnyTagClassName
{
color: #A00273;
}
</style>
background-color css
<style>
a { background-color: #A00273; }
a { background-color: rgb(160,2,115); }
div.DivClassName
{
background-color: #A00273;
}
.BgClassName
{
background-color: #A00273;
}
</style>
border-color css
<style>
span { border-color: #A00273; }
span { border-color: rgb(160,2,115); }
td.TdClassName
{
border-color: #A00273;
}
.TagClassName
{
border-color: #A00273;
}
</style>