Shades of Medium Red Violet #A12971
Tints of Medium Red Violet #A12971
RGB
CMYK
RGB Variations
Color information
#A12971 (or 0xA12971) is known color: Medium Red Violet. HEX triplet: A1, 29 and 71. RGB value is (161,41,113). Sum of RGB (Red+Green+Blue) = 161+41+113=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A12971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12971 is #5ED68E. Grayscale: #545454. Windows color (decimal): -6215311 or 7416225. OLE color: 7416225.
HSL color Cylindrical-coordinate representation of color #A12971: hue angle of 324º 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 #A12971 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 113 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.37 |
| HSL | 324º | 0.59% | 0.4% | - |
| HSV(B) | 324º | 0.75% | 0.63% | - |
| XYZ | 18.47 | 10.36 | 16.65 | - |
| YUV | 85.09 | 143.76 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 113 | 0 | 0.75 | 0.30 | 0.37 | 324 | 0.59 | 0.4 |
| Hex | A1 | 29 | 71 | 0 | 4B | 1E | 25 | 144 | 3B | 28 |
| Octal | 241 | 51 | 161 | 0 | 113 | 36 | 45 | 504 | 73 | 50 |
| Binary | 10100001 | 101001 | 1110001 | 0 | 1001011 | 11110 | 100101 | 101000100 | 111011 | 101000 |
Color Harmonies of #A12971
Complementary color
Monochromatic Colors of #A12971
Black with #A12971
Text Example
Text Example
White with #A12971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12971; }
p { color: rgb(161,41,113); }
H1.HeaderClassName
{
color: #A12971;
}
.AnyTagClassName
{
color: #A12971;
}
</style>
background-color css
<style>
a { background-color: #A12971; }
a { background-color: rgb(161,41,113); }
div.DivClassName
{
background-color: #A12971;
}
.BgClassName
{
background-color: #A12971;
}
</style>
border-color css
<style>
span { border-color: #A12971; }
span { border-color: rgb(161,41,113); }
td.TdClassName
{
border-color: #A12971;
}
.TagClassName
{
border-color: #A12971;
}
</style>