Shades of Medium Red Violet #A0357D
Tints of Medium Red Violet #A0357D
RGB
CMYK
RGB Variations
Color information
#A0357D (or 0xA0357D) is known color: Medium Red Violet. HEX triplet: A0, 35 and 7D. RGB value is (160,53,125). Sum of RGB (Red+Green+Blue) = 160+53+125=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0357D is #5FCA82. Grayscale: #5D5D5D. Windows color (decimal): -6277763 or 8205728. OLE color: 8205728.
HSL color Cylindrical-coordinate representation of color #A0357D: hue angle of 319.63º 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 #A0357D is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 125 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.37 |
| HSL | 319.63º | 0.5% | 0.42% | - |
| HSV(B) | 319.63º | 0.67% | 0.63% | - |
| XYZ | 19.47 | 11.5 | 20.6 | - |
| YUV | 93.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 125 | 0 | 0.67 | 0.22 | 0.37 | 319.63 | 0.5 | 0.42 |
| Hex | A0 | 35 | 7D | 0 | 43 | 16 | 25 | 140 | 32 | 2A |
| Octal | 240 | 65 | 175 | 0 | 103 | 26 | 45 | 500 | 62 | 52 |
| Binary | 10100000 | 110101 | 1111101 | 0 | 1000011 | 10110 | 100101 | 101000000 | 110010 | 101010 |
Color Harmonies of #A0357D
Complementary color
Monochromatic Colors of #A0357D
Black with #A0357D
Text Example
Text Example
White with #A0357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0357D; }
p { color: rgb(160,53,125); }
H1.HeaderClassName
{
color: #A0357D;
}
.AnyTagClassName
{
color: #A0357D;
}
</style>
background-color css
<style>
a { background-color: #A0357D; }
a { background-color: rgb(160,53,125); }
div.DivClassName
{
background-color: #A0357D;
}
.BgClassName
{
background-color: #A0357D;
}
</style>
border-color css
<style>
span { border-color: #A0357D; }
span { border-color: rgb(160,53,125); }
td.TdClassName
{
border-color: #A0357D;
}
.TagClassName
{
border-color: #A0357D;
}
</style>