Shades of Medium Red Violet #A03375
Tints of Medium Red Violet #A03375
RGB
CMYK
RGB Variations
Color information
#A03375 (or 0xA03375) is known color: Medium Red Violet. HEX triplet: A0, 33 and 75. RGB value is (160,51,117). Sum of RGB (Red+Green+Blue) = 160+51+117=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A03375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03375 is #5FCC8A. Grayscale: #5A5A5A. Windows color (decimal): -6278283 or 7680928. OLE color: 7680928.
HSL color Cylindrical-coordinate representation of color #A03375: hue angle of 323.67º 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 #A03375 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 117 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.37 |
| HSL | 323.67º | 0.52% | 0.41% | - |
| HSV(B) | 323.67º | 0.68% | 0.63% | - |
| XYZ | 18.89 | 11.13 | 17.98 | - |
| YUV | 91.12 | 142.61 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 117 | 0 | 0.68 | 0.27 | 0.37 | 323.67 | 0.52 | 0.41 |
| Hex | A0 | 33 | 75 | 0 | 44 | 1B | 25 | 144 | 34 | 29 |
| Octal | 240 | 63 | 165 | 0 | 104 | 33 | 45 | 504 | 64 | 51 |
| Binary | 10100000 | 110011 | 1110101 | 0 | 1000100 | 11011 | 100101 | 101000100 | 110100 | 101001 |
Color Harmonies of #A03375
Complementary color
Monochromatic Colors of #A03375
Black with #A03375
Text Example
Text Example
White with #A03375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03375; }
p { color: rgb(160,51,117); }
H1.HeaderClassName
{
color: #A03375;
}
.AnyTagClassName
{
color: #A03375;
}
</style>
background-color css
<style>
a { background-color: #A03375; }
a { background-color: rgb(160,51,117); }
div.DivClassName
{
background-color: #A03375;
}
.BgClassName
{
background-color: #A03375;
}
</style>
border-color css
<style>
span { border-color: #A03375; }
span { border-color: rgb(160,51,117); }
td.TdClassName
{
border-color: #A03375;
}
.TagClassName
{
border-color: #A03375;
}
</style>