Shades of Medium Red Violet #A0418E
Tints of Medium Red Violet #A0418E
RGB
CMYK
RGB Variations
Color information
#A0418E (or 0xA0418E) is known color: Medium Red Violet. HEX triplet: A0, 41 and 8E. RGB value is (160,65,142). Sum of RGB (Red+Green+Blue) = 160+65+142=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0418E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0418E is #5FBE71. Grayscale: #656565. Windows color (decimal): -6274674 or 9322912. OLE color: 9322912.
HSL color Cylindrical-coordinate representation of color #A0418E: hue angle of 311.37º 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 #A0418E is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 142 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.37 |
| HSL | 311.37º | 0.42% | 0.44% | - |
| HSV(B) | 311.37º | 0.59% | 0.63% | - |
| XYZ | 21.27 | 13.21 | 27.02 | - |
| YUV | 102.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 142 | 0 | 0.59 | 0.11 | 0.37 | 311.37 | 0.42 | 0.44 |
| Hex | A0 | 41 | 8E | 0 | 3B | B | 25 | 137 | 2A | 2C |
| Octal | 240 | 101 | 216 | 0 | 73 | 13 | 45 | 467 | 52 | 54 |
| Binary | 10100000 | 1000001 | 10001110 | 0 | 111011 | 1011 | 100101 | 100110111 | 101010 | 101100 |
Color Harmonies of #A0418E
Complementary color
Monochromatic Colors of #A0418E
Black with #A0418E
Text Example
Text Example
White with #A0418E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0418E; }
p { color: rgb(160,65,142); }
H1.HeaderClassName
{
color: #A0418E;
}
.AnyTagClassName
{
color: #A0418E;
}
</style>
background-color css
<style>
a { background-color: #A0418E; }
a { background-color: rgb(160,65,142); }
div.DivClassName
{
background-color: #A0418E;
}
.BgClassName
{
background-color: #A0418E;
}
</style>
border-color css
<style>
span { border-color: #A0418E; }
span { border-color: rgb(160,65,142); }
td.TdClassName
{
border-color: #A0418E;
}
.TagClassName
{
border-color: #A0418E;
}
</style>