Shades of Medium Red Violet #A92970
Tints of Medium Red Violet #A92970
RGB
CMYK
RGB Variations
Color information
#A92970 (or 0xA92970) is known color: Medium Red Violet. HEX triplet: A9, 29 and 70. RGB value is (169,41,112). Sum of RGB (Red+Green+Blue) = 169+41+112=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A92970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92970 is #56D68F. Grayscale: #575757. Windows color (decimal): -5691024 or 7350697. OLE color: 7350697.
HSL color Cylindrical-coordinate representation of color #A92970: hue angle of 326.72º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A92970 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 41 | 112 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.34 |
| HSL | 326.72º | 0.61% | 0.41% | - |
| HSV(B) | 326.72º | 0.76% | 0.66% | - |
| XYZ | 20.08 | 11.19 | 16.43 | - |
| YUV | 87.37 | 141.91 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 41 | 112 | 0 | 0.76 | 0.34 | 0.34 | 326.72 | 0.61 | 0.41 |
| Hex | A9 | 29 | 70 | 0 | 4C | 22 | 22 | 147 | 3D | 29 |
| Octal | 251 | 51 | 160 | 0 | 114 | 42 | 42 | 507 | 75 | 51 |
| Binary | 10101001 | 101001 | 1110000 | 0 | 1001100 | 100010 | 100010 | 101000111 | 111101 | 101001 |
Color Harmonies of #A92970
Complementary color
Monochromatic Colors of #A92970
Black with #A92970
Text Example
Text Example
White with #A92970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92970; }
p { color: rgb(169,41,112); }
H1.HeaderClassName
{
color: #A92970;
}
.AnyTagClassName
{
color: #A92970;
}
</style>
background-color css
<style>
a { background-color: #A92970; }
a { background-color: rgb(169,41,112); }
div.DivClassName
{
background-color: #A92970;
}
.BgClassName
{
background-color: #A92970;
}
</style>
border-color css
<style>
span { border-color: #A92970; }
span { border-color: rgb(169,41,112); }
td.TdClassName
{
border-color: #A92970;
}
.TagClassName
{
border-color: #A92970;
}
</style>