Shades of Medium Red Violet #A72D92
Tints of Medium Red Violet #A72D92
RGB
CMYK
RGB Variations
Color information
#A72D92 (or 0xA72D92) is known color: Medium Red Violet. HEX triplet: A7, 2D and 92. RGB value is (167,45,146). Sum of RGB (Red+Green+Blue) = 167+45+146=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72D92 is #58D26D. Grayscale: #5C5C5C. Windows color (decimal): -5821038 or 9579943. OLE color: 9579943.
HSL color Cylindrical-coordinate representation of color #A72D92: hue angle of 310.33º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A72D92 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 45 | 146 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.35 |
| HSL | 310.33º | 0.58% | 0.42% | - |
| HSV(B) | 310.33º | 0.73% | 0.65% | - |
| XYZ | 22.06 | 12.17 | 28.38 | - |
| YUV | 92.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 45 | 146 | 0 | 0.73 | 0.13 | 0.35 | 310.33 | 0.58 | 0.42 |
| Hex | A7 | 2D | 92 | 0 | 49 | D | 23 | 136 | 3A | 2A |
| Octal | 247 | 55 | 222 | 0 | 111 | 15 | 43 | 466 | 72 | 52 |
| Binary | 10100111 | 101101 | 10010010 | 0 | 1001001 | 1101 | 100011 | 100110110 | 111010 | 101010 |
Color Harmonies of #A72D92
Complementary color
Monochromatic Colors of #A72D92
Black with #A72D92
Text Example
Text Example
White with #A72D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72D92; }
p { color: rgb(167,45,146); }
H1.HeaderClassName
{
color: #A72D92;
}
.AnyTagClassName
{
color: #A72D92;
}
</style>
background-color css
<style>
a { background-color: #A72D92; }
a { background-color: rgb(167,45,146); }
div.DivClassName
{
background-color: #A72D92;
}
.BgClassName
{
background-color: #A72D92;
}
</style>
border-color css
<style>
span { border-color: #A72D92; }
span { border-color: rgb(167,45,146); }
td.TdClassName
{
border-color: #A72D92;
}
.TagClassName
{
border-color: #A72D92;
}
</style>