Shades of Medium Red Violet #A72DA2
Tints of Medium Red Violet #A72DA2
RGB
CMYK
RGB Variations
Color information
#A72DA2 (or 0xA72DA2) is known color: Medium Red Violet. HEX triplet: A7, 2D and A2. RGB value is (167,45,162). Sum of RGB (Red+Green+Blue) = 167+45+162=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A72DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72DA2 is #58D25D. Grayscale: #5E5E5E. Windows color (decimal): -5821022 or 10628519. OLE color: 10628519.
HSL color Cylindrical-coordinate representation of color #A72DA2: hue angle of 302.46º 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 #A72DA2 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 45 | 162 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.35 |
| HSL | 302.46º | 0.58% | 0.42% | - |
| HSV(B) | 302.46º | 0.73% | 0.65% | - |
| XYZ | 23.4 | 12.7 | 35.4 | - |
| YUV | 94.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 45 | 162 | 0 | 0.73 | 0.03 | 0.35 | 302.46 | 0.58 | 0.42 |
| Hex | A7 | 2D | A2 | 0 | 49 | 3 | 23 | 12E | 3A | 2A |
| Octal | 247 | 55 | 242 | 0 | 111 | 3 | 43 | 456 | 72 | 52 |
| Binary | 10100111 | 101101 | 10100010 | 0 | 1001001 | 11 | 100011 | 100101110 | 111010 | 101010 |
Color Harmonies of #A72DA2
Complementary color
Monochromatic Colors of #A72DA2
Black with #A72DA2
Text Example
Text Example
White with #A72DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72DA2; }
p { color: rgb(167,45,162); }
H1.HeaderClassName
{
color: #A72DA2;
}
.AnyTagClassName
{
color: #A72DA2;
}
</style>
background-color css
<style>
a { background-color: #A72DA2; }
a { background-color: rgb(167,45,162); }
div.DivClassName
{
background-color: #A72DA2;
}
.BgClassName
{
background-color: #A72DA2;
}
</style>
border-color css
<style>
span { border-color: #A72DA2; }
span { border-color: rgb(167,45,162); }
td.TdClassName
{
border-color: #A72DA2;
}
.TagClassName
{
border-color: #A72DA2;
}
</style>