Shades of Medium Red Violet #A23591
Tints of Medium Red Violet #A23591
RGB
CMYK
RGB Variations
Color information
#A23591 (or 0xA23591) is known color: Medium Red Violet. HEX triplet: A2, 35 and 91. RGB value is (162,53,145). Sum of RGB (Red+Green+Blue) = 162+53+145=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A23591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23591 is #5DCA6E. Grayscale: #5F5F5F. Windows color (decimal): -6146671 or 9516450. OLE color: 9516450.
HSL color Cylindrical-coordinate representation of color #A23591: hue angle of 309.36º 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 #A23591 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 53 | 145 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.36 |
| HSL | 309.36º | 0.51% | 0.42% | - |
| HSV(B) | 309.36º | 0.67% | 0.64% | - |
| XYZ | 21.28 | 12.27 | 28.03 | - |
| YUV | 96.08 | 155.61 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 53 | 145 | 0 | 0.67 | 0.10 | 0.36 | 309.36 | 0.51 | 0.42 |
| Hex | A2 | 35 | 91 | 0 | 43 | A | 24 | 135 | 33 | 2A |
| Octal | 242 | 65 | 221 | 0 | 103 | 12 | 44 | 465 | 63 | 52 |
| Binary | 10100010 | 110101 | 10010001 | 0 | 1000011 | 1010 | 100100 | 100110101 | 110011 | 101010 |
Color Harmonies of #A23591
Complementary color
Monochromatic Colors of #A23591
Black with #A23591
Text Example
Text Example
White with #A23591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23591; }
p { color: rgb(162,53,145); }
H1.HeaderClassName
{
color: #A23591;
}
.AnyTagClassName
{
color: #A23591;
}
</style>
background-color css
<style>
a { background-color: #A23591; }
a { background-color: rgb(162,53,145); }
div.DivClassName
{
background-color: #A23591;
}
.BgClassName
{
background-color: #A23591;
}
</style>
border-color css
<style>
span { border-color: #A23591; }
span { border-color: rgb(162,53,145); }
td.TdClassName
{
border-color: #A23591;
}
.TagClassName
{
border-color: #A23591;
}
</style>