Shades of Medium Violet Red #A71990
Tints of Medium Violet Red #A71990
RGB
CMYK
RGB Variations
Color information
#A71990 (or 0xA71990) is known color: Medium Violet Red. HEX triplet: A7, 19 and 90. RGB value is (167,25,144). Sum of RGB (Red+Green+Blue) = 167+25+144=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A71990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71990 is #58E66F. Grayscale: #505050. Windows color (decimal): -5826160 or 9443751. OLE color: 9443751.
HSL color Cylindrical-coordinate representation of color #A71990: hue angle of 309.72º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A71990 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 25 | 144 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.35 |
| HSL | 309.72º | 0.74% | 0.38% | - |
| HSV(B) | 309.72º | 0.85% | 0.65% | - |
| XYZ | 21.32 | 10.92 | 27.37 | - |
| YUV | 81.02 | 163.54 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 25 | 144 | 0 | 0.85 | 0.14 | 0.35 | 309.72 | 0.74 | 0.38 |
| Hex | A7 | 19 | 90 | 0 | 55 | E | 23 | 136 | 4A | 26 |
| Octal | 247 | 31 | 220 | 0 | 125 | 16 | 43 | 466 | 112 | 46 |
| Binary | 10100111 | 11001 | 10010000 | 0 | 1010101 | 1110 | 100011 | 100110110 | 1001010 | 100110 |
Color Harmonies of #A71990
Complementary color
Monochromatic Colors of #A71990
Black with #A71990
Text Example
Text Example
White with #A71990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71990; }
p { color: rgb(167,25,144); }
H1.HeaderClassName
{
color: #A71990;
}
.AnyTagClassName
{
color: #A71990;
}
</style>
background-color css
<style>
a { background-color: #A71990; }
a { background-color: rgb(167,25,144); }
div.DivClassName
{
background-color: #A71990;
}
.BgClassName
{
background-color: #A71990;
}
</style>
border-color css
<style>
span { border-color: #A71990; }
span { border-color: rgb(167,25,144); }
td.TdClassName
{
border-color: #A71990;
}
.TagClassName
{
border-color: #A71990;
}
</style>