Shades of Medium Red Violet #A04782
Tints of Medium Red Violet #A04782
RGB
CMYK
RGB Variations
Color information
#A04782 (or 0xA04782) is known color: Medium Red Violet. HEX triplet: A0, 47 and 82. RGB value is (160,71,130). Sum of RGB (Red+Green+Blue) = 160+71+130=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A04782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04782 is #5FB87D. Grayscale: #686868. Windows color (decimal): -6273150 or 8538016. OLE color: 8538016.
HSL color Cylindrical-coordinate representation of color #A04782: hue angle of 320.22º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04782 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 130 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.37 |
| HSL | 320.22º | 0.39% | 0.45% | - |
| HSV(B) | 320.22º | 0.56% | 0.63% | - |
| XYZ | 20.78 | 13.59 | 22.65 | - |
| YUV | 104.34 | 142.49 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 130 | 0 | 0.56 | 0.19 | 0.37 | 320.22 | 0.39 | 0.45 |
| Hex | A0 | 47 | 82 | 0 | 38 | 13 | 25 | 140 | 27 | 2D |
| Octal | 240 | 107 | 202 | 0 | 70 | 23 | 45 | 500 | 47 | 55 |
| Binary | 10100000 | 1000111 | 10000010 | 0 | 111000 | 10011 | 100101 | 101000000 | 100111 | 101101 |
Color Harmonies of #A04782
Complementary color
Monochromatic Colors of #A04782
Black with #A04782
Text Example
Text Example
White with #A04782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04782; }
p { color: rgb(160,71,130); }
H1.HeaderClassName
{
color: #A04782;
}
.AnyTagClassName
{
color: #A04782;
}
</style>
background-color css
<style>
a { background-color: #A04782; }
a { background-color: rgb(160,71,130); }
div.DivClassName
{
background-color: #A04782;
}
.BgClassName
{
background-color: #A04782;
}
</style>
border-color css
<style>
span { border-color: #A04782; }
span { border-color: rgb(160,71,130); }
td.TdClassName
{
border-color: #A04782;
}
.TagClassName
{
border-color: #A04782;
}
</style>