Shades of Medium Red Violet #A1458B
Tints of Medium Red Violet #A1458B
RGB
CMYK
RGB Variations
Color information
#A1458B (or 0xA1458B) is known color: Medium Red Violet. HEX triplet: A1, 45 and 8B. RGB value is (161,69,139). Sum of RGB (Red+Green+Blue) = 161+69+139=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1458B is #5EBA74. Grayscale: #686868. Windows color (decimal): -6208117 or 9127329. OLE color: 9127329.
HSL color Cylindrical-coordinate representation of color #A1458B: hue angle of 314.35º 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 #A1458B is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 139 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.37 |
| HSL | 314.35º | 0.4% | 0.45% | - |
| HSV(B) | 314.35º | 0.57% | 0.63% | - |
| XYZ | 21.49 | 13.7 | 25.94 | - |
| YUV | 104.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 139 | 0 | 0.57 | 0.14 | 0.37 | 314.35 | 0.4 | 0.45 |
| Hex | A1 | 45 | 8B | 0 | 39 | E | 25 | 13A | 28 | 2D |
| Octal | 241 | 105 | 213 | 0 | 71 | 16 | 45 | 472 | 50 | 55 |
| Binary | 10100001 | 1000101 | 10001011 | 0 | 111001 | 1110 | 100101 | 100111010 | 101000 | 101101 |
Color Harmonies of #A1458B
Complementary color
Monochromatic Colors of #A1458B
Black with #A1458B
Text Example
Text Example
White with #A1458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1458B; }
p { color: rgb(161,69,139); }
H1.HeaderClassName
{
color: #A1458B;
}
.AnyTagClassName
{
color: #A1458B;
}
</style>
background-color css
<style>
a { background-color: #A1458B; }
a { background-color: rgb(161,69,139); }
div.DivClassName
{
background-color: #A1458B;
}
.BgClassName
{
background-color: #A1458B;
}
</style>
border-color css
<style>
span { border-color: #A1458B; }
span { border-color: rgb(161,69,139); }
td.TdClassName
{
border-color: #A1458B;
}
.TagClassName
{
border-color: #A1458B;
}
</style>