Shades of Medium Red Violet #A72290
Tints of Medium Red Violet #A72290
RGB
CMYK
RGB Variations
Color information
#A72290 (or 0xA72290) is known color: Medium Red Violet. HEX triplet: A7, 22 and 90. RGB value is (167,34,144). Sum of RGB (Red+Green+Blue) = 167+34+144=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A72290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72290 is #58DD6F. Grayscale: #565656. Windows color (decimal): -5823856 or 9446055. OLE color: 9446055.
HSL color Cylindrical-coordinate representation of color #A72290: hue angle of 310.38º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72290 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 34 | 144 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.35 |
| HSL | 310.38º | 0.66% | 0.39% | - |
| HSV(B) | 310.38º | 0.8% | 0.65% | - |
| XYZ | 21.54 | 11.37 | 27.45 | - |
| YUV | 86.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 34 | 144 | 0 | 0.80 | 0.14 | 0.35 | 310.38 | 0.66 | 0.39 |
| Hex | A7 | 22 | 90 | 0 | 50 | E | 23 | 136 | 42 | 27 |
| Octal | 247 | 42 | 220 | 0 | 120 | 16 | 43 | 466 | 102 | 47 |
| Binary | 10100111 | 100010 | 10010000 | 0 | 1010000 | 1110 | 100011 | 100110110 | 1000010 | 100111 |
Color Harmonies of #A72290
Complementary color
Monochromatic Colors of #A72290
Black with #A72290
Text Example
Text Example
White with #A72290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72290; }
p { color: rgb(167,34,144); }
H1.HeaderClassName
{
color: #A72290;
}
.AnyTagClassName
{
color: #A72290;
}
</style>
background-color css
<style>
a { background-color: #A72290; }
a { background-color: rgb(167,34,144); }
div.DivClassName
{
background-color: #A72290;
}
.BgClassName
{
background-color: #A72290;
}
</style>
border-color css
<style>
span { border-color: #A72290; }
span { border-color: rgb(167,34,144); }
td.TdClassName
{
border-color: #A72290;
}
.TagClassName
{
border-color: #A72290;
}
</style>