Shades of Medium Red Violet #A13184
Tints of Medium Red Violet #A13184
RGB
CMYK
RGB Variations
Color information
#A13184 (or 0xA13184) is known color: Medium Red Violet. HEX triplet: A1, 31 and 84. RGB value is (161,49,132). Sum of RGB (Red+Green+Blue) = 161+49+132=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A13184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13184 is #5ECE7B. Grayscale: #5B5B5B. Windows color (decimal): -6213244 or 8663457. OLE color: 8663457.
HSL color Cylindrical-coordinate representation of color #A13184: hue angle of 315.54º 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 #A13184 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 132 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.37 |
| HSL | 315.54º | 0.53% | 0.41% | - |
| HSV(B) | 315.54º | 0.7% | 0.63% | - |
| XYZ | 19.96 | 11.44 | 22.99 | - |
| YUV | 91.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 132 | 0 | 0.70 | 0.18 | 0.37 | 315.54 | 0.53 | 0.41 |
| Hex | A1 | 31 | 84 | 0 | 46 | 12 | 25 | 13C | 35 | 29 |
| Octal | 241 | 61 | 204 | 0 | 106 | 22 | 45 | 474 | 65 | 51 |
| Binary | 10100001 | 110001 | 10000100 | 0 | 1000110 | 10010 | 100101 | 100111100 | 110101 | 101001 |
Color Harmonies of #A13184
Complementary color
Monochromatic Colors of #A13184
Black with #A13184
Text Example
Text Example
White with #A13184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13184; }
p { color: rgb(161,49,132); }
H1.HeaderClassName
{
color: #A13184;
}
.AnyTagClassName
{
color: #A13184;
}
</style>
background-color css
<style>
a { background-color: #A13184; }
a { background-color: rgb(161,49,132); }
div.DivClassName
{
background-color: #A13184;
}
.BgClassName
{
background-color: #A13184;
}
</style>
border-color css
<style>
span { border-color: #A13184; }
span { border-color: rgb(161,49,132); }
td.TdClassName
{
border-color: #A13184;
}
.TagClassName
{
border-color: #A13184;
}
</style>