Shades of Medium Red Violet #A2458D
Tints of Medium Red Violet #A2458D
RGB
CMYK
RGB Variations
Color information
#A2458D (or 0xA2458D) is known color: Medium Red Violet. HEX triplet: A2, 45 and 8D. RGB value is (162,69,141). Sum of RGB (Red+Green+Blue) = 162+69+141=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A2458D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2458D is #5DBA72. Grayscale: #686868. Windows color (decimal): -6142579 or 9258402. OLE color: 9258402.
HSL color Cylindrical-coordinate representation of color #A2458D: hue angle of 313.55º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2458D is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 69 | 141 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.36 |
| HSL | 313.55º | 0.4% | 0.45% | - |
| HSV(B) | 313.55º | 0.57% | 0.64% | - |
| XYZ | 21.84 | 13.86 | 26.72 | - |
| YUV | 105.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 141 | 0 | 0.57 | 0.13 | 0.36 | 313.55 | 0.4 | 0.45 |
| Hex | A2 | 45 | 8D | 0 | 39 | D | 24 | 13A | 28 | 2D |
| Octal | 242 | 105 | 215 | 0 | 71 | 15 | 44 | 472 | 50 | 55 |
| Binary | 10100010 | 1000101 | 10001101 | 0 | 111001 | 1101 | 100100 | 100111010 | 101000 | 101101 |
Color Harmonies of #A2458D
Complementary color
Monochromatic Colors of #A2458D
Black with #A2458D
Text Example
Text Example
White with #A2458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2458D; }
p { color: rgb(162,69,141); }
H1.HeaderClassName
{
color: #A2458D;
}
.AnyTagClassName
{
color: #A2458D;
}
</style>
background-color css
<style>
a { background-color: #A2458D; }
a { background-color: rgb(162,69,141); }
div.DivClassName
{
background-color: #A2458D;
}
.BgClassName
{
background-color: #A2458D;
}
</style>
border-color css
<style>
span { border-color: #A2458D; }
span { border-color: rgb(162,69,141); }
td.TdClassName
{
border-color: #A2458D;
}
.TagClassName
{
border-color: #A2458D;
}
</style>