Shades of Medium Red Violet #A22879
Tints of Medium Red Violet #A22879
RGB
CMYK
RGB Variations
Color information
#A22879 (or 0xA22879) is known color: Medium Red Violet. HEX triplet: A2, 28 and 79. RGB value is (162,40,121). Sum of RGB (Red+Green+Blue) = 162+40+121=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A22879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22879 is #5DD786. Grayscale: #555555. Windows color (decimal): -6150023 or 7940258. OLE color: 7940258.
HSL color Cylindrical-coordinate representation of color #A22879: hue angle of 320.16º 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 #A22879 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 40 | 121 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.36 |
| HSL | 320.16º | 0.6% | 0.4% | - |
| HSV(B) | 320.16º | 0.75% | 0.64% | - |
| XYZ | 19.11 | 10.58 | 19.12 | - |
| YUV | 85.71 | 147.92 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 121 | 0 | 0.75 | 0.25 | 0.36 | 320.16 | 0.6 | 0.4 |
| Hex | A2 | 28 | 79 | 0 | 4B | 19 | 24 | 140 | 3C | 28 |
| Octal | 242 | 50 | 171 | 0 | 113 | 31 | 44 | 500 | 74 | 50 |
| Binary | 10100010 | 101000 | 1111001 | 0 | 1001011 | 11001 | 100100 | 101000000 | 111100 | 101000 |
Color Harmonies of #A22879
Complementary color
Monochromatic Colors of #A22879
Black with #A22879
Text Example
Text Example
White with #A22879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22879; }
p { color: rgb(162,40,121); }
H1.HeaderClassName
{
color: #A22879;
}
.AnyTagClassName
{
color: #A22879;
}
</style>
background-color css
<style>
a { background-color: #A22879; }
a { background-color: rgb(162,40,121); }
div.DivClassName
{
background-color: #A22879;
}
.BgClassName
{
background-color: #A22879;
}
</style>
border-color css
<style>
span { border-color: #A22879; }
span { border-color: rgb(162,40,121); }
td.TdClassName
{
border-color: #A22879;
}
.TagClassName
{
border-color: #A22879;
}
</style>