Shades of Medium Red Violet #A0418F
Tints of Medium Red Violet #A0418F
RGB
CMYK
RGB Variations
Color information
#A0418F (or 0xA0418F) is known color: Medium Red Violet. HEX triplet: A0, 41 and 8F. RGB value is (160,65,143). Sum of RGB (Red+Green+Blue) = 160+65+143=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0418F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0418F is #5FBE70. Grayscale: #666666. Windows color (decimal): -6274673 or 9388448. OLE color: 9388448.
HSL color Cylindrical-coordinate representation of color #A0418F: hue angle of 310.74º 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 #A0418F is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 143 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.37 |
| HSL | 310.74º | 0.42% | 0.44% | - |
| HSV(B) | 310.74º | 0.59% | 0.63% | - |
| XYZ | 21.35 | 13.24 | 27.42 | - |
| YUV | 102.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 143 | 0 | 0.59 | 0.11 | 0.37 | 310.74 | 0.42 | 0.44 |
| Hex | A0 | 41 | 8F | 0 | 3B | B | 25 | 137 | 2A | 2C |
| Octal | 240 | 101 | 217 | 0 | 73 | 13 | 45 | 467 | 52 | 54 |
| Binary | 10100000 | 1000001 | 10001111 | 0 | 111011 | 1011 | 100101 | 100110111 | 101010 | 101100 |
Color Harmonies of #A0418F
Complementary color
Monochromatic Colors of #A0418F
Black with #A0418F
Text Example
Text Example
White with #A0418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0418F; }
p { color: rgb(160,65,143); }
H1.HeaderClassName
{
color: #A0418F;
}
.AnyTagClassName
{
color: #A0418F;
}
</style>
background-color css
<style>
a { background-color: #A0418F; }
a { background-color: rgb(160,65,143); }
div.DivClassName
{
background-color: #A0418F;
}
.BgClassName
{
background-color: #A0418F;
}
</style>
border-color css
<style>
span { border-color: #A0418F; }
span { border-color: rgb(160,65,143); }
td.TdClassName
{
border-color: #A0418F;
}
.TagClassName
{
border-color: #A0418F;
}
</style>