Shades of Medium Red Violet #A23581
Tints of Medium Red Violet #A23581
RGB
CMYK
RGB Variations
Color information
#A23581 (or 0xA23581) is known color: Medium Red Violet. HEX triplet: A2, 35 and 81. RGB value is (162,53,129). Sum of RGB (Red+Green+Blue) = 162+53+129=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A23581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23581 is #5DCA7E. Grayscale: #5E5E5E. Windows color (decimal): -6146687 or 8467874. OLE color: 8467874.
HSL color Cylindrical-coordinate representation of color #A23581: hue angle of 318.17º 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 #A23581 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 53 | 129 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.36 |
| HSL | 318.17º | 0.51% | 0.42% | - |
| HSV(B) | 318.17º | 0.67% | 0.64% | - |
| XYZ | 20.14 | 11.81 | 21.99 | - |
| YUV | 94.26 | 147.61 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 53 | 129 | 0 | 0.67 | 0.20 | 0.36 | 318.17 | 0.51 | 0.42 |
| Hex | A2 | 35 | 81 | 0 | 43 | 14 | 24 | 13E | 33 | 2A |
| Octal | 242 | 65 | 201 | 0 | 103 | 24 | 44 | 476 | 63 | 52 |
| Binary | 10100010 | 110101 | 10000001 | 0 | 1000011 | 10100 | 100100 | 100111110 | 110011 | 101010 |
Color Harmonies of #A23581
Complementary color
Monochromatic Colors of #A23581
Black with #A23581
Text Example
Text Example
White with #A23581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23581; }
p { color: rgb(162,53,129); }
H1.HeaderClassName
{
color: #A23581;
}
.AnyTagClassName
{
color: #A23581;
}
</style>
background-color css
<style>
a { background-color: #A23581; }
a { background-color: rgb(162,53,129); }
div.DivClassName
{
background-color: #A23581;
}
.BgClassName
{
background-color: #A23581;
}
</style>
border-color css
<style>
span { border-color: #A23581; }
span { border-color: rgb(162,53,129); }
td.TdClassName
{
border-color: #A23581;
}
.TagClassName
{
border-color: #A23581;
}
</style>