Shades of Medium Red Violet #A23195
Tints of Medium Red Violet #A23195
RGB
CMYK
RGB Variations
Color information
#A23195 (or 0xA23195) is known color: Medium Red Violet. HEX triplet: A2, 31 and 95. RGB value is (162,49,149). Sum of RGB (Red+Green+Blue) = 162+49+149=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A23195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23195 is #5DCE6A. Grayscale: #5D5D5D. Windows color (decimal): -6147691 or 9777570. OLE color: 9777570.
HSL color Cylindrical-coordinate representation of color #A23195: hue angle of 306.9º 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 #A23195 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 49 | 149 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.36 |
| HSL | 306.9º | 0.54% | 0.41% | - |
| HSV(B) | 306.9º | 0.7% | 0.64% | - |
| XYZ | 21.42 | 12.05 | 29.63 | - |
| YUV | 94.19 | 158.94 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 149 | 0 | 0.70 | 0.08 | 0.36 | 306.9 | 0.54 | 0.41 |
| Hex | A2 | 31 | 95 | 0 | 46 | 8 | 24 | 133 | 36 | 29 |
| Octal | 242 | 61 | 225 | 0 | 106 | 10 | 44 | 463 | 66 | 51 |
| Binary | 10100010 | 110001 | 10010101 | 0 | 1000110 | 1000 | 100100 | 100110011 | 110110 | 101001 |
Color Harmonies of #A23195
Complementary color
Monochromatic Colors of #A23195
Black with #A23195
Text Example
Text Example
White with #A23195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23195; }
p { color: rgb(162,49,149); }
H1.HeaderClassName
{
color: #A23195;
}
.AnyTagClassName
{
color: #A23195;
}
</style>
background-color css
<style>
a { background-color: #A23195; }
a { background-color: rgb(162,49,149); }
div.DivClassName
{
background-color: #A23195;
}
.BgClassName
{
background-color: #A23195;
}
</style>
border-color css
<style>
span { border-color: #A23195; }
span { border-color: rgb(162,49,149); }
td.TdClassName
{
border-color: #A23195;
}
.TagClassName
{
border-color: #A23195;
}
</style>