Shades of Medium Red Violet #A0417D
Tints of Medium Red Violet #A0417D
RGB
CMYK
RGB Variations
Color information
#A0417D (or 0xA0417D) is known color: Medium Red Violet. HEX triplet: A0, 41 and 7D. RGB value is (160,65,125). Sum of RGB (Red+Green+Blue) = 160+65+125=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0417D is #5FBE82. Grayscale: #646464. Windows color (decimal): -6274691 or 8208800. OLE color: 8208800.
HSL color Cylindrical-coordinate representation of color #A0417D: hue angle of 322.11º 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 #A0417D is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 125 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.37 |
| HSL | 322.11º | 0.42% | 0.44% | - |
| HSV(B) | 322.11º | 0.59% | 0.63% | - |
| XYZ | 20.09 | 12.73 | 20.8 | - |
| YUV | 100.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 125 | 0 | 0.59 | 0.22 | 0.37 | 322.11 | 0.42 | 0.44 |
| Hex | A0 | 41 | 7D | 0 | 3B | 16 | 25 | 142 | 2A | 2C |
| Octal | 240 | 101 | 175 | 0 | 73 | 26 | 45 | 502 | 52 | 54 |
| Binary | 10100000 | 1000001 | 1111101 | 0 | 111011 | 10110 | 100101 | 101000010 | 101010 | 101100 |
Color Harmonies of #A0417D
Complementary color
Monochromatic Colors of #A0417D
Black with #A0417D
Text Example
Text Example
White with #A0417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0417D; }
p { color: rgb(160,65,125); }
H1.HeaderClassName
{
color: #A0417D;
}
.AnyTagClassName
{
color: #A0417D;
}
</style>
background-color css
<style>
a { background-color: #A0417D; }
a { background-color: rgb(160,65,125); }
div.DivClassName
{
background-color: #A0417D;
}
.BgClassName
{
background-color: #A0417D;
}
</style>
border-color css
<style>
span { border-color: #A0417D; }
span { border-color: rgb(160,65,125); }
td.TdClassName
{
border-color: #A0417D;
}
.TagClassName
{
border-color: #A0417D;
}
</style>