Shades of Medium Red Violet #A03085
Tints of Medium Red Violet #A03085
RGB
CMYK
RGB Variations
Color information
#A03085 (or 0xA03085) is known color: Medium Red Violet. HEX triplet: A0, 30 and 85. RGB value is (160,48,133). Sum of RGB (Red+Green+Blue) = 160+48+133=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A03085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03085 is #5FCF7A. Grayscale: #5A5A5A. Windows color (decimal): -6279035 or 8728736. OLE color: 8728736.
HSL color Cylindrical-coordinate representation of color #A03085: hue angle of 314.46º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03085 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 133 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.37 |
| HSL | 314.46º | 0.54% | 0.41% | - |
| HSV(B) | 314.46º | 0.7% | 0.63% | - |
| XYZ | 19.79 | 11.28 | 23.32 | - |
| YUV | 91.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 133 | 0 | 0.70 | 0.17 | 0.37 | 314.46 | 0.54 | 0.41 |
| Hex | A0 | 30 | 85 | 0 | 46 | 11 | 25 | 13A | 36 | 29 |
| Octal | 240 | 60 | 205 | 0 | 106 | 21 | 45 | 472 | 66 | 51 |
| Binary | 10100000 | 110000 | 10000101 | 0 | 1000110 | 10001 | 100101 | 100111010 | 110110 | 101001 |
Color Harmonies of #A03085
Complementary color
Monochromatic Colors of #A03085
Black with #A03085
Text Example
Text Example
White with #A03085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03085; }
p { color: rgb(160,48,133); }
H1.HeaderClassName
{
color: #A03085;
}
.AnyTagClassName
{
color: #A03085;
}
</style>
background-color css
<style>
a { background-color: #A03085; }
a { background-color: rgb(160,48,133); }
div.DivClassName
{
background-color: #A03085;
}
.BgClassName
{
background-color: #A03085;
}
</style>
border-color css
<style>
span { border-color: #A03085; }
span { border-color: rgb(160,48,133); }
td.TdClassName
{
border-color: #A03085;
}
.TagClassName
{
border-color: #A03085;
}
</style>