Shades of Medium Red Violet #A13484
Tints of Medium Red Violet #A13484
RGB
CMYK
RGB Variations
Color information
#A13484 (or 0xA13484) is known color: Medium Red Violet. HEX triplet: A1, 34 and 84. RGB value is (161,52,132). Sum of RGB (Red+Green+Blue) = 161+52+132=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A13484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13484 is #5ECB7B. Grayscale: #5D5D5D. Windows color (decimal): -6212476 or 8664225. OLE color: 8664225.
HSL color Cylindrical-coordinate representation of color #A13484: hue angle of 315.96º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A13484 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 52 | 132 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.37 |
| HSL | 315.96º | 0.51% | 0.42% | - |
| HSV(B) | 315.96º | 0.68% | 0.63% | - |
| XYZ | 20.09 | 11.7 | 23.03 | - |
| YUV | 93.71 | 149.61 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 132 | 0 | 0.68 | 0.18 | 0.37 | 315.96 | 0.51 | 0.42 |
| Hex | A1 | 34 | 84 | 0 | 44 | 12 | 25 | 13C | 33 | 2A |
| Octal | 241 | 64 | 204 | 0 | 104 | 22 | 45 | 474 | 63 | 52 |
| Binary | 10100001 | 110100 | 10000100 | 0 | 1000100 | 10010 | 100101 | 100111100 | 110011 | 101010 |
Color Harmonies of #A13484
Complementary color
Monochromatic Colors of #A13484
Black with #A13484
Text Example
Text Example
White with #A13484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13484; }
p { color: rgb(161,52,132); }
H1.HeaderClassName
{
color: #A13484;
}
.AnyTagClassName
{
color: #A13484;
}
</style>
background-color css
<style>
a { background-color: #A13484; }
a { background-color: rgb(161,52,132); }
div.DivClassName
{
background-color: #A13484;
}
.BgClassName
{
background-color: #A13484;
}
</style>
border-color css
<style>
span { border-color: #A13484; }
span { border-color: rgb(161,52,132); }
td.TdClassName
{
border-color: #A13484;
}
.TagClassName
{
border-color: #A13484;
}
</style>