Shades of Medium Red Violet #A13784
Tints of Medium Red Violet #A13784
RGB
CMYK
RGB Variations
Color information
#A13784 (or 0xA13784) is known color: Medium Red Violet. HEX triplet: A1, 37 and 84. RGB value is (161,55,132). Sum of RGB (Red+Green+Blue) = 161+55+132=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A13784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13784 is #5EC87B. Grayscale: #5F5F5F. Windows color (decimal): -6211708 or 8664993. OLE color: 8664993.
HSL color Cylindrical-coordinate representation of color #A13784: hue angle of 316.42º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A13784 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 55 | 132 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.37 |
| HSL | 316.42º | 0.49% | 0.42% | - |
| HSV(B) | 316.42º | 0.66% | 0.63% | - |
| XYZ | 20.23 | 11.98 | 23.08 | - |
| YUV | 95.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 55 | 132 | 0 | 0.66 | 0.18 | 0.37 | 316.42 | 0.49 | 0.42 |
| Hex | A1 | 37 | 84 | 0 | 42 | 12 | 25 | 13C | 31 | 2A |
| Octal | 241 | 67 | 204 | 0 | 102 | 22 | 45 | 474 | 61 | 52 |
| Binary | 10100001 | 110111 | 10000100 | 0 | 1000010 | 10010 | 100101 | 100111100 | 110001 | 101010 |
Color Harmonies of #A13784
Complementary color
Monochromatic Colors of #A13784
Black with #A13784
Text Example
Text Example
White with #A13784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13784; }
p { color: rgb(161,55,132); }
H1.HeaderClassName
{
color: #A13784;
}
.AnyTagClassName
{
color: #A13784;
}
</style>
background-color css
<style>
a { background-color: #A13784; }
a { background-color: rgb(161,55,132); }
div.DivClassName
{
background-color: #A13784;
}
.BgClassName
{
background-color: #A13784;
}
</style>
border-color css
<style>
span { border-color: #A13784; }
span { border-color: rgb(161,55,132); }
td.TdClassName
{
border-color: #A13784;
}
.TagClassName
{
border-color: #A13784;
}
</style>