Shades of Medium Red Violet #A13877
Tints of Medium Red Violet #A13877
RGB
CMYK
RGB Variations
Color information
#A13877 (or 0xA13877) is known color: Medium Red Violet. HEX triplet: A1, 38 and 77. RGB value is (161,56,119). Sum of RGB (Red+Green+Blue) = 161+56+119=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A13877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13877 is #5EC788. Grayscale: #5E5E5E. Windows color (decimal): -6211465 or 7813281. OLE color: 7813281.
HSL color Cylindrical-coordinate representation of color #A13877: hue angle of 324º 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 #A13877 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 56 | 119 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.37 |
| HSL | 324º | 0.48% | 0.43% | - |
| HSV(B) | 324º | 0.65% | 0.63% | - |
| XYZ | 19.44 | 11.74 | 18.69 | - |
| YUV | 94.58 | 141.79 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 119 | 0 | 0.65 | 0.26 | 0.37 | 324 | 0.48 | 0.43 |
| Hex | A1 | 38 | 77 | 0 | 41 | 1A | 25 | 144 | 30 | 2B |
| Octal | 241 | 70 | 167 | 0 | 101 | 32 | 45 | 504 | 60 | 53 |
| Binary | 10100001 | 111000 | 1110111 | 0 | 1000001 | 11010 | 100101 | 101000100 | 110000 | 101011 |
Color Harmonies of #A13877
Complementary color
Monochromatic Colors of #A13877
Black with #A13877
Text Example
Text Example
White with #A13877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13877; }
p { color: rgb(161,56,119); }
H1.HeaderClassName
{
color: #A13877;
}
.AnyTagClassName
{
color: #A13877;
}
</style>
background-color css
<style>
a { background-color: #A13877; }
a { background-color: rgb(161,56,119); }
div.DivClassName
{
background-color: #A13877;
}
.BgClassName
{
background-color: #A13877;
}
</style>
border-color css
<style>
span { border-color: #A13877; }
span { border-color: rgb(161,56,119); }
td.TdClassName
{
border-color: #A13877;
}
.TagClassName
{
border-color: #A13877;
}
</style>