Shades of Medium Red Violet #A0337D
Tints of Medium Red Violet #A0337D
RGB
CMYK
RGB Variations
Color information
#A0337D (or 0xA0337D) is known color: Medium Red Violet. HEX triplet: A0, 33 and 7D. RGB value is (160,51,125). Sum of RGB (Red+Green+Blue) = 160+51+125=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0337D is #5FCC82. Grayscale: #5B5B5B. Windows color (decimal): -6278275 or 8205216. OLE color: 8205216.
HSL color Cylindrical-coordinate representation of color #A0337D: hue angle of 319.27º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0337D is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 125 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.37 |
| HSL | 319.27º | 0.52% | 0.41% | - |
| HSV(B) | 319.27º | 0.68% | 0.63% | - |
| XYZ | 19.38 | 11.32 | 20.57 | - |
| YUV | 92.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 125 | 0 | 0.68 | 0.22 | 0.37 | 319.27 | 0.52 | 0.41 |
| Hex | A0 | 33 | 7D | 0 | 44 | 16 | 25 | 13F | 34 | 29 |
| Octal | 240 | 63 | 175 | 0 | 104 | 26 | 45 | 477 | 64 | 51 |
| Binary | 10100000 | 110011 | 1111101 | 0 | 1000100 | 10110 | 100101 | 100111111 | 110100 | 101001 |
Color Harmonies of #A0337D
Complementary color
Monochromatic Colors of #A0337D
Black with #A0337D
Text Example
Text Example
White with #A0337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0337D; }
p { color: rgb(160,51,125); }
H1.HeaderClassName
{
color: #A0337D;
}
.AnyTagClassName
{
color: #A0337D;
}
</style>
background-color css
<style>
a { background-color: #A0337D; }
a { background-color: rgb(160,51,125); }
div.DivClassName
{
background-color: #A0337D;
}
.BgClassName
{
background-color: #A0337D;
}
</style>
border-color css
<style>
span { border-color: #A0337D; }
span { border-color: rgb(160,51,125); }
td.TdClassName
{
border-color: #A0337D;
}
.TagClassName
{
border-color: #A0337D;
}
</style>