Shades of Medium Red Violet #A12D83
Tints of Medium Red Violet #A12D83
RGB
CMYK
RGB Variations
Color information
#A12D83 (or 0xA12D83) is known color: Medium Red Violet. HEX triplet: A1, 2D and 83. RGB value is (161,45,131). Sum of RGB (Red+Green+Blue) = 161+45+131=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12D83 is #5ED27C. Grayscale: #595959. Windows color (decimal): -6214269 or 8596897. OLE color: 8596897.
HSL color Cylindrical-coordinate representation of color #A12D83: hue angle of 315.52º 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 #A12D83 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 45 | 131 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.37 |
| HSL | 315.52º | 0.56% | 0.4% | - |
| HSV(B) | 315.52º | 0.72% | 0.63% | - |
| XYZ | 19.73 | 11.09 | 22.57 | - |
| YUV | 89.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 131 | 0 | 0.72 | 0.19 | 0.37 | 315.52 | 0.56 | 0.4 |
| Hex | A1 | 2D | 83 | 0 | 48 | 13 | 25 | 13C | 38 | 28 |
| Octal | 241 | 55 | 203 | 0 | 110 | 23 | 45 | 474 | 70 | 50 |
| Binary | 10100001 | 101101 | 10000011 | 0 | 1001000 | 10011 | 100101 | 100111100 | 111000 | 101000 |
Color Harmonies of #A12D83
Complementary color
Monochromatic Colors of #A12D83
Black with #A12D83
Text Example
Text Example
White with #A12D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12D83; }
p { color: rgb(161,45,131); }
H1.HeaderClassName
{
color: #A12D83;
}
.AnyTagClassName
{
color: #A12D83;
}
</style>
background-color css
<style>
a { background-color: #A12D83; }
a { background-color: rgb(161,45,131); }
div.DivClassName
{
background-color: #A12D83;
}
.BgClassName
{
background-color: #A12D83;
}
</style>
border-color css
<style>
span { border-color: #A12D83; }
span { border-color: rgb(161,45,131); }
td.TdClassName
{
border-color: #A12D83;
}
.TagClassName
{
border-color: #A12D83;
}
</style>