Shades of Medium Red Violet #A22877
Tints of Medium Red Violet #A22877
RGB
CMYK
RGB Variations
Color information
#A22877 (or 0xA22877) is known color: Medium Red Violet. HEX triplet: A2, 28 and 77. RGB value is (162,40,119). Sum of RGB (Red+Green+Blue) = 162+40+119=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A22877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22877 is #5DD788. Grayscale: #555555. Windows color (decimal): -6150025 or 7809186. OLE color: 7809186.
HSL color Cylindrical-coordinate representation of color #A22877: hue angle of 321.15º 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 #A22877 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 40 | 119 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.36 |
| HSL | 321.15º | 0.6% | 0.4% | - |
| HSV(B) | 321.15º | 0.75% | 0.64% | - |
| XYZ | 18.99 | 10.53 | 18.48 | - |
| YUV | 85.48 | 146.92 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 119 | 0 | 0.75 | 0.27 | 0.36 | 321.15 | 0.6 | 0.4 |
| Hex | A2 | 28 | 77 | 0 | 4B | 1B | 24 | 141 | 3C | 28 |
| Octal | 242 | 50 | 167 | 0 | 113 | 33 | 44 | 501 | 74 | 50 |
| Binary | 10100010 | 101000 | 1110111 | 0 | 1001011 | 11011 | 100100 | 101000001 | 111100 | 101000 |
Color Harmonies of #A22877
Complementary color
Monochromatic Colors of #A22877
Black with #A22877
Text Example
Text Example
White with #A22877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22877; }
p { color: rgb(162,40,119); }
H1.HeaderClassName
{
color: #A22877;
}
.AnyTagClassName
{
color: #A22877;
}
</style>
background-color css
<style>
a { background-color: #A22877; }
a { background-color: rgb(162,40,119); }
div.DivClassName
{
background-color: #A22877;
}
.BgClassName
{
background-color: #A22877;
}
</style>
border-color css
<style>
span { border-color: #A22877; }
span { border-color: rgb(162,40,119); }
td.TdClassName
{
border-color: #A22877;
}
.TagClassName
{
border-color: #A22877;
}
</style>