Shades of Medium Red Violet #A1458D
Tints of Medium Red Violet #A1458D
RGB
CMYK
RGB Variations
Color information
#A1458D (or 0xA1458D) is known color: Medium Red Violet. HEX triplet: A1, 45 and 8D. RGB value is (161,69,141). Sum of RGB (Red+Green+Blue) = 161+69+141=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1458D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1458D is #5EBA72. Grayscale: #686868. Windows color (decimal): -6208115 or 9258401. OLE color: 9258401.
HSL color Cylindrical-coordinate representation of color #A1458D: hue angle of 313.04º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1458D is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 141 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.37 |
| HSL | 313.04º | 0.4% | 0.45% | - |
| HSV(B) | 313.04º | 0.57% | 0.63% | - |
| XYZ | 21.63 | 13.76 | 26.71 | - |
| YUV | 104.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 141 | 0 | 0.57 | 0.12 | 0.37 | 313.04 | 0.4 | 0.45 |
| Hex | A1 | 45 | 8D | 0 | 39 | C | 25 | 139 | 28 | 2D |
| Octal | 241 | 105 | 215 | 0 | 71 | 14 | 45 | 471 | 50 | 55 |
| Binary | 10100001 | 1000101 | 10001101 | 0 | 111001 | 1100 | 100101 | 100111001 | 101000 | 101101 |
Color Harmonies of #A1458D
Complementary color
Monochromatic Colors of #A1458D
Black with #A1458D
Text Example
Text Example
White with #A1458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1458D; }
p { color: rgb(161,69,141); }
H1.HeaderClassName
{
color: #A1458D;
}
.AnyTagClassName
{
color: #A1458D;
}
</style>
background-color css
<style>
a { background-color: #A1458D; }
a { background-color: rgb(161,69,141); }
div.DivClassName
{
background-color: #A1458D;
}
.BgClassName
{
background-color: #A1458D;
}
</style>
border-color css
<style>
span { border-color: #A1458D; }
span { border-color: rgb(161,69,141); }
td.TdClassName
{
border-color: #A1458D;
}
.TagClassName
{
border-color: #A1458D;
}
</style>