Shades of Medium Red Violet #A72A70
Tints of Medium Red Violet #A72A70
RGB
CMYK
RGB Variations
Color information
#A72A70 (or 0xA72A70) is known color: Medium Red Violet. HEX triplet: A7, 2A and 70. RGB value is (167,42,112). Sum of RGB (Red+Green+Blue) = 167+42+112=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72A70 is #58D58F. Grayscale: #575757. Windows color (decimal): -5821840 or 7350951. OLE color: 7350951.
HSL color Cylindrical-coordinate representation of color #A72A70: hue angle of 326.4º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72A70 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 42 | 112 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.35 |
| HSL | 326.4º | 0.6% | 0.41% | - |
| HSV(B) | 326.4º | 0.75% | 0.65% | - |
| XYZ | 19.69 | 11.04 | 16.42 | - |
| YUV | 87.36 | 141.91 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 42 | 112 | 0 | 0.75 | 0.33 | 0.35 | 326.4 | 0.6 | 0.41 |
| Hex | A7 | 2A | 70 | 0 | 4B | 21 | 23 | 146 | 3C | 29 |
| Octal | 247 | 52 | 160 | 0 | 113 | 41 | 43 | 506 | 74 | 51 |
| Binary | 10100111 | 101010 | 1110000 | 0 | 1001011 | 100001 | 100011 | 101000110 | 111100 | 101001 |
Color Harmonies of #A72A70
Complementary color
Monochromatic Colors of #A72A70
Black with #A72A70
Text Example
Text Example
White with #A72A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72A70; }
p { color: rgb(167,42,112); }
H1.HeaderClassName
{
color: #A72A70;
}
.AnyTagClassName
{
color: #A72A70;
}
</style>
background-color css
<style>
a { background-color: #A72A70; }
a { background-color: rgb(167,42,112); }
div.DivClassName
{
background-color: #A72A70;
}
.BgClassName
{
background-color: #A72A70;
}
</style>
border-color css
<style>
span { border-color: #A72A70; }
span { border-color: rgb(167,42,112); }
td.TdClassName
{
border-color: #A72A70;
}
.TagClassName
{
border-color: #A72A70;
}
</style>