Shades of Medium Red Violet #A22882
Tints of Medium Red Violet #A22882
RGB
CMYK
RGB Variations
Color information
#A22882 (or 0xA22882) is known color: Medium Red Violet. HEX triplet: A2, 28 and 82. RGB value is (162,40,130). Sum of RGB (Red+Green+Blue) = 162+40+130=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A22882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22882 is #5DD77D. Grayscale: #565656. Windows color (decimal): -6150014 or 8530082. OLE color: 8530082.
HSL color Cylindrical-coordinate representation of color #A22882: hue angle of 315.74º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22882 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 40 | 130 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.36 |
| HSL | 315.74º | 0.6% | 0.4% | - |
| HSV(B) | 315.74º | 0.75% | 0.64% | - |
| XYZ | 19.69 | 10.81 | 22.17 | - |
| YUV | 86.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 130 | 0 | 0.75 | 0.20 | 0.36 | 315.74 | 0.6 | 0.4 |
| Hex | A2 | 28 | 82 | 0 | 4B | 14 | 24 | 13C | 3C | 28 |
| Octal | 242 | 50 | 202 | 0 | 113 | 24 | 44 | 474 | 74 | 50 |
| Binary | 10100010 | 101000 | 10000010 | 0 | 1001011 | 10100 | 100100 | 100111100 | 111100 | 101000 |
Color Harmonies of #A22882
Complementary color
Monochromatic Colors of #A22882
Black with #A22882
Text Example
Text Example
White with #A22882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22882; }
p { color: rgb(162,40,130); }
H1.HeaderClassName
{
color: #A22882;
}
.AnyTagClassName
{
color: #A22882;
}
</style>
background-color css
<style>
a { background-color: #A22882; }
a { background-color: rgb(162,40,130); }
div.DivClassName
{
background-color: #A22882;
}
.BgClassName
{
background-color: #A22882;
}
</style>
border-color css
<style>
span { border-color: #A22882; }
span { border-color: rgb(162,40,130); }
td.TdClassName
{
border-color: #A22882;
}
.TagClassName
{
border-color: #A22882;
}
</style>