Shades of Eggplant #A70273
Tints of Eggplant #A70273
RGB
CMYK
RGB Variations
Color information
#A70273 (or 0xA70273) is known color: Eggplant. HEX triplet: A7, 02 and 73. RGB value is (167,2,115). Sum of RGB (Red+Green+Blue) = 167+2+115=284 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.80% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 167 - color contains mainly: red. Hex color #A70273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70273 is #58FD8C. Grayscale: #3F3F3F. Windows color (decimal): -5832077 or 7537319. OLE color: 7537319.
HSL color Cylindrical-coordinate representation of color #A70273: hue angle of 318.91º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A70273 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.35 |
| HSL | 318.91º | 0.98% | 0.33% | - |
| HSV(B) | 318.91º | 0.99% | 0.65% | - |
| XYZ | 19.05 | 9.5 | 17.05 | - |
| YUV | 64.22 | 156.66 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 115 | 0 | 0.99 | 0.31 | 0.35 | 318.91 | 0.98 | 0.33 |
| Hex | A7 | 2 | 73 | 0 | 63 | 1F | 23 | 13F | 62 | 21 |
| Octal | 247 | 2 | 163 | 0 | 143 | 37 | 43 | 477 | 142 | 41 |
| Binary | 10100111 | 10 | 1110011 | 0 | 1100011 | 11111 | 100011 | 100111111 | 1100010 | 100001 |
Color Harmonies of #A70273
Complementary color
Monochromatic Colors of #A70273
Black with #A70273
Text Example
Text Example
White with #A70273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70273; }
p { color: rgb(167,2,115); }
H1.HeaderClassName
{
color: #A70273;
}
.AnyTagClassName
{
color: #A70273;
}
</style>
background-color css
<style>
a { background-color: #A70273; }
a { background-color: rgb(167,2,115); }
div.DivClassName
{
background-color: #A70273;
}
.BgClassName
{
background-color: #A70273;
}
</style>
border-color css
<style>
span { border-color: #A70273; }
span { border-color: rgb(167,2,115); }
td.TdClassName
{
border-color: #A70273;
}
.TagClassName
{
border-color: #A70273;
}
</style>