Shades of Medium Red Violet #A04082
Tints of Medium Red Violet #A04082
RGB
CMYK
RGB Variations
Color information
#A04082 (or 0xA04082) is known color: Medium Red Violet. HEX triplet: A0, 40 and 82. RGB value is (160,64,130). Sum of RGB (Red+Green+Blue) = 160+64+130=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A04082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04082 is #5FBF7D. Grayscale: #646464. Windows color (decimal): -6274942 or 8536224. OLE color: 8536224.
HSL color Cylindrical-coordinate representation of color #A04082: hue angle of 318.75º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04082 is Cyan = 0, Magento = 0.6, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 130 | - |
| CMYK | 0 | 0.6 | 0.19 | 0.37 |
| HSL | 318.75º | 0.43% | 0.44% | - |
| HSV(B) | 318.75º | 0.6% | 0.63% | - |
| XYZ | 20.36 | 12.75 | 22.51 | - |
| YUV | 100.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 130 | 0 | 0.6 | 0.19 | 0.37 | 318.75 | 0.43 | 0.44 |
| Hex | A0 | 40 | 82 | 0 | 3C | 13 | 25 | 13F | 2B | 2C |
| Octal | 240 | 100 | 202 | 0 | 74 | 23 | 45 | 477 | 53 | 54 |
| Binary | 10100000 | 1000000 | 10000010 | 0 | 111100 | 10011 | 100101 | 100111111 | 101011 | 101100 |
Color Harmonies of #A04082
Complementary color
Monochromatic Colors of #A04082
Black with #A04082
Text Example
Text Example
White with #A04082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04082; }
p { color: rgb(160,64,130); }
H1.HeaderClassName
{
color: #A04082;
}
.AnyTagClassName
{
color: #A04082;
}
</style>
background-color css
<style>
a { background-color: #A04082; }
a { background-color: rgb(160,64,130); }
div.DivClassName
{
background-color: #A04082;
}
.BgClassName
{
background-color: #A04082;
}
</style>
border-color css
<style>
span { border-color: #A04082; }
span { border-color: rgb(160,64,130); }
td.TdClassName
{
border-color: #A04082;
}
.TagClassName
{
border-color: #A04082;
}
</style>