Shades of Medium Red Violet #A22D99
Tints of Medium Red Violet #A22D99
RGB
CMYK
RGB Variations
Color information
#A22D99 (or 0xA22D99) is known color: Medium Red Violet. HEX triplet: A2, 2D and 99. RGB value is (162,45,153). Sum of RGB (Red+Green+Blue) = 162+45+153=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22D99 is #5DD266. Grayscale: #5B5B5B. Windows color (decimal): -6148711 or 10038690. OLE color: 10038690.
HSL color Cylindrical-coordinate representation of color #A22D99: hue angle of 304.62º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A22D99 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 45 | 153 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.36 |
| HSL | 304.62º | 0.57% | 0.41% | - |
| HSV(B) | 304.62º | 0.72% | 0.64% | - |
| XYZ | 21.59 | 11.86 | 31.29 | - |
| YUV | 92.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 153 | 0 | 0.72 | 0.06 | 0.36 | 304.62 | 0.57 | 0.41 |
| Hex | A2 | 2D | 99 | 0 | 48 | 6 | 24 | 131 | 39 | 29 |
| Octal | 242 | 55 | 231 | 0 | 110 | 6 | 44 | 461 | 71 | 51 |
| Binary | 10100010 | 101101 | 10011001 | 0 | 1001000 | 110 | 100100 | 100110001 | 111001 | 101001 |
Color Harmonies of #A22D99
Complementary color
Monochromatic Colors of #A22D99
Black with #A22D99
Text Example
Text Example
White with #A22D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22D99; }
p { color: rgb(162,45,153); }
H1.HeaderClassName
{
color: #A22D99;
}
.AnyTagClassName
{
color: #A22D99;
}
</style>
background-color css
<style>
a { background-color: #A22D99; }
a { background-color: rgb(162,45,153); }
div.DivClassName
{
background-color: #A22D99;
}
.BgClassName
{
background-color: #A22D99;
}
</style>
border-color css
<style>
span { border-color: #A22D99; }
span { border-color: rgb(162,45,153); }
td.TdClassName
{
border-color: #A22D99;
}
.TagClassName
{
border-color: #A22D99;
}
</style>