Shades of Medium Red Violet #A0337C
Tints of Medium Red Violet #A0337C
RGB
CMYK
RGB Variations
Color information
#A0337C (or 0xA0337C) is known color: Medium Red Violet. HEX triplet: A0, 33 and 7C. RGB value is (160,51,124). Sum of RGB (Red+Green+Blue) = 160+51+124=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0337C is #5FCC83. Grayscale: #5B5B5B. Windows color (decimal): -6278276 or 8139680. OLE color: 8139680.
HSL color Cylindrical-coordinate representation of color #A0337C: hue angle of 319.82º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0337C is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 124 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.37 |
| HSL | 319.82º | 0.52% | 0.41% | - |
| HSV(B) | 319.82º | 0.68% | 0.63% | - |
| XYZ | 19.32 | 11.3 | 20.23 | - |
| YUV | 91.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 124 | 0 | 0.68 | 0.22 | 0.37 | 319.82 | 0.52 | 0.41 |
| Hex | A0 | 33 | 7C | 0 | 44 | 16 | 25 | 140 | 34 | 29 |
| Octal | 240 | 63 | 174 | 0 | 104 | 26 | 45 | 500 | 64 | 51 |
| Binary | 10100000 | 110011 | 1111100 | 0 | 1000100 | 10110 | 100101 | 101000000 | 110100 | 101001 |
Color Harmonies of #A0337C
Complementary color
Monochromatic Colors of #A0337C
Black with #A0337C
Text Example
Text Example
White with #A0337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0337C; }
p { color: rgb(160,51,124); }
H1.HeaderClassName
{
color: #A0337C;
}
.AnyTagClassName
{
color: #A0337C;
}
</style>
background-color css
<style>
a { background-color: #A0337C; }
a { background-color: rgb(160,51,124); }
div.DivClassName
{
background-color: #A0337C;
}
.BgClassName
{
background-color: #A0337C;
}
</style>
border-color css
<style>
span { border-color: #A0337C; }
span { border-color: rgb(160,51,124); }
td.TdClassName
{
border-color: #A0337C;
}
.TagClassName
{
border-color: #A0337C;
}
</style>