Shades of Medium Red Violet #A04984
Tints of Medium Red Violet #A04984
RGB
CMYK
RGB Variations
Color information
#A04984 (or 0xA04984) is known color: Medium Red Violet. HEX triplet: A0, 49 and 84. RGB value is (160,73,132). Sum of RGB (Red+Green+Blue) = 160+73+132=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A04984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04984 is #5FB67B. Grayscale: #696969. Windows color (decimal): -6272636 or 8669600. OLE color: 8669600.
HSL color Cylindrical-coordinate representation of color #A04984: hue angle of 319.31º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04984 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 132 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.37 |
| HSL | 319.31º | 0.37% | 0.46% | - |
| HSV(B) | 319.31º | 0.54% | 0.63% | - |
| XYZ | 21.04 | 13.9 | 23.4 | - |
| YUV | 105.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 132 | 0 | 0.54 | 0.17 | 0.37 | 319.31 | 0.37 | 0.46 |
| Hex | A0 | 49 | 84 | 0 | 36 | 11 | 25 | 13F | 25 | 2E |
| Octal | 240 | 111 | 204 | 0 | 66 | 21 | 45 | 477 | 45 | 56 |
| Binary | 10100000 | 1001001 | 10000100 | 0 | 110110 | 10001 | 100101 | 100111111 | 100101 | 101110 |
Color Harmonies of #A04984
Complementary color
Monochromatic Colors of #A04984
Black with #A04984
Text Example
Text Example
White with #A04984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04984; }
p { color: rgb(160,73,132); }
H1.HeaderClassName
{
color: #A04984;
}
.AnyTagClassName
{
color: #A04984;
}
</style>
background-color css
<style>
a { background-color: #A04984; }
a { background-color: rgb(160,73,132); }
div.DivClassName
{
background-color: #A04984;
}
.BgClassName
{
background-color: #A04984;
}
</style>
border-color css
<style>
span { border-color: #A04984; }
span { border-color: rgb(160,73,132); }
td.TdClassName
{
border-color: #A04984;
}
.TagClassName
{
border-color: #A04984;
}
</style>