Shades of Medium Red Violet #A13491
Tints of Medium Red Violet #A13491
RGB
CMYK
RGB Variations
Color information
#A13491 (or 0xA13491) is known color: Medium Red Violet. HEX triplet: A1, 34 and 91. RGB value is (161,52,145). Sum of RGB (Red+Green+Blue) = 161+52+145=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A13491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13491 is #5ECB6E. Grayscale: #5E5E5E. Windows color (decimal): -6212463 or 9516193. OLE color: 9516193.
HSL color Cylindrical-coordinate representation of color #A13491: hue angle of 308.81º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A13491 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 52 | 145 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.37 |
| HSL | 308.81º | 0.51% | 0.42% | - |
| HSV(B) | 308.81º | 0.68% | 0.63% | - |
| XYZ | 21.04 | 12.08 | 28.01 | - |
| YUV | 95.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 145 | 0 | 0.68 | 0.10 | 0.37 | 308.81 | 0.51 | 0.42 |
| Hex | A1 | 34 | 91 | 0 | 44 | A | 25 | 135 | 33 | 2A |
| Octal | 241 | 64 | 221 | 0 | 104 | 12 | 45 | 465 | 63 | 52 |
| Binary | 10100001 | 110100 | 10010001 | 0 | 1000100 | 1010 | 100101 | 100110101 | 110011 | 101010 |
Color Harmonies of #A13491
Complementary color
Monochromatic Colors of #A13491
Black with #A13491
Text Example
Text Example
White with #A13491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13491; }
p { color: rgb(161,52,145); }
H1.HeaderClassName
{
color: #A13491;
}
.AnyTagClassName
{
color: #A13491;
}
</style>
background-color css
<style>
a { background-color: #A13491; }
a { background-color: rgb(161,52,145); }
div.DivClassName
{
background-color: #A13491;
}
.BgClassName
{
background-color: #A13491;
}
</style>
border-color css
<style>
span { border-color: #A13491; }
span { border-color: rgb(161,52,145); }
td.TdClassName
{
border-color: #A13491;
}
.TagClassName
{
border-color: #A13491;
}
</style>