Shades of Medium Red Violet #A3357A
Tints of Medium Red Violet #A3357A
RGB
CMYK
RGB Variations
Color information
#A3357A (or 0xA3357A) is known color: Medium Red Violet. HEX triplet: A3, 35 and 7A. RGB value is (163,53,122). Sum of RGB (Red+Green+Blue) = 163+53+122=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A3357A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3357A is #5CCA85. Grayscale: #5D5D5D. Windows color (decimal): -6081158 or 8009123. OLE color: 8009123.
HSL color Cylindrical-coordinate representation of color #A3357A: hue angle of 322.36º 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 #A3357A is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 53 | 122 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.36 |
| HSL | 322.36º | 0.51% | 0.42% | - |
| HSV(B) | 322.36º | 0.67% | 0.64% | - |
| XYZ | 19.89 | 11.74 | 19.63 | - |
| YUV | 93.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 122 | 0 | 0.67 | 0.25 | 0.36 | 322.36 | 0.51 | 0.42 |
| Hex | A3 | 35 | 7A | 0 | 43 | 19 | 24 | 142 | 33 | 2A |
| Octal | 243 | 65 | 172 | 0 | 103 | 31 | 44 | 502 | 63 | 52 |
| Binary | 10100011 | 110101 | 1111010 | 0 | 1000011 | 11001 | 100100 | 101000010 | 110011 | 101010 |
Color Harmonies of #A3357A
Complementary color
Monochromatic Colors of #A3357A
Black with #A3357A
Text Example
Text Example
White with #A3357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3357A; }
p { color: rgb(163,53,122); }
H1.HeaderClassName
{
color: #A3357A;
}
.AnyTagClassName
{
color: #A3357A;
}
</style>
background-color css
<style>
a { background-color: #A3357A; }
a { background-color: rgb(163,53,122); }
div.DivClassName
{
background-color: #A3357A;
}
.BgClassName
{
background-color: #A3357A;
}
</style>
border-color css
<style>
span { border-color: #A3357A; }
span { border-color: rgb(163,53,122); }
td.TdClassName
{
border-color: #A3357A;
}
.TagClassName
{
border-color: #A3357A;
}
</style>