Shades of Medium Red Violet #A72495
Tints of Medium Red Violet #A72495
RGB
CMYK
RGB Variations
Color information
#A72495 (or 0xA72495) is known color: Medium Red Violet. HEX triplet: A7, 24 and 95. RGB value is (167,36,149). Sum of RGB (Red+Green+Blue) = 167+36+149=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A72495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72495 is #58DB6A. Grayscale: #575757. Windows color (decimal): -5823339 or 9774247. OLE color: 9774247.
HSL color Cylindrical-coordinate representation of color #A72495: hue angle of 308.24º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A72495 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 36 | 149 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.35 |
| HSL | 308.24º | 0.65% | 0.4% | - |
| HSV(B) | 308.24º | 0.78% | 0.65% | - |
| XYZ | 21.99 | 11.65 | 29.52 | - |
| YUV | 88.05 | 162.4 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 36 | 149 | 0 | 0.78 | 0.11 | 0.35 | 308.24 | 0.65 | 0.4 |
| Hex | A7 | 24 | 95 | 0 | 4E | B | 23 | 134 | 41 | 28 |
| Octal | 247 | 44 | 225 | 0 | 116 | 13 | 43 | 464 | 101 | 50 |
| Binary | 10100111 | 100100 | 10010101 | 0 | 1001110 | 1011 | 100011 | 100110100 | 1000001 | 101000 |
Color Harmonies of #A72495
Complementary color
Monochromatic Colors of #A72495
Black with #A72495
Text Example
Text Example
White with #A72495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72495; }
p { color: rgb(167,36,149); }
H1.HeaderClassName
{
color: #A72495;
}
.AnyTagClassName
{
color: #A72495;
}
</style>
background-color css
<style>
a { background-color: #A72495; }
a { background-color: rgb(167,36,149); }
div.DivClassName
{
background-color: #A72495;
}
.BgClassName
{
background-color: #A72495;
}
</style>
border-color css
<style>
span { border-color: #A72495; }
span { border-color: rgb(167,36,149); }
td.TdClassName
{
border-color: #A72495;
}
.TagClassName
{
border-color: #A72495;
}
</style>