Shades of Medium Red Violet #A72A9B
Tints of Medium Red Violet #A72A9B
RGB
CMYK
RGB Variations
Color information
#A72A9B (or 0xA72A9B) is known color: Medium Red Violet. HEX triplet: A7, 2A and 9B. RGB value is (167,42,155). Sum of RGB (Red+Green+Blue) = 167+42+155=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72A9B is #58D564. Grayscale: #5B5B5B. Windows color (decimal): -5821797 or 10168999. OLE color: 10168999.
HSL color Cylindrical-coordinate representation of color #A72A9B: hue angle of 305.76º degrees, saturation: 0.6, 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 #A72A9B is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 42 | 155 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.35 |
| HSL | 305.76º | 0.6% | 0.41% | - |
| HSV(B) | 305.76º | 0.75% | 0.65% | - |
| XYZ | 22.68 | 12.24 | 32.18 | - |
| YUV | 92.26 | 163.41 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 42 | 155 | 0 | 0.75 | 0.07 | 0.35 | 305.76 | 0.6 | 0.41 |
| Hex | A7 | 2A | 9B | 0 | 4B | 7 | 23 | 132 | 3C | 29 |
| Octal | 247 | 52 | 233 | 0 | 113 | 7 | 43 | 462 | 74 | 51 |
| Binary | 10100111 | 101010 | 10011011 | 0 | 1001011 | 111 | 100011 | 100110010 | 111100 | 101001 |
Color Harmonies of #A72A9B
Complementary color
Monochromatic Colors of #A72A9B
Black with #A72A9B
Text Example
Text Example
White with #A72A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72A9B; }
p { color: rgb(167,42,155); }
H1.HeaderClassName
{
color: #A72A9B;
}
.AnyTagClassName
{
color: #A72A9B;
}
</style>
background-color css
<style>
a { background-color: #A72A9B; }
a { background-color: rgb(167,42,155); }
div.DivClassName
{
background-color: #A72A9B;
}
.BgClassName
{
background-color: #A72A9B;
}
</style>
border-color css
<style>
span { border-color: #A72A9B; }
span { border-color: rgb(167,42,155); }
td.TdClassName
{
border-color: #A72A9B;
}
.TagClassName
{
border-color: #A72A9B;
}
</style>