Shades of Medium Red Violet #A72999
Tints of Medium Red Violet #A72999
RGB
CMYK
RGB Variations
Color information
#A72999 (or 0xA72999) is known color: Medium Red Violet. HEX triplet: A7, 29 and 99. RGB value is (167,41,153). Sum of RGB (Red+Green+Blue) = 167+41+153=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A72999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72999 is #58D666. Grayscale: #5B5B5B. Windows color (decimal): -5822055 or 10037671. OLE color: 10037671.
HSL color Cylindrical-coordinate representation of color #A72999: hue angle of 306.67º degrees, saturation: 0.61, 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 #A72999 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 41 | 153 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.35 |
| HSL | 306.67º | 0.61% | 0.41% | - |
| HSV(B) | 306.67º | 0.75% | 0.65% | - |
| XYZ | 22.48 | 12.1 | 31.29 | - |
| YUV | 91.44 | 162.74 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 41 | 153 | 0 | 0.75 | 0.08 | 0.35 | 306.67 | 0.61 | 0.41 |
| Hex | A7 | 29 | 99 | 0 | 4B | 8 | 23 | 133 | 3D | 29 |
| Octal | 247 | 51 | 231 | 0 | 113 | 10 | 43 | 463 | 75 | 51 |
| Binary | 10100111 | 101001 | 10011001 | 0 | 1001011 | 1000 | 100011 | 100110011 | 111101 | 101001 |
Color Harmonies of #A72999
Complementary color
Monochromatic Colors of #A72999
Black with #A72999
Text Example
Text Example
White with #A72999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72999; }
p { color: rgb(167,41,153); }
H1.HeaderClassName
{
color: #A72999;
}
.AnyTagClassName
{
color: #A72999;
}
</style>
background-color css
<style>
a { background-color: #A72999; }
a { background-color: rgb(167,41,153); }
div.DivClassName
{
background-color: #A72999;
}
.BgClassName
{
background-color: #A72999;
}
</style>
border-color css
<style>
span { border-color: #A72999; }
span { border-color: rgb(167,41,153); }
td.TdClassName
{
border-color: #A72999;
}
.TagClassName
{
border-color: #A72999;
}
</style>