Shades of Medium Red Violet #A0418C
Tints of Medium Red Violet #A0418C
RGB
CMYK
RGB Variations
Color information
#A0418C (or 0xA0418C) is known color: Medium Red Violet. HEX triplet: A0, 41 and 8C. RGB value is (160,65,140). Sum of RGB (Red+Green+Blue) = 160+65+140=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A0418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0418C is #5FBE73. Grayscale: #656565. Windows color (decimal): -6274676 or 9191840. OLE color: 9191840.
HSL color Cylindrical-coordinate representation of color #A0418C: hue angle of 312.63º 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 #A0418C is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 140 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.37 |
| HSL | 312.63º | 0.42% | 0.44% | - |
| HSV(B) | 312.63º | 0.59% | 0.63% | - |
| XYZ | 21.12 | 13.15 | 26.24 | - |
| YUV | 101.96 | 149.47 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 140 | 0 | 0.59 | 0.12 | 0.37 | 312.63 | 0.42 | 0.44 |
| Hex | A0 | 41 | 8C | 0 | 3B | C | 25 | 139 | 2A | 2C |
| Octal | 240 | 101 | 214 | 0 | 73 | 14 | 45 | 471 | 52 | 54 |
| Binary | 10100000 | 1000001 | 10001100 | 0 | 111011 | 1100 | 100101 | 100111001 | 101010 | 101100 |
Color Harmonies of #A0418C
Complementary color
Monochromatic Colors of #A0418C
Black with #A0418C
Text Example
Text Example
White with #A0418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0418C; }
p { color: rgb(160,65,140); }
H1.HeaderClassName
{
color: #A0418C;
}
.AnyTagClassName
{
color: #A0418C;
}
</style>
background-color css
<style>
a { background-color: #A0418C; }
a { background-color: rgb(160,65,140); }
div.DivClassName
{
background-color: #A0418C;
}
.BgClassName
{
background-color: #A0418C;
}
</style>
border-color css
<style>
span { border-color: #A0418C; }
span { border-color: rgb(160,65,140); }
td.TdClassName
{
border-color: #A0418C;
}
.TagClassName
{
border-color: #A0418C;
}
</style>