Shades of Medium Red Violet #A2498B
Tints of Medium Red Violet #A2498B
RGB
CMYK
RGB Variations
Color information
#A2498B (or 0xA2498B) is known color: Medium Red Violet. HEX triplet: A2, 49 and 8B. RGB value is (162,73,139). Sum of RGB (Red+Green+Blue) = 162+73+139=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A2498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2498B is #5DB674. Grayscale: #6A6A6A. Windows color (decimal): -6141557 or 9128354. OLE color: 9128354.
HSL color Cylindrical-coordinate representation of color #A2498B: hue angle of 315.51º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2498B is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 139 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.36 |
| HSL | 315.51º | 0.38% | 0.46% | - |
| HSV(B) | 315.51º | 0.55% | 0.64% | - |
| XYZ | 21.94 | 14.31 | 26.03 | - |
| YUV | 107.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 139 | 0 | 0.55 | 0.14 | 0.36 | 315.51 | 0.38 | 0.46 |
| Hex | A2 | 49 | 8B | 0 | 37 | E | 24 | 13C | 26 | 2E |
| Octal | 242 | 111 | 213 | 0 | 67 | 16 | 44 | 474 | 46 | 56 |
| Binary | 10100010 | 1001001 | 10001011 | 0 | 110111 | 1110 | 100100 | 100111100 | 100110 | 101110 |
Color Harmonies of #A2498B
Complementary color
Monochromatic Colors of #A2498B
Black with #A2498B
Text Example
Text Example
White with #A2498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2498B; }
p { color: rgb(162,73,139); }
H1.HeaderClassName
{
color: #A2498B;
}
.AnyTagClassName
{
color: #A2498B;
}
</style>
background-color css
<style>
a { background-color: #A2498B; }
a { background-color: rgb(162,73,139); }
div.DivClassName
{
background-color: #A2498B;
}
.BgClassName
{
background-color: #A2498B;
}
</style>
border-color css
<style>
span { border-color: #A2498B; }
span { border-color: rgb(162,73,139); }
td.TdClassName
{
border-color: #A2498B;
}
.TagClassName
{
border-color: #A2498B;
}
</style>