Shades of Medium Red Violet #A1488B
Tints of Medium Red Violet #A1488B
RGB
CMYK
RGB Variations
Color information
#A1488B (or 0xA1488B) is known color: Medium Red Violet. HEX triplet: A1, 48 and 8B. RGB value is (161,72,139). Sum of RGB (Red+Green+Blue) = 161+72+139=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1488B is #5EB774. Grayscale: #6A6A6A. Windows color (decimal): -6207349 or 9128097. OLE color: 9128097.
HSL color Cylindrical-coordinate representation of color #A1488B: hue angle of 314.83º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1488B is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 72 | 139 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.37 |
| HSL | 314.83º | 0.38% | 0.46% | - |
| HSV(B) | 314.83º | 0.55% | 0.63% | - |
| XYZ | 21.68 | 14.08 | 26 | - |
| YUV | 106.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 139 | 0 | 0.55 | 0.14 | 0.37 | 314.83 | 0.38 | 0.46 |
| Hex | A1 | 48 | 8B | 0 | 37 | E | 25 | 13B | 26 | 2E |
| Octal | 241 | 110 | 213 | 0 | 67 | 16 | 45 | 473 | 46 | 56 |
| Binary | 10100001 | 1001000 | 10001011 | 0 | 110111 | 1110 | 100101 | 100111011 | 100110 | 101110 |
Color Harmonies of #A1488B
Complementary color
Monochromatic Colors of #A1488B
Black with #A1488B
Text Example
Text Example
White with #A1488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1488B; }
p { color: rgb(161,72,139); }
H1.HeaderClassName
{
color: #A1488B;
}
.AnyTagClassName
{
color: #A1488B;
}
</style>
background-color css
<style>
a { background-color: #A1488B; }
a { background-color: rgb(161,72,139); }
div.DivClassName
{
background-color: #A1488B;
}
.BgClassName
{
background-color: #A1488B;
}
</style>
border-color css
<style>
span { border-color: #A1488B; }
span { border-color: rgb(161,72,139); }
td.TdClassName
{
border-color: #A1488B;
}
.TagClassName
{
border-color: #A1488B;
}
</style>