Shades of Medium Red Violet #A0357E
Tints of Medium Red Violet #A0357E
RGB
CMYK
RGB Variations
Color information
#A0357E (or 0xA0357E) is known color: Medium Red Violet. HEX triplet: A0, 35 and 7E. RGB value is (160,53,126). Sum of RGB (Red+Green+Blue) = 160+53+126=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0357E is #5FCA81. Grayscale: #5D5D5D. Windows color (decimal): -6277762 or 8271264. OLE color: 8271264.
HSL color Cylindrical-coordinate representation of color #A0357E: hue angle of 319.07º 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 #A0357E is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 126 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.37 |
| HSL | 319.07º | 0.5% | 0.42% | - |
| HSV(B) | 319.07º | 0.67% | 0.63% | - |
| XYZ | 19.54 | 11.53 | 20.93 | - |
| YUV | 93.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 126 | 0 | 0.67 | 0.21 | 0.37 | 319.07 | 0.5 | 0.42 |
| Hex | A0 | 35 | 7E | 0 | 43 | 15 | 25 | 13F | 32 | 2A |
| Octal | 240 | 65 | 176 | 0 | 103 | 25 | 45 | 477 | 62 | 52 |
| Binary | 10100000 | 110101 | 1111110 | 0 | 1000011 | 10101 | 100101 | 100111111 | 110010 | 101010 |
Color Harmonies of #A0357E
Complementary color
Monochromatic Colors of #A0357E
Black with #A0357E
Text Example
Text Example
White with #A0357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0357E; }
p { color: rgb(160,53,126); }
H1.HeaderClassName
{
color: #A0357E;
}
.AnyTagClassName
{
color: #A0357E;
}
</style>
background-color css
<style>
a { background-color: #A0357E; }
a { background-color: rgb(160,53,126); }
div.DivClassName
{
background-color: #A0357E;
}
.BgClassName
{
background-color: #A0357E;
}
</style>
border-color css
<style>
span { border-color: #A0357E; }
span { border-color: rgb(160,53,126); }
td.TdClassName
{
border-color: #A0357E;
}
.TagClassName
{
border-color: #A0357E;
}
</style>