Shades of Medium Red Violet #A1498A
Tints of Medium Red Violet #A1498A
RGB
CMYK
RGB Variations
Color information
#A1498A (or 0xA1498A) is known color: Medium Red Violet. HEX triplet: A1, 49 and 8A. RGB value is (161,73,138). Sum of RGB (Red+Green+Blue) = 161+73+138=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1498A is #5EB675. Grayscale: #6A6A6A. Windows color (decimal): -6207094 or 9062817. OLE color: 9062817.
HSL color Cylindrical-coordinate representation of color #A1498A: hue angle of 315.68º 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 #A1498A is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 73 | 138 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.37 |
| HSL | 315.68º | 0.38% | 0.46% | - |
| HSV(B) | 315.68º | 0.55% | 0.63% | - |
| XYZ | 21.67 | 14.18 | 25.64 | - |
| YUV | 106.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 138 | 0 | 0.55 | 0.14 | 0.37 | 315.68 | 0.38 | 0.46 |
| Hex | A1 | 49 | 8A | 0 | 37 | E | 25 | 13C | 26 | 2E |
| Octal | 241 | 111 | 212 | 0 | 67 | 16 | 45 | 474 | 46 | 56 |
| Binary | 10100001 | 1001001 | 10001010 | 0 | 110111 | 1110 | 100101 | 100111100 | 100110 | 101110 |
Color Harmonies of #A1498A
Complementary color
Monochromatic Colors of #A1498A
Black with #A1498A
Text Example
Text Example
White with #A1498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1498A; }
p { color: rgb(161,73,138); }
H1.HeaderClassName
{
color: #A1498A;
}
.AnyTagClassName
{
color: #A1498A;
}
</style>
background-color css
<style>
a { background-color: #A1498A; }
a { background-color: rgb(161,73,138); }
div.DivClassName
{
background-color: #A1498A;
}
.BgClassName
{
background-color: #A1498A;
}
</style>
border-color css
<style>
span { border-color: #A1498A; }
span { border-color: rgb(161,73,138); }
td.TdClassName
{
border-color: #A1498A;
}
.TagClassName
{
border-color: #A1498A;
}
</style>