Shades of Medium Red Violet #A13185
Tints of Medium Red Violet #A13185
RGB
CMYK
RGB Variations
Color information
#A13185 (or 0xA13185) is known color: Medium Red Violet. HEX triplet: A1, 31 and 85. RGB value is (161,49,133). Sum of RGB (Red+Green+Blue) = 161+49+133=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A13185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13185 is #5ECE7A. Grayscale: #5B5B5B. Windows color (decimal): -6213243 or 8728993. OLE color: 8728993.
HSL color Cylindrical-coordinate representation of color #A13185: hue angle of 315º 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 #A13185 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 133 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.37 |
| HSL | 315º | 0.53% | 0.41% | - |
| HSV(B) | 315º | 0.7% | 0.63% | - |
| XYZ | 20.03 | 11.47 | 23.35 | - |
| YUV | 92.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 133 | 0 | 0.70 | 0.17 | 0.37 | 315 | 0.53 | 0.41 |
| Hex | A1 | 31 | 85 | 0 | 46 | 11 | 25 | 13B | 35 | 29 |
| Octal | 241 | 61 | 205 | 0 | 106 | 21 | 45 | 473 | 65 | 51 |
| Binary | 10100001 | 110001 | 10000101 | 0 | 1000110 | 10001 | 100101 | 100111011 | 110101 | 101001 |
Color Harmonies of #A13185
Complementary color
Monochromatic Colors of #A13185
Black with #A13185
Text Example
Text Example
White with #A13185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13185; }
p { color: rgb(161,49,133); }
H1.HeaderClassName
{
color: #A13185;
}
.AnyTagClassName
{
color: #A13185;
}
</style>
background-color css
<style>
a { background-color: #A13185; }
a { background-color: rgb(161,49,133); }
div.DivClassName
{
background-color: #A13185;
}
.BgClassName
{
background-color: #A13185;
}
</style>
border-color css
<style>
span { border-color: #A13185; }
span { border-color: rgb(161,49,133); }
td.TdClassName
{
border-color: #A13185;
}
.TagClassName
{
border-color: #A13185;
}
</style>