Shades of Medium Red Violet #A13984
Tints of Medium Red Violet #A13984
RGB
CMYK
RGB Variations
Color information
#A13984 (or 0xA13984) is known color: Medium Red Violet. HEX triplet: A1, 39 and 84. RGB value is (161,57,132). Sum of RGB (Red+Green+Blue) = 161+57+132=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A13984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13984 is #5EC67B. Grayscale: #606060. Windows color (decimal): -6211196 or 8665505. OLE color: 8665505.
HSL color Cylindrical-coordinate representation of color #A13984: hue angle of 316.73º 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 #A13984 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 57 | 132 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.37 |
| HSL | 316.73º | 0.48% | 0.43% | - |
| HSV(B) | 316.73º | 0.65% | 0.63% | - |
| XYZ | 20.33 | 12.17 | 23.11 | - |
| YUV | 96.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 132 | 0 | 0.65 | 0.18 | 0.37 | 316.73 | 0.48 | 0.43 |
| Hex | A1 | 39 | 84 | 0 | 41 | 12 | 25 | 13D | 30 | 2B |
| Octal | 241 | 71 | 204 | 0 | 101 | 22 | 45 | 475 | 60 | 53 |
| Binary | 10100001 | 111001 | 10000100 | 0 | 1000001 | 10010 | 100101 | 100111101 | 110000 | 101011 |
Color Harmonies of #A13984
Complementary color
Monochromatic Colors of #A13984
Black with #A13984
Text Example
Text Example
White with #A13984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13984; }
p { color: rgb(161,57,132); }
H1.HeaderClassName
{
color: #A13984;
}
.AnyTagClassName
{
color: #A13984;
}
</style>
background-color css
<style>
a { background-color: #A13984; }
a { background-color: rgb(161,57,132); }
div.DivClassName
{
background-color: #A13984;
}
.BgClassName
{
background-color: #A13984;
}
</style>
border-color css
<style>
span { border-color: #A13984; }
span { border-color: rgb(161,57,132); }
td.TdClassName
{
border-color: #A13984;
}
.TagClassName
{
border-color: #A13984;
}
</style>