Shades of Medium Red Violet #A22B74
Tints of Medium Red Violet #A22B74
RGB
CMYK
RGB Variations
Color information
#A22B74 (or 0xA22B74) is known color: Medium Red Violet. HEX triplet: A2, 2B and 74. RGB value is (162,43,116). Sum of RGB (Red+Green+Blue) = 162+43+116=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22B74 is #5DD48B. Grayscale: #565656. Windows color (decimal): -6149260 or 7613346. OLE color: 7613346.
HSL color Cylindrical-coordinate representation of color #A22B74: hue angle of 323.19º degrees, saturation: 0.58, 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 #A22B74 is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 43 | 116 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.36 |
| HSL | 323.19º | 0.58% | 0.4% | - |
| HSV(B) | 323.19º | 0.73% | 0.64% | - |
| XYZ | 18.92 | 10.67 | 17.59 | - |
| YUV | 86.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 43 | 116 | 0 | 0.73 | 0.28 | 0.36 | 323.19 | 0.58 | 0.4 |
| Hex | A2 | 2B | 74 | 0 | 49 | 1C | 24 | 143 | 3A | 28 |
| Octal | 242 | 53 | 164 | 0 | 111 | 34 | 44 | 503 | 72 | 50 |
| Binary | 10100010 | 101011 | 1110100 | 0 | 1001001 | 11100 | 100100 | 101000011 | 111010 | 101000 |
Color Harmonies of #A22B74
Complementary color
Monochromatic Colors of #A22B74
Black with #A22B74
Text Example
Text Example
White with #A22B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22B74; }
p { color: rgb(162,43,116); }
H1.HeaderClassName
{
color: #A22B74;
}
.AnyTagClassName
{
color: #A22B74;
}
</style>
background-color css
<style>
a { background-color: #A22B74; }
a { background-color: rgb(162,43,116); }
div.DivClassName
{
background-color: #A22B74;
}
.BgClassName
{
background-color: #A22B74;
}
</style>
border-color css
<style>
span { border-color: #A22B74; }
span { border-color: rgb(162,43,116); }
td.TdClassName
{
border-color: #A22B74;
}
.TagClassName
{
border-color: #A22B74;
}
</style>