Shades of Medium Red Violet #A23189
Tints of Medium Red Violet #A23189
RGB
CMYK
RGB Variations
Color information
#A23189 (or 0xA23189) is known color: Medium Red Violet. HEX triplet: A2, 31 and 89. RGB value is (162,49,137). Sum of RGB (Red+Green+Blue) = 162+49+137=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A23189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23189 is #5DCE76. Grayscale: #5C5C5C. Windows color (decimal): -6147703 or 8991138. OLE color: 8991138.
HSL color Cylindrical-coordinate representation of color #A23189: hue angle of 313.27º 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 #A23189 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 49 | 137 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.36 |
| HSL | 313.27º | 0.54% | 0.41% | - |
| HSV(B) | 313.27º | 0.7% | 0.64% | - |
| XYZ | 20.51 | 11.68 | 24.84 | - |
| YUV | 92.82 | 152.94 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 137 | 0 | 0.70 | 0.15 | 0.36 | 313.27 | 0.54 | 0.41 |
| Hex | A2 | 31 | 89 | 0 | 46 | F | 24 | 139 | 36 | 29 |
| Octal | 242 | 61 | 211 | 0 | 106 | 17 | 44 | 471 | 66 | 51 |
| Binary | 10100010 | 110001 | 10001001 | 0 | 1000110 | 1111 | 100100 | 100111001 | 110110 | 101001 |
Color Harmonies of #A23189
Complementary color
Monochromatic Colors of #A23189
Black with #A23189
Text Example
Text Example
White with #A23189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23189; }
p { color: rgb(162,49,137); }
H1.HeaderClassName
{
color: #A23189;
}
.AnyTagClassName
{
color: #A23189;
}
</style>
background-color css
<style>
a { background-color: #A23189; }
a { background-color: rgb(162,49,137); }
div.DivClassName
{
background-color: #A23189;
}
.BgClassName
{
background-color: #A23189;
}
</style>
border-color css
<style>
span { border-color: #A23189; }
span { border-color: rgb(162,49,137); }
td.TdClassName
{
border-color: #A23189;
}
.TagClassName
{
border-color: #A23189;
}
</style>