Shades of Medium Red Violet #A2488B
Tints of Medium Red Violet #A2488B
RGB
CMYK
RGB Variations
Color information
#A2488B (or 0xA2488B) is known color: Medium Red Violet. HEX triplet: A2, 48 and 8B. RGB value is (162,72,139). Sum of RGB (Red+Green+Blue) = 162+72+139=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2488B is #5DB774. Grayscale: #6A6A6A. Windows color (decimal): -6141813 or 9128098. OLE color: 9128098.
HSL color Cylindrical-coordinate representation of color #A2488B: hue angle of 315.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2488B is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 72 | 139 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.36 |
| HSL | 315.33º | 0.38% | 0.46% | - |
| HSV(B) | 315.33º | 0.56% | 0.64% | - |
| XYZ | 21.88 | 14.18 | 26.01 | - |
| YUV | 106.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 72 | 139 | 0 | 0.56 | 0.14 | 0.36 | 315.33 | 0.38 | 0.46 |
| Hex | A2 | 48 | 8B | 0 | 38 | E | 24 | 13B | 26 | 2E |
| Octal | 242 | 110 | 213 | 0 | 70 | 16 | 44 | 473 | 46 | 56 |
| Binary | 10100010 | 1001000 | 10001011 | 0 | 111000 | 1110 | 100100 | 100111011 | 100110 | 101110 |
Color Harmonies of #A2488B
Complementary color
Monochromatic Colors of #A2488B
Black with #A2488B
Text Example
Text Example
White with #A2488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2488B; }
p { color: rgb(162,72,139); }
H1.HeaderClassName
{
color: #A2488B;
}
.AnyTagClassName
{
color: #A2488B;
}
</style>
background-color css
<style>
a { background-color: #A2488B; }
a { background-color: rgb(162,72,139); }
div.DivClassName
{
background-color: #A2488B;
}
.BgClassName
{
background-color: #A2488B;
}
</style>
border-color css
<style>
span { border-color: #A2488B; }
span { border-color: rgb(162,72,139); }
td.TdClassName
{
border-color: #A2488B;
}
.TagClassName
{
border-color: #A2488B;
}
</style>