Shades of Medium Red Violet #A22D88
Tints of Medium Red Violet #A22D88
RGB
CMYK
RGB Variations
Color information
#A22D88 (or 0xA22D88) is known color: Medium Red Violet. HEX triplet: A2, 2D and 88. RGB value is (162,45,136). Sum of RGB (Red+Green+Blue) = 162+45+136=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22D88 is #5DD277. Grayscale: #5A5A5A. Windows color (decimal): -6148728 or 8924578. OLE color: 8924578.
HSL color Cylindrical-coordinate representation of color #A22D88: hue angle of 313.33º 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 #A22D88 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 45 | 136 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.36 |
| HSL | 313.33º | 0.57% | 0.41% | - |
| HSV(B) | 313.33º | 0.72% | 0.64% | - |
| XYZ | 20.28 | 11.34 | 24.41 | - |
| YUV | 90.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 136 | 0 | 0.72 | 0.16 | 0.36 | 313.33 | 0.57 | 0.41 |
| Hex | A2 | 2D | 88 | 0 | 48 | 10 | 24 | 139 | 39 | 29 |
| Octal | 242 | 55 | 210 | 0 | 110 | 20 | 44 | 471 | 71 | 51 |
| Binary | 10100010 | 101101 | 10001000 | 0 | 1001000 | 10000 | 100100 | 100111001 | 111001 | 101001 |
Color Harmonies of #A22D88
Complementary color
Monochromatic Colors of #A22D88
Black with #A22D88
Text Example
Text Example
White with #A22D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22D88; }
p { color: rgb(162,45,136); }
H1.HeaderClassName
{
color: #A22D88;
}
.AnyTagClassName
{
color: #A22D88;
}
</style>
background-color css
<style>
a { background-color: #A22D88; }
a { background-color: rgb(162,45,136); }
div.DivClassName
{
background-color: #A22D88;
}
.BgClassName
{
background-color: #A22D88;
}
</style>
border-color css
<style>
span { border-color: #A22D88; }
span { border-color: rgb(162,45,136); }
td.TdClassName
{
border-color: #A22D88;
}
.TagClassName
{
border-color: #A22D88;
}
</style>