Shades of Medium Red Violet #A13896
Tints of Medium Red Violet #A13896
RGB
CMYK
RGB Variations
Color information
#A13896 (or 0xA13896) is known color: Medium Red Violet. HEX triplet: A1, 38 and 96. RGB value is (161,56,150). Sum of RGB (Red+Green+Blue) = 161+56+150=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A13896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13896 is #5EC769. Grayscale: #616161. Windows color (decimal): -6211434 or 9844897. OLE color: 9844897.
HSL color Cylindrical-coordinate representation of color #A13896: hue angle of 306.29º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A13896 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 56 | 150 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.37 |
| HSL | 306.29º | 0.48% | 0.43% | - |
| HSV(B) | 306.29º | 0.65% | 0.63% | - |
| XYZ | 21.62 | 12.61 | 30.15 | - |
| YUV | 98.11 | 157.29 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 150 | 0 | 0.65 | 0.07 | 0.37 | 306.29 | 0.48 | 0.43 |
| Hex | A1 | 38 | 96 | 0 | 41 | 7 | 25 | 132 | 30 | 2B |
| Octal | 241 | 70 | 226 | 0 | 101 | 7 | 45 | 462 | 60 | 53 |
| Binary | 10100001 | 111000 | 10010110 | 0 | 1000001 | 111 | 100101 | 100110010 | 110000 | 101011 |
Color Harmonies of #A13896
Complementary color
Monochromatic Colors of #A13896
Black with #A13896
Text Example
Text Example
White with #A13896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13896; }
p { color: rgb(161,56,150); }
H1.HeaderClassName
{
color: #A13896;
}
.AnyTagClassName
{
color: #A13896;
}
</style>
background-color css
<style>
a { background-color: #A13896; }
a { background-color: rgb(161,56,150); }
div.DivClassName
{
background-color: #A13896;
}
.BgClassName
{
background-color: #A13896;
}
</style>
border-color css
<style>
span { border-color: #A13896; }
span { border-color: rgb(161,56,150); }
td.TdClassName
{
border-color: #A13896;
}
.TagClassName
{
border-color: #A13896;
}
</style>