Shades of Medium Red Violet #A03491
Tints of Medium Red Violet #A03491
RGB
CMYK
RGB Variations
Color information
#A03491 (or 0xA03491) is known color: Medium Red Violet. HEX triplet: A0, 34 and 91. RGB value is (160,52,145). Sum of RGB (Red+Green+Blue) = 160+52+145=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A03491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03491 is #5FCB6E. Grayscale: #5E5E5E. Windows color (decimal): -6277999 or 9516192. OLE color: 9516192.
HSL color Cylindrical-coordinate representation of color #A03491: hue angle of 308.33º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03491 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 145 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.37 |
| HSL | 308.33º | 0.51% | 0.42% | - |
| HSV(B) | 308.33º | 0.68% | 0.63% | - |
| XYZ | 20.84 | 11.97 | 28 | - |
| YUV | 94.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 145 | 0 | 0.68 | 0.09 | 0.37 | 308.33 | 0.51 | 0.42 |
| Hex | A0 | 34 | 91 | 0 | 44 | 9 | 25 | 134 | 33 | 2A |
| Octal | 240 | 64 | 221 | 0 | 104 | 11 | 45 | 464 | 63 | 52 |
| Binary | 10100000 | 110100 | 10010001 | 0 | 1000100 | 1001 | 100101 | 100110100 | 110011 | 101010 |
Color Harmonies of #A03491
Complementary color
Monochromatic Colors of #A03491
Black with #A03491
Text Example
Text Example
White with #A03491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03491; }
p { color: rgb(160,52,145); }
H1.HeaderClassName
{
color: #A03491;
}
.AnyTagClassName
{
color: #A03491;
}
</style>
background-color css
<style>
a { background-color: #A03491; }
a { background-color: rgb(160,52,145); }
div.DivClassName
{
background-color: #A03491;
}
.BgClassName
{
background-color: #A03491;
}
</style>
border-color css
<style>
span { border-color: #A03491; }
span { border-color: rgb(160,52,145); }
td.TdClassName
{
border-color: #A03491;
}
.TagClassName
{
border-color: #A03491;
}
</style>