Shades of Medium Red Violet #A03376
Tints of Medium Red Violet #A03376
RGB
CMYK
RGB Variations
Color information
#A03376 (or 0xA03376) is known color: Medium Red Violet. HEX triplet: A0, 33 and 76. RGB value is (160,51,118). Sum of RGB (Red+Green+Blue) = 160+51+118=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A03376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03376 is #5FCC89. Grayscale: #5B5B5B. Windows color (decimal): -6278282 or 7746464. OLE color: 7746464.
HSL color Cylindrical-coordinate representation of color #A03376: hue angle of 323.12º 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 #A03376 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 118 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.37 |
| HSL | 323.12º | 0.52% | 0.41% | - |
| HSV(B) | 323.12º | 0.68% | 0.63% | - |
| XYZ | 18.95 | 11.15 | 18.29 | - |
| YUV | 91.23 | 143.11 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 118 | 0 | 0.68 | 0.26 | 0.37 | 323.12 | 0.52 | 0.41 |
| Hex | A0 | 33 | 76 | 0 | 44 | 1A | 25 | 143 | 34 | 29 |
| Octal | 240 | 63 | 166 | 0 | 104 | 32 | 45 | 503 | 64 | 51 |
| Binary | 10100000 | 110011 | 1110110 | 0 | 1000100 | 11010 | 100101 | 101000011 | 110100 | 101001 |
Color Harmonies of #A03376
Complementary color
Monochromatic Colors of #A03376
Black with #A03376
Text Example
Text Example
White with #A03376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03376; }
p { color: rgb(160,51,118); }
H1.HeaderClassName
{
color: #A03376;
}
.AnyTagClassName
{
color: #A03376;
}
</style>
background-color css
<style>
a { background-color: #A03376; }
a { background-color: rgb(160,51,118); }
div.DivClassName
{
background-color: #A03376;
}
.BgClassName
{
background-color: #A03376;
}
</style>
border-color css
<style>
span { border-color: #A03376; }
span { border-color: rgb(160,51,118); }
td.TdClassName
{
border-color: #A03376;
}
.TagClassName
{
border-color: #A03376;
}
</style>