Shades of Medium Red Violet #A03F82
Tints of Medium Red Violet #A03F82
RGB
CMYK
RGB Variations
Color information
#A03F82 (or 0xA03F82) is known color: Medium Red Violet. HEX triplet: A0, 3F and 82. RGB value is (160,63,130). Sum of RGB (Red+Green+Blue) = 160+63+130=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03F82 is #5FC07D. Grayscale: #636363. Windows color (decimal): -6275198 or 8535968. OLE color: 8535968.
HSL color Cylindrical-coordinate representation of color #A03F82: hue angle of 318.56º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A03F82 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 130 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.37 |
| HSL | 318.56º | 0.43% | 0.44% | - |
| HSV(B) | 318.56º | 0.61% | 0.63% | - |
| XYZ | 20.3 | 12.64 | 22.49 | - |
| YUV | 99.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 130 | 0 | 0.61 | 0.19 | 0.37 | 318.56 | 0.43 | 0.44 |
| Hex | A0 | 3F | 82 | 0 | 3D | 13 | 25 | 13F | 2B | 2C |
| Octal | 240 | 77 | 202 | 0 | 75 | 23 | 45 | 477 | 53 | 54 |
| Binary | 10100000 | 111111 | 10000010 | 0 | 111101 | 10011 | 100101 | 100111111 | 101011 | 101100 |
Color Harmonies of #A03F82
Complementary color
Monochromatic Colors of #A03F82
Black with #A03F82
Text Example
Text Example
White with #A03F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F82; }
p { color: rgb(160,63,130); }
H1.HeaderClassName
{
color: #A03F82;
}
.AnyTagClassName
{
color: #A03F82;
}
</style>
background-color css
<style>
a { background-color: #A03F82; }
a { background-color: rgb(160,63,130); }
div.DivClassName
{
background-color: #A03F82;
}
.BgClassName
{
background-color: #A03F82;
}
</style>
border-color css
<style>
span { border-color: #A03F82; }
span { border-color: rgb(160,63,130); }
td.TdClassName
{
border-color: #A03F82;
}
.TagClassName
{
border-color: #A03F82;
}
</style>