Shades of Medium Red Violet #A23190
Tints of Medium Red Violet #A23190
RGB
CMYK
RGB Variations
Color information
#A23190 (or 0xA23190) is known color: Medium Red Violet. HEX triplet: A2, 31 and 90. RGB value is (162,49,144). Sum of RGB (Red+Green+Blue) = 162+49+144=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A23190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23190 is #5DCE6F. Grayscale: #5D5D5D. Windows color (decimal): -6147696 or 9449890. OLE color: 9449890.
HSL color Cylindrical-coordinate representation of color #A23190: hue angle of 309.56º 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 #A23190 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 49 | 144 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.36 |
| HSL | 309.56º | 0.54% | 0.41% | - |
| HSV(B) | 309.56º | 0.7% | 0.64% | - |
| XYZ | 21.03 | 11.89 | 27.57 | - |
| YUV | 93.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 144 | 0 | 0.70 | 0.11 | 0.36 | 309.56 | 0.54 | 0.41 |
| Hex | A2 | 31 | 90 | 0 | 46 | B | 24 | 136 | 36 | 29 |
| Octal | 242 | 61 | 220 | 0 | 106 | 13 | 44 | 466 | 66 | 51 |
| Binary | 10100010 | 110001 | 10010000 | 0 | 1000110 | 1011 | 100100 | 100110110 | 110110 | 101001 |
Color Harmonies of #A23190
Complementary color
Monochromatic Colors of #A23190
Black with #A23190
Text Example
Text Example
White with #A23190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23190; }
p { color: rgb(162,49,144); }
H1.HeaderClassName
{
color: #A23190;
}
.AnyTagClassName
{
color: #A23190;
}
</style>
background-color css
<style>
a { background-color: #A23190; }
a { background-color: rgb(162,49,144); }
div.DivClassName
{
background-color: #A23190;
}
.BgClassName
{
background-color: #A23190;
}
</style>
border-color css
<style>
span { border-color: #A23190; }
span { border-color: rgb(162,49,144); }
td.TdClassName
{
border-color: #A23190;
}
.TagClassName
{
border-color: #A23190;
}
</style>