Shades of Medium Red Violet #A0418A
Tints of Medium Red Violet #A0418A
RGB
CMYK
RGB Variations
Color information
#A0418A (or 0xA0418A) is known color: Medium Red Violet. HEX triplet: A0, 41 and 8A. RGB value is (160,65,138). Sum of RGB (Red+Green+Blue) = 160+65+138=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A0418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0418A is #5FBE75. Grayscale: #656565. Windows color (decimal): -6274678 or 9060768. OLE color: 9060768.
HSL color Cylindrical-coordinate representation of color #A0418A: hue angle of 313.89º 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 #A0418A is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 138 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.37 |
| HSL | 313.89º | 0.42% | 0.44% | - |
| HSV(B) | 313.89º | 0.59% | 0.63% | - |
| XYZ | 20.97 | 13.09 | 25.47 | - |
| YUV | 101.73 | 148.47 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 138 | 0 | 0.59 | 0.14 | 0.37 | 313.89 | 0.42 | 0.44 |
| Hex | A0 | 41 | 8A | 0 | 3B | E | 25 | 13A | 2A | 2C |
| Octal | 240 | 101 | 212 | 0 | 73 | 16 | 45 | 472 | 52 | 54 |
| Binary | 10100000 | 1000001 | 10001010 | 0 | 111011 | 1110 | 100101 | 100111010 | 101010 | 101100 |
Color Harmonies of #A0418A
Complementary color
Monochromatic Colors of #A0418A
Black with #A0418A
Text Example
Text Example
White with #A0418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0418A; }
p { color: rgb(160,65,138); }
H1.HeaderClassName
{
color: #A0418A;
}
.AnyTagClassName
{
color: #A0418A;
}
</style>
background-color css
<style>
a { background-color: #A0418A; }
a { background-color: rgb(160,65,138); }
div.DivClassName
{
background-color: #A0418A;
}
.BgClassName
{
background-color: #A0418A;
}
</style>
border-color css
<style>
span { border-color: #A0418A; }
span { border-color: rgb(160,65,138); }
td.TdClassName
{
border-color: #A0418A;
}
.TagClassName
{
border-color: #A0418A;
}
</style>