Shades of Medium Red Violet #A23193
Tints of Medium Red Violet #A23193
RGB
CMYK
RGB Variations
Color information
#A23193 (or 0xA23193) is known color: Medium Red Violet. HEX triplet: A2, 31 and 93. RGB value is (162,49,147). Sum of RGB (Red+Green+Blue) = 162+49+147=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A23193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23193 is #5DCE6C. Grayscale: #5D5D5D. Windows color (decimal): -6147693 or 9646498. OLE color: 9646498.
HSL color Cylindrical-coordinate representation of color #A23193: hue angle of 307.96º 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 #A23193 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 49 | 147 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.36 |
| HSL | 307.96º | 0.54% | 0.41% | - |
| HSV(B) | 307.96º | 0.7% | 0.64% | - |
| XYZ | 21.27 | 11.98 | 28.8 | - |
| YUV | 93.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 147 | 0 | 0.70 | 0.09 | 0.36 | 307.96 | 0.54 | 0.41 |
| Hex | A2 | 31 | 93 | 0 | 46 | 9 | 24 | 134 | 36 | 29 |
| Octal | 242 | 61 | 223 | 0 | 106 | 11 | 44 | 464 | 66 | 51 |
| Binary | 10100010 | 110001 | 10010011 | 0 | 1000110 | 1001 | 100100 | 100110100 | 110110 | 101001 |
Color Harmonies of #A23193
Complementary color
Monochromatic Colors of #A23193
Black with #A23193
Text Example
Text Example
White with #A23193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23193; }
p { color: rgb(162,49,147); }
H1.HeaderClassName
{
color: #A23193;
}
.AnyTagClassName
{
color: #A23193;
}
</style>
background-color css
<style>
a { background-color: #A23193; }
a { background-color: rgb(162,49,147); }
div.DivClassName
{
background-color: #A23193;
}
.BgClassName
{
background-color: #A23193;
}
</style>
border-color css
<style>
span { border-color: #A23193; }
span { border-color: rgb(162,49,147); }
td.TdClassName
{
border-color: #A23193;
}
.TagClassName
{
border-color: #A23193;
}
</style>