Shades of Medium Red Violet #A03F84
Tints of Medium Red Violet #A03F84
RGB
CMYK
RGB Variations
Color information
#A03F84 (or 0xA03F84) is known color: Medium Red Violet. HEX triplet: A0, 3F and 84. RGB value is (160,63,132). Sum of RGB (Red+Green+Blue) = 160+63+132=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03F84 is #5FC07B. Grayscale: #636363. Windows color (decimal): -6275196 or 8667040. OLE color: 8667040.
HSL color Cylindrical-coordinate representation of color #A03F84: hue angle of 317.32º 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 #A03F84 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 132 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.37 |
| HSL | 317.32º | 0.43% | 0.44% | - |
| HSV(B) | 317.32º | 0.61% | 0.63% | - |
| XYZ | 20.44 | 12.69 | 23.2 | - |
| YUV | 99.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 132 | 0 | 0.61 | 0.17 | 0.37 | 317.32 | 0.43 | 0.44 |
| Hex | A0 | 3F | 84 | 0 | 3D | 11 | 25 | 13D | 2B | 2C |
| Octal | 240 | 77 | 204 | 0 | 75 | 21 | 45 | 475 | 53 | 54 |
| Binary | 10100000 | 111111 | 10000100 | 0 | 111101 | 10001 | 100101 | 100111101 | 101011 | 101100 |
Color Harmonies of #A03F84
Complementary color
Monochromatic Colors of #A03F84
Black with #A03F84
Text Example
Text Example
White with #A03F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F84; }
p { color: rgb(160,63,132); }
H1.HeaderClassName
{
color: #A03F84;
}
.AnyTagClassName
{
color: #A03F84;
}
</style>
background-color css
<style>
a { background-color: #A03F84; }
a { background-color: rgb(160,63,132); }
div.DivClassName
{
background-color: #A03F84;
}
.BgClassName
{
background-color: #A03F84;
}
</style>
border-color css
<style>
span { border-color: #A03F84; }
span { border-color: rgb(160,63,132); }
td.TdClassName
{
border-color: #A03F84;
}
.TagClassName
{
border-color: #A03F84;
}
</style>