Shades of Medium Red Violet #A1337C
Tints of Medium Red Violet #A1337C
RGB
CMYK
RGB Variations
Color information
#A1337C (or 0xA1337C) is known color: Medium Red Violet. HEX triplet: A1, 33 and 7C. RGB value is (161,51,124). Sum of RGB (Red+Green+Blue) = 161+51+124=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1337C is #5ECC83. Grayscale: #5C5C5C. Windows color (decimal): -6212740 or 8139681. OLE color: 8139681.
HSL color Cylindrical-coordinate representation of color #A1337C: hue angle of 320.18º 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 #A1337C is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 51 | 124 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.37 |
| HSL | 320.18º | 0.52% | 0.42% | - |
| HSV(B) | 320.18º | 0.68% | 0.63% | - |
| XYZ | 19.52 | 11.4 | 20.24 | - |
| YUV | 92.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 124 | 0 | 0.68 | 0.23 | 0.37 | 320.18 | 0.52 | 0.42 |
| Hex | A1 | 33 | 7C | 0 | 44 | 17 | 25 | 140 | 34 | 2A |
| Octal | 241 | 63 | 174 | 0 | 104 | 27 | 45 | 500 | 64 | 52 |
| Binary | 10100001 | 110011 | 1111100 | 0 | 1000100 | 10111 | 100101 | 101000000 | 110100 | 101010 |
Color Harmonies of #A1337C
Complementary color
Monochromatic Colors of #A1337C
Black with #A1337C
Text Example
Text Example
White with #A1337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1337C; }
p { color: rgb(161,51,124); }
H1.HeaderClassName
{
color: #A1337C;
}
.AnyTagClassName
{
color: #A1337C;
}
</style>
background-color css
<style>
a { background-color: #A1337C; }
a { background-color: rgb(161,51,124); }
div.DivClassName
{
background-color: #A1337C;
}
.BgClassName
{
background-color: #A1337C;
}
</style>
border-color css
<style>
span { border-color: #A1337C; }
span { border-color: rgb(161,51,124); }
td.TdClassName
{
border-color: #A1337C;
}
.TagClassName
{
border-color: #A1337C;
}
</style>