Shades of Medium Red Violet #A04882
Tints of Medium Red Violet #A04882
RGB
CMYK
RGB Variations
Color information
#A04882 (or 0xA04882) is known color: Medium Red Violet. HEX triplet: A0, 48 and 82. RGB value is (160,72,130). Sum of RGB (Red+Green+Blue) = 160+72+130=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A04882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04882 is #5FB77D. Grayscale: #686868. Windows color (decimal): -6272894 or 8538272. OLE color: 8538272.
HSL color Cylindrical-coordinate representation of color #A04882: hue angle of 320.45º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04882 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 130 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.37 |
| HSL | 320.45º | 0.38% | 0.45% | - |
| HSV(B) | 320.45º | 0.55% | 0.63% | - |
| XYZ | 20.84 | 13.72 | 22.67 | - |
| YUV | 104.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 130 | 0 | 0.55 | 0.19 | 0.37 | 320.45 | 0.38 | 0.45 |
| Hex | A0 | 48 | 82 | 0 | 37 | 13 | 25 | 140 | 26 | 2D |
| Octal | 240 | 110 | 202 | 0 | 67 | 23 | 45 | 500 | 46 | 55 |
| Binary | 10100000 | 1001000 | 10000010 | 0 | 110111 | 10011 | 100101 | 101000000 | 100110 | 101101 |
Color Harmonies of #A04882
Complementary color
Monochromatic Colors of #A04882
Black with #A04882
Text Example
Text Example
White with #A04882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04882; }
p { color: rgb(160,72,130); }
H1.HeaderClassName
{
color: #A04882;
}
.AnyTagClassName
{
color: #A04882;
}
</style>
background-color css
<style>
a { background-color: #A04882; }
a { background-color: rgb(160,72,130); }
div.DivClassName
{
background-color: #A04882;
}
.BgClassName
{
background-color: #A04882;
}
</style>
border-color css
<style>
span { border-color: #A04882; }
span { border-color: rgb(160,72,130); }
td.TdClassName
{
border-color: #A04882;
}
.TagClassName
{
border-color: #A04882;
}
</style>