Shades of Medium Red Violet #A72092
Tints of Medium Red Violet #A72092
RGB
CMYK
RGB Variations
Color information
#A72092 (or 0xA72092) is known color: Medium Red Violet. HEX triplet: A7, 20 and 92. RGB value is (167,32,146). Sum of RGB (Red+Green+Blue) = 167+32+146=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A72092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72092 is #58DF6D. Grayscale: #555555. Windows color (decimal): -5824366 or 9576615. OLE color: 9576615.
HSL color Cylindrical-coordinate representation of color #A72092: hue angle of 309.33º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72092 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 32 | 146 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.35 |
| HSL | 309.33º | 0.68% | 0.39% | - |
| HSV(B) | 309.33º | 0.81% | 0.65% | - |
| XYZ | 21.64 | 11.32 | 28.24 | - |
| YUV | 85.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 32 | 146 | 0 | 0.81 | 0.13 | 0.35 | 309.33 | 0.68 | 0.39 |
| Hex | A7 | 20 | 92 | 0 | 51 | D | 23 | 135 | 44 | 27 |
| Octal | 247 | 40 | 222 | 0 | 121 | 15 | 43 | 465 | 104 | 47 |
| Binary | 10100111 | 100000 | 10010010 | 0 | 1010001 | 1101 | 100011 | 100110101 | 1000100 | 100111 |
Color Harmonies of #A72092
Complementary color
Monochromatic Colors of #A72092
Black with #A72092
Text Example
Text Example
White with #A72092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72092; }
p { color: rgb(167,32,146); }
H1.HeaderClassName
{
color: #A72092;
}
.AnyTagClassName
{
color: #A72092;
}
</style>
background-color css
<style>
a { background-color: #A72092; }
a { background-color: rgb(167,32,146); }
div.DivClassName
{
background-color: #A72092;
}
.BgClassName
{
background-color: #A72092;
}
</style>
border-color css
<style>
span { border-color: #A72092; }
span { border-color: rgb(167,32,146); }
td.TdClassName
{
border-color: #A72092;
}
.TagClassName
{
border-color: #A72092;
}
</style>