Shades of Medium Red Violet #A72770
Tints of Medium Red Violet #A72770
RGB
CMYK
RGB Variations
Color information
#A72770 (or 0xA72770) is known color: Medium Red Violet. HEX triplet: A7, 27 and 70. RGB value is (167,39,112). Sum of RGB (Red+Green+Blue) = 167+39+112=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A72770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72770 is #58D88F. Grayscale: #555555. Windows color (decimal): -5822608 or 7350183. OLE color: 7350183.
HSL color Cylindrical-coordinate representation of color #A72770: hue angle of 325.78º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72770 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 39 | 112 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.35 |
| HSL | 325.78º | 0.62% | 0.4% | - |
| HSV(B) | 325.78º | 0.77% | 0.65% | - |
| XYZ | 19.59 | 10.84 | 16.39 | - |
| YUV | 85.59 | 142.91 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 39 | 112 | 0 | 0.77 | 0.33 | 0.35 | 325.78 | 0.62 | 0.4 |
| Hex | A7 | 27 | 70 | 0 | 4D | 21 | 23 | 146 | 3E | 28 |
| Octal | 247 | 47 | 160 | 0 | 115 | 41 | 43 | 506 | 76 | 50 |
| Binary | 10100111 | 100111 | 1110000 | 0 | 1001101 | 100001 | 100011 | 101000110 | 111110 | 101000 |
Color Harmonies of #A72770
Complementary color
Monochromatic Colors of #A72770
Black with #A72770
Text Example
Text Example
White with #A72770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72770; }
p { color: rgb(167,39,112); }
H1.HeaderClassName
{
color: #A72770;
}
.AnyTagClassName
{
color: #A72770;
}
</style>
background-color css
<style>
a { background-color: #A72770; }
a { background-color: rgb(167,39,112); }
div.DivClassName
{
background-color: #A72770;
}
.BgClassName
{
background-color: #A72770;
}
</style>
border-color css
<style>
span { border-color: #A72770; }
span { border-color: rgb(167,39,112); }
td.TdClassName
{
border-color: #A72770;
}
.TagClassName
{
border-color: #A72770;
}
</style>