Shades of Medium Red Violet #A03280
Tints of Medium Red Violet #A03280
RGB
CMYK
RGB Variations
Color information
#A03280 (or 0xA03280) is known color: Medium Red Violet. HEX triplet: A0, 32 and 80. RGB value is (160,50,128). Sum of RGB (Red+Green+Blue) = 160+50+128=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A03280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03280 is #5FCD7F. Grayscale: #5B5B5B. Windows color (decimal): -6278528 or 8401568. OLE color: 8401568.
HSL color Cylindrical-coordinate representation of color #A03280: hue angle of 317.45º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03280 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 128 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.37 |
| HSL | 317.45º | 0.52% | 0.41% | - |
| HSV(B) | 317.45º | 0.69% | 0.63% | - |
| XYZ | 19.53 | 11.31 | 21.58 | - |
| YUV | 91.78 | 148.44 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 128 | 0 | 0.69 | 0.20 | 0.37 | 317.45 | 0.52 | 0.41 |
| Hex | A0 | 32 | 80 | 0 | 45 | 14 | 25 | 13D | 34 | 29 |
| Octal | 240 | 62 | 200 | 0 | 105 | 24 | 45 | 475 | 64 | 51 |
| Binary | 10100000 | 110010 | 10000000 | 0 | 1000101 | 10100 | 100101 | 100111101 | 110100 | 101001 |
Color Harmonies of #A03280
Complementary color
Monochromatic Colors of #A03280
Black with #A03280
Text Example
Text Example
White with #A03280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03280; }
p { color: rgb(160,50,128); }
H1.HeaderClassName
{
color: #A03280;
}
.AnyTagClassName
{
color: #A03280;
}
</style>
background-color css
<style>
a { background-color: #A03280; }
a { background-color: rgb(160,50,128); }
div.DivClassName
{
background-color: #A03280;
}
.BgClassName
{
background-color: #A03280;
}
</style>
border-color css
<style>
span { border-color: #A03280; }
span { border-color: rgb(160,50,128); }
td.TdClassName
{
border-color: #A03280;
}
.TagClassName
{
border-color: #A03280;
}
</style>