Shades of Medium Red Violet #A12D95
Tints of Medium Red Violet #A12D95
RGB
CMYK
RGB Variations
Color information
#A12D95 (or 0xA12D95) is known color: Medium Red Violet. HEX triplet: A1, 2D and 95. RGB value is (161,45,149). Sum of RGB (Red+Green+Blue) = 161+45+149=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12D95 is #5ED26A. Grayscale: #5B5B5B. Windows color (decimal): -6214251 or 9776545. OLE color: 9776545.
HSL color Cylindrical-coordinate representation of color #A12D95: hue angle of 306.21º 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 #A12D95 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 45 | 149 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.37 |
| HSL | 306.21º | 0.56% | 0.4% | - |
| HSV(B) | 306.21º | 0.72% | 0.63% | - |
| XYZ | 21.06 | 11.62 | 29.57 | - |
| YUV | 91.54 | 160.43 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 149 | 0 | 0.72 | 0.07 | 0.37 | 306.21 | 0.56 | 0.4 |
| Hex | A1 | 2D | 95 | 0 | 48 | 7 | 25 | 132 | 38 | 28 |
| Octal | 241 | 55 | 225 | 0 | 110 | 7 | 45 | 462 | 70 | 50 |
| Binary | 10100001 | 101101 | 10010101 | 0 | 1001000 | 111 | 100101 | 100110010 | 111000 | 101000 |
Color Harmonies of #A12D95
Complementary color
Monochromatic Colors of #A12D95
Black with #A12D95
Text Example
Text Example
White with #A12D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12D95; }
p { color: rgb(161,45,149); }
H1.HeaderClassName
{
color: #A12D95;
}
.AnyTagClassName
{
color: #A12D95;
}
</style>
background-color css
<style>
a { background-color: #A12D95; }
a { background-color: rgb(161,45,149); }
div.DivClassName
{
background-color: #A12D95;
}
.BgClassName
{
background-color: #A12D95;
}
</style>
border-color css
<style>
span { border-color: #A12D95; }
span { border-color: rgb(161,45,149); }
td.TdClassName
{
border-color: #A12D95;
}
.TagClassName
{
border-color: #A12D95;
}
</style>