Shades of Medium Red Violet #A72199
Tints of Medium Red Violet #A72199
RGB
CMYK
RGB Variations
Color information
#A72199 (or 0xA72199) is known color: Medium Red Violet. HEX triplet: A7, 21 and 99. RGB value is (167,33,153). Sum of RGB (Red+Green+Blue) = 167+33+153=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A72199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72199 is #58DE66. Grayscale: #565656. Windows color (decimal): -5824103 or 10035623. OLE color: 10035623.
HSL color Cylindrical-coordinate representation of color #A72199: hue angle of 306.27º degrees, saturation: 0.67, 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 #A72199 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 33 | 153 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.35 |
| HSL | 306.27º | 0.67% | 0.39% | - |
| HSV(B) | 306.27º | 0.8% | 0.65% | - |
| XYZ | 22.23 | 11.6 | 31.2 | - |
| YUV | 86.75 | 165.39 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 33 | 153 | 0 | 0.80 | 0.08 | 0.35 | 306.27 | 0.67 | 0.39 |
| Hex | A7 | 21 | 99 | 0 | 50 | 8 | 23 | 132 | 43 | 27 |
| Octal | 247 | 41 | 231 | 0 | 120 | 10 | 43 | 462 | 103 | 47 |
| Binary | 10100111 | 100001 | 10011001 | 0 | 1010000 | 1000 | 100011 | 100110010 | 1000011 | 100111 |
Color Harmonies of #A72199
Complementary color
Monochromatic Colors of #A72199
Black with #A72199
Text Example
Text Example
White with #A72199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72199; }
p { color: rgb(167,33,153); }
H1.HeaderClassName
{
color: #A72199;
}
.AnyTagClassName
{
color: #A72199;
}
</style>
background-color css
<style>
a { background-color: #A72199; }
a { background-color: rgb(167,33,153); }
div.DivClassName
{
background-color: #A72199;
}
.BgClassName
{
background-color: #A72199;
}
</style>
border-color css
<style>
span { border-color: #A72199; }
span { border-color: rgb(167,33,153); }
td.TdClassName
{
border-color: #A72199;
}
.TagClassName
{
border-color: #A72199;
}
</style>