Shades of Medium Red Violet #A3357C
Tints of Medium Red Violet #A3357C
RGB
CMYK
RGB Variations
Color information
#A3357C (or 0xA3357C) is known color: Medium Red Violet. HEX triplet: A3, 35 and 7C. RGB value is (163,53,124). Sum of RGB (Red+Green+Blue) = 163+53+124=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3357C is #5CCA83. Grayscale: #5D5D5D. Windows color (decimal): -6081156 or 8140195. OLE color: 8140195.
HSL color Cylindrical-coordinate representation of color #A3357C: hue angle of 321.27º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3357C is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 53 | 124 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.36 |
| HSL | 321.27º | 0.51% | 0.42% | - |
| HSV(B) | 321.27º | 0.67% | 0.64% | - |
| XYZ | 20.02 | 11.79 | 20.29 | - |
| YUV | 93.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 124 | 0 | 0.67 | 0.24 | 0.36 | 321.27 | 0.51 | 0.42 |
| Hex | A3 | 35 | 7C | 0 | 43 | 18 | 24 | 141 | 33 | 2A |
| Octal | 243 | 65 | 174 | 0 | 103 | 30 | 44 | 501 | 63 | 52 |
| Binary | 10100011 | 110101 | 1111100 | 0 | 1000011 | 11000 | 100100 | 101000001 | 110011 | 101010 |
Color Harmonies of #A3357C
Complementary color
Monochromatic Colors of #A3357C
Black with #A3357C
Text Example
Text Example
White with #A3357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3357C; }
p { color: rgb(163,53,124); }
H1.HeaderClassName
{
color: #A3357C;
}
.AnyTagClassName
{
color: #A3357C;
}
</style>
background-color css
<style>
a { background-color: #A3357C; }
a { background-color: rgb(163,53,124); }
div.DivClassName
{
background-color: #A3357C;
}
.BgClassName
{
background-color: #A3357C;
}
</style>
border-color css
<style>
span { border-color: #A3357C; }
span { border-color: rgb(163,53,124); }
td.TdClassName
{
border-color: #A3357C;
}
.TagClassName
{
border-color: #A3357C;
}
</style>