Shades of Medium Red Violet #A3337C
Tints of Medium Red Violet #A3337C
RGB
CMYK
RGB Variations
Color information
#A3337C (or 0xA3337C) is known color: Medium Red Violet. HEX triplet: A3, 33 and 7C. RGB value is (163,51,124). Sum of RGB (Red+Green+Blue) = 163+51+124=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A3337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3337C is #5CCC83. Grayscale: #5C5C5C. Windows color (decimal): -6081668 or 8139683. OLE color: 8139683.
HSL color Cylindrical-coordinate representation of color #A3337C: hue angle of 320.89º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3337C is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 51 | 124 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.36 |
| HSL | 320.89º | 0.52% | 0.42% | - |
| HSV(B) | 320.89º | 0.69% | 0.64% | - |
| XYZ | 19.93 | 11.61 | 20.26 | - |
| YUV | 92.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 124 | 0 | 0.69 | 0.24 | 0.36 | 320.89 | 0.52 | 0.42 |
| Hex | A3 | 33 | 7C | 0 | 45 | 18 | 24 | 141 | 34 | 2A |
| Octal | 243 | 63 | 174 | 0 | 105 | 30 | 44 | 501 | 64 | 52 |
| Binary | 10100011 | 110011 | 1111100 | 0 | 1000101 | 11000 | 100100 | 101000001 | 110100 | 101010 |
Color Harmonies of #A3337C
Complementary color
Monochromatic Colors of #A3337C
Black with #A3337C
Text Example
Text Example
White with #A3337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3337C; }
p { color: rgb(163,51,124); }
H1.HeaderClassName
{
color: #A3337C;
}
.AnyTagClassName
{
color: #A3337C;
}
</style>
background-color css
<style>
a { background-color: #A3337C; }
a { background-color: rgb(163,51,124); }
div.DivClassName
{
background-color: #A3337C;
}
.BgClassName
{
background-color: #A3337C;
}
</style>
border-color css
<style>
span { border-color: #A3337C; }
span { border-color: rgb(163,51,124); }
td.TdClassName
{
border-color: #A3337C;
}
.TagClassName
{
border-color: #A3337C;
}
</style>