Shades of Medium Red Violet #A12977
Tints of Medium Red Violet #A12977
RGB
CMYK
RGB Variations
Color information
#A12977 (or 0xA12977) is known color: Medium Red Violet. HEX triplet: A1, 29 and 77. RGB value is (161,41,119). Sum of RGB (Red+Green+Blue) = 161+41+119=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A12977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12977 is #5ED688. Grayscale: #555555. Windows color (decimal): -6215305 or 7809441. OLE color: 7809441.
HSL color Cylindrical-coordinate representation of color #A12977: hue angle of 321º 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 #A12977 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 119 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.37 |
| HSL | 321º | 0.59% | 0.4% | - |
| HSV(B) | 321º | 0.75% | 0.63% | - |
| XYZ | 18.82 | 10.49 | 18.49 | - |
| YUV | 85.77 | 146.76 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 119 | 0 | 0.75 | 0.26 | 0.37 | 321 | 0.59 | 0.4 |
| Hex | A1 | 29 | 77 | 0 | 4B | 1A | 25 | 141 | 3B | 28 |
| Octal | 241 | 51 | 167 | 0 | 113 | 32 | 45 | 501 | 73 | 50 |
| Binary | 10100001 | 101001 | 1110111 | 0 | 1001011 | 11010 | 100101 | 101000001 | 111011 | 101000 |
Color Harmonies of #A12977
Complementary color
Monochromatic Colors of #A12977
Black with #A12977
Text Example
Text Example
White with #A12977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12977; }
p { color: rgb(161,41,119); }
H1.HeaderClassName
{
color: #A12977;
}
.AnyTagClassName
{
color: #A12977;
}
</style>
background-color css
<style>
a { background-color: #A12977; }
a { background-color: rgb(161,41,119); }
div.DivClassName
{
background-color: #A12977;
}
.BgClassName
{
background-color: #A12977;
}
</style>
border-color css
<style>
span { border-color: #A12977; }
span { border-color: rgb(161,41,119); }
td.TdClassName
{
border-color: #A12977;
}
.TagClassName
{
border-color: #A12977;
}
</style>