Shades of Medium Red Violet #A03391
Tints of Medium Red Violet #A03391
RGB
CMYK
RGB Variations
Color information
#A03391 (or 0xA03391) is known color: Medium Red Violet. HEX triplet: A0, 33 and 91. RGB value is (160,51,145). Sum of RGB (Red+Green+Blue) = 160+51+145=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A03391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03391 is #5FCC6E. Grayscale: #5E5E5E. Windows color (decimal): -6278255 or 9515936. OLE color: 9515936.
HSL color Cylindrical-coordinate representation of color #A03391: hue angle of 308.26º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03391 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 145 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.37 |
| HSL | 308.26º | 0.52% | 0.41% | - |
| HSV(B) | 308.26º | 0.68% | 0.63% | - |
| XYZ | 20.79 | 11.89 | 27.99 | - |
| YUV | 94.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 145 | 0 | 0.68 | 0.09 | 0.37 | 308.26 | 0.52 | 0.41 |
| Hex | A0 | 33 | 91 | 0 | 44 | 9 | 25 | 134 | 34 | 29 |
| Octal | 240 | 63 | 221 | 0 | 104 | 11 | 45 | 464 | 64 | 51 |
| Binary | 10100000 | 110011 | 10010001 | 0 | 1000100 | 1001 | 100101 | 100110100 | 110100 | 101001 |
Color Harmonies of #A03391
Complementary color
Monochromatic Colors of #A03391
Black with #A03391
Text Example
Text Example
White with #A03391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03391; }
p { color: rgb(160,51,145); }
H1.HeaderClassName
{
color: #A03391;
}
.AnyTagClassName
{
color: #A03391;
}
</style>
background-color css
<style>
a { background-color: #A03391; }
a { background-color: rgb(160,51,145); }
div.DivClassName
{
background-color: #A03391;
}
.BgClassName
{
background-color: #A03391;
}
</style>
border-color css
<style>
span { border-color: #A03391; }
span { border-color: rgb(160,51,145); }
td.TdClassName
{
border-color: #A03391;
}
.TagClassName
{
border-color: #A03391;
}
</style>