Shades of Medium Red Violet #A03685
Tints of Medium Red Violet #A03685
RGB
CMYK
RGB Variations
Color information
#A03685 (or 0xA03685) is known color: Medium Red Violet. HEX triplet: A0, 36 and 85. RGB value is (160,54,133). Sum of RGB (Red+Green+Blue) = 160+54+133=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A03685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03685 is #5FC97A. Grayscale: #5E5E5E. Windows color (decimal): -6277499 or 8730272. OLE color: 8730272.
HSL color Cylindrical-coordinate representation of color #A03685: hue angle of 315.28º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03685 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 133 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.37 |
| HSL | 315.28º | 0.5% | 0.42% | - |
| HSV(B) | 315.28º | 0.66% | 0.63% | - |
| XYZ | 20.05 | 11.81 | 23.41 | - |
| YUV | 94.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 133 | 0 | 0.66 | 0.17 | 0.37 | 315.28 | 0.5 | 0.42 |
| Hex | A0 | 36 | 85 | 0 | 42 | 11 | 25 | 13B | 32 | 2A |
| Octal | 240 | 66 | 205 | 0 | 102 | 21 | 45 | 473 | 62 | 52 |
| Binary | 10100000 | 110110 | 10000101 | 0 | 1000010 | 10001 | 100101 | 100111011 | 110010 | 101010 |
Color Harmonies of #A03685
Complementary color
Monochromatic Colors of #A03685
Black with #A03685
Text Example
Text Example
White with #A03685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03685; }
p { color: rgb(160,54,133); }
H1.HeaderClassName
{
color: #A03685;
}
.AnyTagClassName
{
color: #A03685;
}
</style>
background-color css
<style>
a { background-color: #A03685; }
a { background-color: rgb(160,54,133); }
div.DivClassName
{
background-color: #A03685;
}
.BgClassName
{
background-color: #A03685;
}
</style>
border-color css
<style>
span { border-color: #A03685; }
span { border-color: rgb(160,54,133); }
td.TdClassName
{
border-color: #A03685;
}
.TagClassName
{
border-color: #A03685;
}
</style>