Shades of Medium Red Violet #A0417F
Tints of Medium Red Violet #A0417F
RGB
CMYK
RGB Variations
Color information
#A0417F (or 0xA0417F) is known color: Medium Red Violet. HEX triplet: A0, 41 and 7F. RGB value is (160,65,127). Sum of RGB (Red+Green+Blue) = 160+65+127=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0417F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0417F is #5FBE80. Grayscale: #646464. Windows color (decimal): -6274689 or 8339872. OLE color: 8339872.
HSL color Cylindrical-coordinate representation of color #A0417F: hue angle of 320.84º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0417F is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 127 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.37 |
| HSL | 320.84º | 0.42% | 0.44% | - |
| HSV(B) | 320.84º | 0.59% | 0.63% | - |
| XYZ | 20.22 | 12.79 | 21.48 | - |
| YUV | 100.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 127 | 0 | 0.59 | 0.21 | 0.37 | 320.84 | 0.42 | 0.44 |
| Hex | A0 | 41 | 7F | 0 | 3B | 15 | 25 | 141 | 2A | 2C |
| Octal | 240 | 101 | 177 | 0 | 73 | 25 | 45 | 501 | 52 | 54 |
| Binary | 10100000 | 1000001 | 1111111 | 0 | 111011 | 10101 | 100101 | 101000001 | 101010 | 101100 |
Color Harmonies of #A0417F
Complementary color
Monochromatic Colors of #A0417F
Black with #A0417F
Text Example
Text Example
White with #A0417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0417F; }
p { color: rgb(160,65,127); }
H1.HeaderClassName
{
color: #A0417F;
}
.AnyTagClassName
{
color: #A0417F;
}
</style>
background-color css
<style>
a { background-color: #A0417F; }
a { background-color: rgb(160,65,127); }
div.DivClassName
{
background-color: #A0417F;
}
.BgClassName
{
background-color: #A0417F;
}
</style>
border-color css
<style>
span { border-color: #A0417F; }
span { border-color: rgb(160,65,127); }
td.TdClassName
{
border-color: #A0417F;
}
.TagClassName
{
border-color: #A0417F;
}
</style>