Shades of Medium Red Violet #A2357C
Tints of Medium Red Violet #A2357C
RGB
CMYK
RGB Variations
Color information
#A2357C (or 0xA2357C) is known color: Medium Red Violet. HEX triplet: A2, 35 and 7C. RGB value is (162,53,124). Sum of RGB (Red+Green+Blue) = 162+53+124=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2357C is #5DCA83. Grayscale: #5D5D5D. Windows color (decimal): -6146692 or 8140194. OLE color: 8140194.
HSL color Cylindrical-coordinate representation of color #A2357C: hue angle of 320.92º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2357C is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 53 | 124 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.36 |
| HSL | 320.92º | 0.51% | 0.42% | - |
| HSV(B) | 320.92º | 0.67% | 0.64% | - |
| XYZ | 19.81 | 11.68 | 20.28 | - |
| YUV | 93.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 53 | 124 | 0 | 0.67 | 0.23 | 0.36 | 320.92 | 0.51 | 0.42 |
| Hex | A2 | 35 | 7C | 0 | 43 | 17 | 24 | 141 | 33 | 2A |
| Octal | 242 | 65 | 174 | 0 | 103 | 27 | 44 | 501 | 63 | 52 |
| Binary | 10100010 | 110101 | 1111100 | 0 | 1000011 | 10111 | 100100 | 101000001 | 110011 | 101010 |
Color Harmonies of #A2357C
Complementary color
Monochromatic Colors of #A2357C
Black with #A2357C
Text Example
Text Example
White with #A2357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2357C; }
p { color: rgb(162,53,124); }
H1.HeaderClassName
{
color: #A2357C;
}
.AnyTagClassName
{
color: #A2357C;
}
</style>
background-color css
<style>
a { background-color: #A2357C; }
a { background-color: rgb(162,53,124); }
div.DivClassName
{
background-color: #A2357C;
}
.BgClassName
{
background-color: #A2357C;
}
</style>
border-color css
<style>
span { border-color: #A2357C; }
span { border-color: rgb(162,53,124); }
td.TdClassName
{
border-color: #A2357C;
}
.TagClassName
{
border-color: #A2357C;
}
</style>