Shades of Medium Red Violet #A22881
Tints of Medium Red Violet #A22881
RGB
CMYK
RGB Variations
Color information
#A22881 (or 0xA22881) is known color: Medium Red Violet. HEX triplet: A2, 28 and 81. RGB value is (162,40,129). Sum of RGB (Red+Green+Blue) = 162+40+129=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A22881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22881 is #5DD77E. Grayscale: #565656. Windows color (decimal): -6150015 or 8464546. OLE color: 8464546.
HSL color Cylindrical-coordinate representation of color #A22881: hue angle of 316.23º 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 #A22881 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 40 | 129 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.36 |
| HSL | 316.23º | 0.6% | 0.4% | - |
| HSV(B) | 316.23º | 0.75% | 0.64% | - |
| XYZ | 19.62 | 10.78 | 21.82 | - |
| YUV | 86.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 129 | 0 | 0.75 | 0.20 | 0.36 | 316.23 | 0.6 | 0.4 |
| Hex | A2 | 28 | 81 | 0 | 4B | 14 | 24 | 13C | 3C | 28 |
| Octal | 242 | 50 | 201 | 0 | 113 | 24 | 44 | 474 | 74 | 50 |
| Binary | 10100010 | 101000 | 10000001 | 0 | 1001011 | 10100 | 100100 | 100111100 | 111100 | 101000 |
Color Harmonies of #A22881
Complementary color
Monochromatic Colors of #A22881
Black with #A22881
Text Example
Text Example
White with #A22881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22881; }
p { color: rgb(162,40,129); }
H1.HeaderClassName
{
color: #A22881;
}
.AnyTagClassName
{
color: #A22881;
}
</style>
background-color css
<style>
a { background-color: #A22881; }
a { background-color: rgb(162,40,129); }
div.DivClassName
{
background-color: #A22881;
}
.BgClassName
{
background-color: #A22881;
}
</style>
border-color css
<style>
span { border-color: #A22881; }
span { border-color: rgb(162,40,129); }
td.TdClassName
{
border-color: #A22881;
}
.TagClassName
{
border-color: #A22881;
}
</style>