Shades of Medium Red Violet #A12D86
Tints of Medium Red Violet #A12D86
RGB
CMYK
RGB Variations
Color information
#A12D86 (or 0xA12D86) is known color: Medium Red Violet. HEX triplet: A1, 2D and 86. RGB value is (161,45,134). Sum of RGB (Red+Green+Blue) = 161+45+134=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12D86 is #5ED279. Grayscale: #595959. Windows color (decimal): -6214266 or 8793505. OLE color: 8793505.
HSL color Cylindrical-coordinate representation of color #A12D86: hue angle of 313.97º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A12D86 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 45 | 134 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.37 |
| HSL | 313.97º | 0.56% | 0.4% | - |
| HSV(B) | 313.97º | 0.72% | 0.63% | - |
| XYZ | 19.94 | 11.18 | 23.66 | - |
| YUV | 89.83 | 152.93 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 134 | 0 | 0.72 | 0.17 | 0.37 | 313.97 | 0.56 | 0.4 |
| Hex | A1 | 2D | 86 | 0 | 48 | 11 | 25 | 13A | 38 | 28 |
| Octal | 241 | 55 | 206 | 0 | 110 | 21 | 45 | 472 | 70 | 50 |
| Binary | 10100001 | 101101 | 10000110 | 0 | 1001000 | 10001 | 100101 | 100111010 | 111000 | 101000 |
Color Harmonies of #A12D86
Complementary color
Monochromatic Colors of #A12D86
Black with #A12D86
Text Example
Text Example
White with #A12D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12D86; }
p { color: rgb(161,45,134); }
H1.HeaderClassName
{
color: #A12D86;
}
.AnyTagClassName
{
color: #A12D86;
}
</style>
background-color css
<style>
a { background-color: #A12D86; }
a { background-color: rgb(161,45,134); }
div.DivClassName
{
background-color: #A12D86;
}
.BgClassName
{
background-color: #A12D86;
}
</style>
border-color css
<style>
span { border-color: #A12D86; }
span { border-color: rgb(161,45,134); }
td.TdClassName
{
border-color: #A12D86;
}
.TagClassName
{
border-color: #A12D86;
}
</style>