Shades of Medium Red Violet #A3337E
Tints of Medium Red Violet #A3337E
RGB
CMYK
RGB Variations
Color information
#A3337E (or 0xA3337E) is known color: Medium Red Violet. HEX triplet: A3, 33 and 7E. RGB value is (163,51,126). Sum of RGB (Red+Green+Blue) = 163+51+126=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3337E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3337E is #5CCC81. Grayscale: #5C5C5C. Windows color (decimal): -6081666 or 8270755. OLE color: 8270755.
HSL color Cylindrical-coordinate representation of color #A3337E: hue angle of 319.82º 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 #A3337E is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 51 | 126 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.36 |
| HSL | 319.82º | 0.52% | 0.42% | - |
| HSV(B) | 319.82º | 0.69% | 0.64% | - |
| XYZ | 20.05 | 11.66 | 20.93 | - |
| YUV | 93.04 | 146.61 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 126 | 0 | 0.69 | 0.23 | 0.36 | 319.82 | 0.52 | 0.42 |
| Hex | A3 | 33 | 7E | 0 | 45 | 17 | 24 | 140 | 34 | 2A |
| Octal | 243 | 63 | 176 | 0 | 105 | 27 | 44 | 500 | 64 | 52 |
| Binary | 10100011 | 110011 | 1111110 | 0 | 1000101 | 10111 | 100100 | 101000000 | 110100 | 101010 |
Color Harmonies of #A3337E
Complementary color
Monochromatic Colors of #A3337E
Black with #A3337E
Text Example
Text Example
White with #A3337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3337E; }
p { color: rgb(163,51,126); }
H1.HeaderClassName
{
color: #A3337E;
}
.AnyTagClassName
{
color: #A3337E;
}
</style>
background-color css
<style>
a { background-color: #A3337E; }
a { background-color: rgb(163,51,126); }
div.DivClassName
{
background-color: #A3337E;
}
.BgClassName
{
background-color: #A3337E;
}
</style>
border-color css
<style>
span { border-color: #A3337E; }
span { border-color: rgb(163,51,126); }
td.TdClassName
{
border-color: #A3337E;
}
.TagClassName
{
border-color: #A3337E;
}
</style>