Shades of Medium Red Violet #A22A95
Tints of Medium Red Violet #A22A95
RGB
CMYK
RGB Variations
Color information
#A22A95 (or 0xA22A95) is known color: Medium Red Violet. HEX triplet: A2, 2A and 95. RGB value is (162,42,149). Sum of RGB (Red+Green+Blue) = 162+42+149=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22A95 is #5DD56A. Grayscale: #595959. Windows color (decimal): -6149483 or 9775778. OLE color: 9775778.
HSL color Cylindrical-coordinate representation of color #A22A95: hue angle of 306.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A22A95 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 42 | 149 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.36 |
| HSL | 306.5º | 0.59% | 0.4% | - |
| HSV(B) | 306.5º | 0.74% | 0.64% | - |
| XYZ | 21.15 | 11.51 | 29.54 | - |
| YUV | 90.08 | 161.26 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 42 | 149 | 0 | 0.74 | 0.08 | 0.36 | 306.5 | 0.59 | 0.4 |
| Hex | A2 | 2A | 95 | 0 | 4A | 8 | 24 | 132 | 3B | 28 |
| Octal | 242 | 52 | 225 | 0 | 112 | 10 | 44 | 462 | 73 | 50 |
| Binary | 10100010 | 101010 | 10010101 | 0 | 1001010 | 1000 | 100100 | 100110010 | 111011 | 101000 |
Color Harmonies of #A22A95
Complementary color
Monochromatic Colors of #A22A95
Black with #A22A95
Text Example
Text Example
White with #A22A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22A95; }
p { color: rgb(162,42,149); }
H1.HeaderClassName
{
color: #A22A95;
}
.AnyTagClassName
{
color: #A22A95;
}
</style>
background-color css
<style>
a { background-color: #A22A95; }
a { background-color: rgb(162,42,149); }
div.DivClassName
{
background-color: #A22A95;
}
.BgClassName
{
background-color: #A22A95;
}
</style>
border-color css
<style>
span { border-color: #A22A95; }
span { border-color: rgb(162,42,149); }
td.TdClassName
{
border-color: #A22A95;
}
.TagClassName
{
border-color: #A22A95;
}
</style>