Shades of Medium Red Violet #A23091
Tints of Medium Red Violet #A23091
RGB
CMYK
RGB Variations
Color information
#A23091 (or 0xA23091) is known color: Medium Red Violet. HEX triplet: A2, 30 and 91. RGB value is (162,48,145). Sum of RGB (Red+Green+Blue) = 162+48+145=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A23091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23091 is #5DCF6E. Grayscale: #5C5C5C. Windows color (decimal): -6147951 or 9515170. OLE color: 9515170.
HSL color Cylindrical-coordinate representation of color #A23091: hue angle of 308.95º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23091 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 48 | 145 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.36 |
| HSL | 308.95º | 0.54% | 0.41% | - |
| HSV(B) | 308.95º | 0.7% | 0.64% | - |
| XYZ | 21.07 | 11.84 | 27.96 | - |
| YUV | 93.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 145 | 0 | 0.70 | 0.10 | 0.36 | 308.95 | 0.54 | 0.41 |
| Hex | A2 | 30 | 91 | 0 | 46 | A | 24 | 135 | 36 | 29 |
| Octal | 242 | 60 | 221 | 0 | 106 | 12 | 44 | 465 | 66 | 51 |
| Binary | 10100010 | 110000 | 10010001 | 0 | 1000110 | 1010 | 100100 | 100110101 | 110110 | 101001 |
Color Harmonies of #A23091
Complementary color
Monochromatic Colors of #A23091
Black with #A23091
Text Example
Text Example
White with #A23091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23091; }
p { color: rgb(162,48,145); }
H1.HeaderClassName
{
color: #A23091;
}
.AnyTagClassName
{
color: #A23091;
}
</style>
background-color css
<style>
a { background-color: #A23091; }
a { background-color: rgb(162,48,145); }
div.DivClassName
{
background-color: #A23091;
}
.BgClassName
{
background-color: #A23091;
}
</style>
border-color css
<style>
span { border-color: #A23091; }
span { border-color: rgb(162,48,145); }
td.TdClassName
{
border-color: #A23091;
}
.TagClassName
{
border-color: #A23091;
}
</style>