Shades of Medium Red Violet #A13197
Tints of Medium Red Violet #A13197
RGB
CMYK
RGB Variations
Color information
#A13197 (or 0xA13197) is known color: Medium Red Violet. HEX triplet: A1, 31 and 97. RGB value is (161,49,151). Sum of RGB (Red+Green+Blue) = 161+49+151=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A13197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13197 is #5ECE68. Grayscale: #5D5D5D. Windows color (decimal): -6213225 or 9908641. OLE color: 9908641.
HSL color Cylindrical-coordinate representation of color #A13197: hue angle of 305.36º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A13197 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 151 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.37 |
| HSL | 305.36º | 0.53% | 0.41% | - |
| HSV(B) | 305.36º | 0.7% | 0.63% | - |
| XYZ | 21.38 | 12.01 | 30.47 | - |
| YUV | 94.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 151 | 0 | 0.70 | 0.06 | 0.37 | 305.36 | 0.53 | 0.41 |
| Hex | A1 | 31 | 97 | 0 | 46 | 6 | 25 | 131 | 35 | 29 |
| Octal | 241 | 61 | 227 | 0 | 106 | 6 | 45 | 461 | 65 | 51 |
| Binary | 10100001 | 110001 | 10010111 | 0 | 1000110 | 110 | 100101 | 100110001 | 110101 | 101001 |
Color Harmonies of #A13197
Complementary color
Monochromatic Colors of #A13197
Black with #A13197
Text Example
Text Example
White with #A13197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13197; }
p { color: rgb(161,49,151); }
H1.HeaderClassName
{
color: #A13197;
}
.AnyTagClassName
{
color: #A13197;
}
</style>
background-color css
<style>
a { background-color: #A13197; }
a { background-color: rgb(161,49,151); }
div.DivClassName
{
background-color: #A13197;
}
.BgClassName
{
background-color: #A13197;
}
</style>
border-color css
<style>
span { border-color: #A13197; }
span { border-color: rgb(161,49,151); }
td.TdClassName
{
border-color: #A13197;
}
.TagClassName
{
border-color: #A13197;
}
</style>