Shades of Medium Red Violet #A13193
Tints of Medium Red Violet #A13193
RGB
CMYK
RGB Variations
Color information
#A13193 (or 0xA13193) is known color: Medium Red Violet. HEX triplet: A1, 31 and 93. RGB value is (161,49,147). Sum of RGB (Red+Green+Blue) = 161+49+147=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A13193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13193 is #5ECE6C. Grayscale: #5D5D5D. Windows color (decimal): -6213229 or 9646497. OLE color: 9646497.
HSL color Cylindrical-coordinate representation of color #A13193: hue angle of 307.5º 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 #A13193 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 147 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.37 |
| HSL | 307.5º | 0.53% | 0.41% | - |
| HSV(B) | 307.5º | 0.7% | 0.63% | - |
| XYZ | 21.06 | 11.88 | 28.79 | - |
| YUV | 93.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 147 | 0 | 0.70 | 0.09 | 0.37 | 307.5 | 0.53 | 0.41 |
| Hex | A1 | 31 | 93 | 0 | 46 | 9 | 25 | 134 | 35 | 29 |
| Octal | 241 | 61 | 223 | 0 | 106 | 11 | 45 | 464 | 65 | 51 |
| Binary | 10100001 | 110001 | 10010011 | 0 | 1000110 | 1001 | 100101 | 100110100 | 110101 | 101001 |
Color Harmonies of #A13193
Complementary color
Monochromatic Colors of #A13193
Black with #A13193
Text Example
Text Example
White with #A13193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13193; }
p { color: rgb(161,49,147); }
H1.HeaderClassName
{
color: #A13193;
}
.AnyTagClassName
{
color: #A13193;
}
</style>
background-color css
<style>
a { background-color: #A13193; }
a { background-color: rgb(161,49,147); }
div.DivClassName
{
background-color: #A13193;
}
.BgClassName
{
background-color: #A13193;
}
</style>
border-color css
<style>
span { border-color: #A13193; }
span { border-color: rgb(161,49,147); }
td.TdClassName
{
border-color: #A13193;
}
.TagClassName
{
border-color: #A13193;
}
</style>