Shades of Medium Red Violet #A1418D
Tints of Medium Red Violet #A1418D
RGB
CMYK
RGB Variations
Color information
#A1418D (or 0xA1418D) is known color: Medium Red Violet. HEX triplet: A1, 41 and 8D. RGB value is (161,65,141). Sum of RGB (Red+Green+Blue) = 161+65+141=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1418D is #5EBE72. Grayscale: #666666. Windows color (decimal): -6209139 or 9257377. OLE color: 9257377.
HSL color Cylindrical-coordinate representation of color #A1418D: hue angle of 312.5º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1418D is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 65 | 141 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.37 |
| HSL | 312.5º | 0.42% | 0.44% | - |
| HSV(B) | 312.5º | 0.6% | 0.63% | - |
| XYZ | 21.4 | 13.28 | 26.64 | - |
| YUV | 102.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 141 | 0 | 0.60 | 0.12 | 0.37 | 312.5 | 0.42 | 0.44 |
| Hex | A1 | 41 | 8D | 0 | 3C | C | 25 | 138 | 2A | 2C |
| Octal | 241 | 101 | 215 | 0 | 74 | 14 | 45 | 470 | 52 | 54 |
| Binary | 10100001 | 1000001 | 10001101 | 0 | 111100 | 1100 | 100101 | 100111000 | 101010 | 101100 |
Color Harmonies of #A1418D
Complementary color
Monochromatic Colors of #A1418D
Black with #A1418D
Text Example
Text Example
White with #A1418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1418D; }
p { color: rgb(161,65,141); }
H1.HeaderClassName
{
color: #A1418D;
}
.AnyTagClassName
{
color: #A1418D;
}
</style>
background-color css
<style>
a { background-color: #A1418D; }
a { background-color: rgb(161,65,141); }
div.DivClassName
{
background-color: #A1418D;
}
.BgClassName
{
background-color: #A1418D;
}
</style>
border-color css
<style>
span { border-color: #A1418D; }
span { border-color: rgb(161,65,141); }
td.TdClassName
{
border-color: #A1418D;
}
.TagClassName
{
border-color: #A1418D;
}
</style>