Shades of Medium Red Violet #A03293
Tints of Medium Red Violet #A03293
RGB
CMYK
RGB Variations
Color information
#A03293 (or 0xA03293) is known color: Medium Red Violet. HEX triplet: A0, 32 and 93. RGB value is (160,50,147). Sum of RGB (Red+Green+Blue) = 160+50+147=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A03293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03293 is #5FCD6C. Grayscale: #5D5D5D. Windows color (decimal): -6278509 or 9646752. OLE color: 9646752.
HSL color Cylindrical-coordinate representation of color #A03293: hue angle of 307.09º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03293 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 147 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.37 |
| HSL | 307.09º | 0.52% | 0.41% | - |
| HSV(B) | 307.09º | 0.69% | 0.63% | - |
| XYZ | 20.9 | 11.86 | 28.79 | - |
| YUV | 93.95 | 157.94 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 147 | 0 | 0.69 | 0.08 | 0.37 | 307.09 | 0.52 | 0.41 |
| Hex | A0 | 32 | 93 | 0 | 45 | 8 | 25 | 133 | 34 | 29 |
| Octal | 240 | 62 | 223 | 0 | 105 | 10 | 45 | 463 | 64 | 51 |
| Binary | 10100000 | 110010 | 10010011 | 0 | 1000101 | 1000 | 100101 | 100110011 | 110100 | 101001 |
Color Harmonies of #A03293
Complementary color
Monochromatic Colors of #A03293
Black with #A03293
Text Example
Text Example
White with #A03293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03293; }
p { color: rgb(160,50,147); }
H1.HeaderClassName
{
color: #A03293;
}
.AnyTagClassName
{
color: #A03293;
}
</style>
background-color css
<style>
a { background-color: #A03293; }
a { background-color: rgb(160,50,147); }
div.DivClassName
{
background-color: #A03293;
}
.BgClassName
{
background-color: #A03293;
}
</style>
border-color css
<style>
span { border-color: #A03293; }
span { border-color: rgb(160,50,147); }
td.TdClassName
{
border-color: #A03293;
}
.TagClassName
{
border-color: #A03293;
}
</style>