Shades of Medium Red Violet #A03585
Tints of Medium Red Violet #A03585
RGB
CMYK
RGB Variations
Color information
#A03585 (or 0xA03585) is known color: Medium Red Violet. HEX triplet: A0, 35 and 85. RGB value is (160,53,133). Sum of RGB (Red+Green+Blue) = 160+53+133=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A03585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03585 is #5FCA7A. Grayscale: #5D5D5D. Windows color (decimal): -6277755 or 8730016. OLE color: 8730016.
HSL color Cylindrical-coordinate representation of color #A03585: hue angle of 315.14º 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 #A03585 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 133 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.37 |
| HSL | 315.14º | 0.5% | 0.42% | - |
| HSV(B) | 315.14º | 0.67% | 0.63% | - |
| XYZ | 20 | 11.71 | 23.4 | - |
| YUV | 94.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 133 | 0 | 0.67 | 0.17 | 0.37 | 315.14 | 0.5 | 0.42 |
| Hex | A0 | 35 | 85 | 0 | 43 | 11 | 25 | 13B | 32 | 2A |
| Octal | 240 | 65 | 205 | 0 | 103 | 21 | 45 | 473 | 62 | 52 |
| Binary | 10100000 | 110101 | 10000101 | 0 | 1000011 | 10001 | 100101 | 100111011 | 110010 | 101010 |
Color Harmonies of #A03585
Complementary color
Monochromatic Colors of #A03585
Black with #A03585
Text Example
Text Example
White with #A03585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03585; }
p { color: rgb(160,53,133); }
H1.HeaderClassName
{
color: #A03585;
}
.AnyTagClassName
{
color: #A03585;
}
</style>
background-color css
<style>
a { background-color: #A03585; }
a { background-color: rgb(160,53,133); }
div.DivClassName
{
background-color: #A03585;
}
.BgClassName
{
background-color: #A03585;
}
</style>
border-color css
<style>
span { border-color: #A03585; }
span { border-color: rgb(160,53,133); }
td.TdClassName
{
border-color: #A03585;
}
.TagClassName
{
border-color: #A03585;
}
</style>