Shades of Medium Red Violet #A12972
Tints of Medium Red Violet #A12972
RGB
CMYK
RGB Variations
Color information
#A12972 (or 0xA12972) is known color: Medium Red Violet. HEX triplet: A1, 29 and 72. RGB value is (161,41,114). Sum of RGB (Red+Green+Blue) = 161+41+114=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A12972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12972 is #5ED68D. Grayscale: #555555. Windows color (decimal): -6215310 or 7481761. OLE color: 7481761.
HSL color Cylindrical-coordinate representation of color #A12972: hue angle of 323.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12972 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 114 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.37 |
| HSL | 323.5º | 0.59% | 0.4% | - |
| HSV(B) | 323.5º | 0.75% | 0.63% | - |
| XYZ | 18.53 | 10.38 | 16.95 | - |
| YUV | 85.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 114 | 0 | 0.75 | 0.29 | 0.37 | 323.5 | 0.59 | 0.4 |
| Hex | A1 | 29 | 72 | 0 | 4B | 1D | 25 | 144 | 3B | 28 |
| Octal | 241 | 51 | 162 | 0 | 113 | 35 | 45 | 504 | 73 | 50 |
| Binary | 10100001 | 101001 | 1110010 | 0 | 1001011 | 11101 | 100101 | 101000100 | 111011 | 101000 |
Color Harmonies of #A12972
Complementary color
Monochromatic Colors of #A12972
Black with #A12972
Text Example
Text Example
White with #A12972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12972; }
p { color: rgb(161,41,114); }
H1.HeaderClassName
{
color: #A12972;
}
.AnyTagClassName
{
color: #A12972;
}
</style>
background-color css
<style>
a { background-color: #A12972; }
a { background-color: rgb(161,41,114); }
div.DivClassName
{
background-color: #A12972;
}
.BgClassName
{
background-color: #A12972;
}
</style>
border-color css
<style>
span { border-color: #A12972; }
span { border-color: rgb(161,41,114); }
td.TdClassName
{
border-color: #A12972;
}
.TagClassName
{
border-color: #A12972;
}
</style>