Shades of Medium Red Violet #A1337F
Tints of Medium Red Violet #A1337F
RGB
CMYK
RGB Variations
Color information
#A1337F (or 0xA1337F) is known color: Medium Red Violet. HEX triplet: A1, 33 and 7F. RGB value is (161,51,127). Sum of RGB (Red+Green+Blue) = 161+51+127=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1337F is #5ECC80. Grayscale: #5C5C5C. Windows color (decimal): -6212737 or 8336289. OLE color: 8336289.
HSL color Cylindrical-coordinate representation of color #A1337F: hue angle of 318.55º degrees, saturation: 0.52, 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 #A1337F is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 51 | 127 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.37 |
| HSL | 318.55º | 0.52% | 0.42% | - |
| HSV(B) | 318.55º | 0.68% | 0.63% | - |
| XYZ | 19.71 | 11.48 | 21.25 | - |
| YUV | 92.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 127 | 0 | 0.68 | 0.21 | 0.37 | 318.55 | 0.52 | 0.42 |
| Hex | A1 | 33 | 7F | 0 | 44 | 15 | 25 | 13F | 34 | 2A |
| Octal | 241 | 63 | 177 | 0 | 104 | 25 | 45 | 477 | 64 | 52 |
| Binary | 10100001 | 110011 | 1111111 | 0 | 1000100 | 10101 | 100101 | 100111111 | 110100 | 101010 |
Color Harmonies of #A1337F
Complementary color
Monochromatic Colors of #A1337F
Black with #A1337F
Text Example
Text Example
White with #A1337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1337F; }
p { color: rgb(161,51,127); }
H1.HeaderClassName
{
color: #A1337F;
}
.AnyTagClassName
{
color: #A1337F;
}
</style>
background-color css
<style>
a { background-color: #A1337F; }
a { background-color: rgb(161,51,127); }
div.DivClassName
{
background-color: #A1337F;
}
.BgClassName
{
background-color: #A1337F;
}
</style>
border-color css
<style>
span { border-color: #A1337F; }
span { border-color: rgb(161,51,127); }
td.TdClassName
{
border-color: #A1337F;
}
.TagClassName
{
border-color: #A1337F;
}
</style>