Shades of Medium Red Violet #A03494
Tints of Medium Red Violet #A03494
RGB
CMYK
RGB Variations
Color information
#A03494 (or 0xA03494) is known color: Medium Red Violet. HEX triplet: A0, 34 and 94. RGB value is (160,52,148). Sum of RGB (Red+Green+Blue) = 160+52+148=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A03494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03494 is #5FCB6B. Grayscale: #5E5E5E. Windows color (decimal): -6277996 or 9712800. OLE color: 9712800.
HSL color Cylindrical-coordinate representation of color #A03494: hue angle of 306.67º 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 #A03494 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 148 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.37 |
| HSL | 306.67º | 0.51% | 0.42% | - |
| HSV(B) | 306.67º | 0.68% | 0.63% | - |
| XYZ | 21.07 | 12.07 | 29.24 | - |
| YUV | 95.24 | 157.78 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 148 | 0 | 0.68 | 0.07 | 0.37 | 306.67 | 0.51 | 0.42 |
| Hex | A0 | 34 | 94 | 0 | 44 | 7 | 25 | 133 | 33 | 2A |
| Octal | 240 | 64 | 224 | 0 | 104 | 7 | 45 | 463 | 63 | 52 |
| Binary | 10100000 | 110100 | 10010100 | 0 | 1000100 | 111 | 100101 | 100110011 | 110011 | 101010 |
Color Harmonies of #A03494
Complementary color
Monochromatic Colors of #A03494
Black with #A03494
Text Example
Text Example
White with #A03494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03494; }
p { color: rgb(160,52,148); }
H1.HeaderClassName
{
color: #A03494;
}
.AnyTagClassName
{
color: #A03494;
}
</style>
background-color css
<style>
a { background-color: #A03494; }
a { background-color: rgb(160,52,148); }
div.DivClassName
{
background-color: #A03494;
}
.BgClassName
{
background-color: #A03494;
}
</style>
border-color css
<style>
span { border-color: #A03494; }
span { border-color: rgb(160,52,148); }
td.TdClassName
{
border-color: #A03494;
}
.TagClassName
{
border-color: #A03494;
}
</style>