Shades of Medium Red Violet #A0357C
Tints of Medium Red Violet #A0357C
RGB
CMYK
RGB Variations
Color information
#A0357C (or 0xA0357C) is known color: Medium Red Violet. HEX triplet: A0, 35 and 7C. RGB value is (160,53,124). Sum of RGB (Red+Green+Blue) = 160+53+124=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0357C is #5FCA83. Grayscale: #5C5C5C. Windows color (decimal): -6277764 or 8140192. OLE color: 8140192.
HSL color Cylindrical-coordinate representation of color #A0357C: hue angle of 320.19º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0357C is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 124 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.37 |
| HSL | 320.19º | 0.5% | 0.42% | - |
| HSV(B) | 320.19º | 0.67% | 0.63% | - |
| XYZ | 19.41 | 11.48 | 20.26 | - |
| YUV | 93.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 124 | 0 | 0.67 | 0.22 | 0.37 | 320.19 | 0.5 | 0.42 |
| Hex | A0 | 35 | 7C | 0 | 43 | 16 | 25 | 140 | 32 | 2A |
| Octal | 240 | 65 | 174 | 0 | 103 | 26 | 45 | 500 | 62 | 52 |
| Binary | 10100000 | 110101 | 1111100 | 0 | 1000011 | 10110 | 100101 | 101000000 | 110010 | 101010 |
Color Harmonies of #A0357C
Complementary color
Monochromatic Colors of #A0357C
Black with #A0357C
Text Example
Text Example
White with #A0357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0357C; }
p { color: rgb(160,53,124); }
H1.HeaderClassName
{
color: #A0357C;
}
.AnyTagClassName
{
color: #A0357C;
}
</style>
background-color css
<style>
a { background-color: #A0357C; }
a { background-color: rgb(160,53,124); }
div.DivClassName
{
background-color: #A0357C;
}
.BgClassName
{
background-color: #A0357C;
}
</style>
border-color css
<style>
span { border-color: #A0357C; }
span { border-color: rgb(160,53,124); }
td.TdClassName
{
border-color: #A0357C;
}
.TagClassName
{
border-color: #A0357C;
}
</style>