Shades of Medium Red Violet #A2458B
Tints of Medium Red Violet #A2458B
RGB
CMYK
RGB Variations
Color information
#A2458B (or 0xA2458B) is known color: Medium Red Violet. HEX triplet: A2, 45 and 8B. RGB value is (162,69,139). Sum of RGB (Red+Green+Blue) = 162+69+139=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A2458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2458B is #5DBA74. Grayscale: #686868. Windows color (decimal): -6142581 or 9127330. OLE color: 9127330.
HSL color Cylindrical-coordinate representation of color #A2458B: hue angle of 314.84º 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 #A2458B is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 69 | 139 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.36 |
| HSL | 314.84º | 0.4% | 0.45% | - |
| HSV(B) | 314.84º | 0.57% | 0.64% | - |
| XYZ | 21.69 | 13.8 | 25.95 | - |
| YUV | 104.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 139 | 0 | 0.57 | 0.14 | 0.36 | 314.84 | 0.4 | 0.45 |
| Hex | A2 | 45 | 8B | 0 | 39 | E | 24 | 13B | 28 | 2D |
| Octal | 242 | 105 | 213 | 0 | 71 | 16 | 44 | 473 | 50 | 55 |
| Binary | 10100010 | 1000101 | 10001011 | 0 | 111001 | 1110 | 100100 | 100111011 | 101000 | 101101 |
Color Harmonies of #A2458B
Complementary color
Monochromatic Colors of #A2458B
Black with #A2458B
Text Example
Text Example
White with #A2458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2458B; }
p { color: rgb(162,69,139); }
H1.HeaderClassName
{
color: #A2458B;
}
.AnyTagClassName
{
color: #A2458B;
}
</style>
background-color css
<style>
a { background-color: #A2458B; }
a { background-color: rgb(162,69,139); }
div.DivClassName
{
background-color: #A2458B;
}
.BgClassName
{
background-color: #A2458B;
}
</style>
border-color css
<style>
span { border-color: #A2458B; }
span { border-color: rgb(162,69,139); }
td.TdClassName
{
border-color: #A2458B;
}
.TagClassName
{
border-color: #A2458B;
}
</style>