Shades of Medium Red Violet #A22C73
Tints of Medium Red Violet #A22C73
RGB
CMYK
RGB Variations
Color information
#A22C73 (or 0xA22C73) is known color: Medium Red Violet. HEX triplet: A2, 2C and 73. RGB value is (162,44,115). Sum of RGB (Red+Green+Blue) = 162+44+115=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22C73 is #5DD38C. Grayscale: #575757. Windows color (decimal): -6149005 or 7548066. OLE color: 7548066.
HSL color Cylindrical-coordinate representation of color #A22C73: hue angle of 323.9º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22C73 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 44 | 115 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.36 |
| HSL | 323.9º | 0.57% | 0.4% | - |
| HSV(B) | 323.9º | 0.73% | 0.64% | - |
| XYZ | 18.9 | 10.72 | 17.29 | - |
| YUV | 87.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 115 | 0 | 0.73 | 0.29 | 0.36 | 323.9 | 0.57 | 0.4 |
| Hex | A2 | 2C | 73 | 0 | 49 | 1D | 24 | 144 | 39 | 28 |
| Octal | 242 | 54 | 163 | 0 | 111 | 35 | 44 | 504 | 71 | 50 |
| Binary | 10100010 | 101100 | 1110011 | 0 | 1001001 | 11101 | 100100 | 101000100 | 111001 | 101000 |
Color Harmonies of #A22C73
Complementary color
Monochromatic Colors of #A22C73
Black with #A22C73
Text Example
Text Example
White with #A22C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22C73; }
p { color: rgb(162,44,115); }
H1.HeaderClassName
{
color: #A22C73;
}
.AnyTagClassName
{
color: #A22C73;
}
</style>
background-color css
<style>
a { background-color: #A22C73; }
a { background-color: rgb(162,44,115); }
div.DivClassName
{
background-color: #A22C73;
}
.BgClassName
{
background-color: #A22C73;
}
</style>
border-color css
<style>
span { border-color: #A22C73; }
span { border-color: rgb(162,44,115); }
td.TdClassName
{
border-color: #A22C73;
}
.TagClassName
{
border-color: #A22C73;
}
</style>