Shades of Medium Red Violet #A0358B
Tints of Medium Red Violet #A0358B
RGB
CMYK
RGB Variations
Color information
#A0358B (or 0xA0358B) is known color: Medium Red Violet. HEX triplet: A0, 35 and 8B. RGB value is (160,53,139). Sum of RGB (Red+Green+Blue) = 160+53+139=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0358B is #5FCA74. Grayscale: #5E5E5E. Windows color (decimal): -6277749 or 9123232. OLE color: 9123232.
HSL color Cylindrical-coordinate representation of color #A0358B: hue angle of 311.78º 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 #A0358B is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 139 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.37 |
| HSL | 311.78º | 0.5% | 0.42% | - |
| HSV(B) | 311.78º | 0.67% | 0.63% | - |
| XYZ | 20.43 | 11.88 | 25.64 | - |
| YUV | 94.8 | 152.95 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 139 | 0 | 0.67 | 0.13 | 0.37 | 311.78 | 0.5 | 0.42 |
| Hex | A0 | 35 | 8B | 0 | 43 | D | 25 | 138 | 32 | 2A |
| Octal | 240 | 65 | 213 | 0 | 103 | 15 | 45 | 470 | 62 | 52 |
| Binary | 10100000 | 110101 | 10001011 | 0 | 1000011 | 1101 | 100101 | 100111000 | 110010 | 101010 |
Color Harmonies of #A0358B
Complementary color
Monochromatic Colors of #A0358B
Black with #A0358B
Text Example
Text Example
White with #A0358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0358B; }
p { color: rgb(160,53,139); }
H1.HeaderClassName
{
color: #A0358B;
}
.AnyTagClassName
{
color: #A0358B;
}
</style>
background-color css
<style>
a { background-color: #A0358B; }
a { background-color: rgb(160,53,139); }
div.DivClassName
{
background-color: #A0358B;
}
.BgClassName
{
background-color: #A0358B;
}
</style>
border-color css
<style>
span { border-color: #A0358B; }
span { border-color: rgb(160,53,139); }
td.TdClassName
{
border-color: #A0358B;
}
.TagClassName
{
border-color: #A0358B;
}
</style>