Shades of Medium Red Violet #A72F74
Tints of Medium Red Violet #A72F74
RGB
CMYK
RGB Variations
Color information
#A72F74 (or 0xA72F74) is known color: Medium Red Violet. HEX triplet: A7, 2F and 74. RGB value is (167,47,116). Sum of RGB (Red+Green+Blue) = 167+47+116=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72F74 is #58D08B. Grayscale: #5A5A5A. Windows color (decimal): -5820556 or 7614375. OLE color: 7614375.
HSL color Cylindrical-coordinate representation of color #A72F74: hue angle of 325.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A72F74 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 47 | 116 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.35 |
| HSL | 325.5º | 0.56% | 0.42% | - |
| HSV(B) | 325.5º | 0.72% | 0.65% | - |
| XYZ | 20.11 | 11.51 | 17.68 | - |
| YUV | 90.75 | 142.26 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 47 | 116 | 0 | 0.72 | 0.31 | 0.35 | 325.5 | 0.56 | 0.42 |
| Hex | A7 | 2F | 74 | 0 | 48 | 1F | 23 | 146 | 38 | 2A |
| Octal | 247 | 57 | 164 | 0 | 110 | 37 | 43 | 506 | 70 | 52 |
| Binary | 10100111 | 101111 | 1110100 | 0 | 1001000 | 11111 | 100011 | 101000110 | 111000 | 101010 |
Color Harmonies of #A72F74
Complementary color
Monochromatic Colors of #A72F74
Black with #A72F74
Text Example
Text Example
White with #A72F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72F74; }
p { color: rgb(167,47,116); }
H1.HeaderClassName
{
color: #A72F74;
}
.AnyTagClassName
{
color: #A72F74;
}
</style>
background-color css
<style>
a { background-color: #A72F74; }
a { background-color: rgb(167,47,116); }
div.DivClassName
{
background-color: #A72F74;
}
.BgClassName
{
background-color: #A72F74;
}
</style>
border-color css
<style>
span { border-color: #A72F74; }
span { border-color: rgb(167,47,116); }
td.TdClassName
{
border-color: #A72F74;
}
.TagClassName
{
border-color: #A72F74;
}
</style>