Shades of Medium Red Violet #A22993
Tints of Medium Red Violet #A22993
RGB
CMYK
RGB Variations
Color information
#A22993 (or 0xA22993) is known color: Medium Red Violet. HEX triplet: A2, 29 and 93. RGB value is (162,41,147). Sum of RGB (Red+Green+Blue) = 162+41+147=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A22993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22993 is #5DD66C. Grayscale: #585858. Windows color (decimal): -6149741 or 9644450. OLE color: 9644450.
HSL color Cylindrical-coordinate representation of color #A22993: hue angle of 307.44º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22993 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 41 | 147 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.36 |
| HSL | 307.44º | 0.6% | 0.4% | - |
| HSV(B) | 307.44º | 0.75% | 0.64% | - |
| XYZ | 20.96 | 11.37 | 28.69 | - |
| YUV | 89.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 147 | 0 | 0.75 | 0.09 | 0.36 | 307.44 | 0.6 | 0.4 |
| Hex | A2 | 29 | 93 | 0 | 4B | 9 | 24 | 133 | 3C | 28 |
| Octal | 242 | 51 | 223 | 0 | 113 | 11 | 44 | 463 | 74 | 50 |
| Binary | 10100010 | 101001 | 10010011 | 0 | 1001011 | 1001 | 100100 | 100110011 | 111100 | 101000 |
Color Harmonies of #A22993
Complementary color
Monochromatic Colors of #A22993
Black with #A22993
Text Example
Text Example
White with #A22993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22993; }
p { color: rgb(162,41,147); }
H1.HeaderClassName
{
color: #A22993;
}
.AnyTagClassName
{
color: #A22993;
}
</style>
background-color css
<style>
a { background-color: #A22993; }
a { background-color: rgb(162,41,147); }
div.DivClassName
{
background-color: #A22993;
}
.BgClassName
{
background-color: #A22993;
}
</style>
border-color css
<style>
span { border-color: #A22993; }
span { border-color: rgb(162,41,147); }
td.TdClassName
{
border-color: #A22993;
}
.TagClassName
{
border-color: #A22993;
}
</style>