Shades of Medium Red Violet #A22C7E
Tints of Medium Red Violet #A22C7E
RGB
CMYK
RGB Variations
Color information
#A22C7E (or 0xA22C7E) is known color: Medium Red Violet. HEX triplet: A2, 2C and 7E. RGB value is (162,44,126). Sum of RGB (Red+Green+Blue) = 162+44+126=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22C7E is #5DD381. Grayscale: #585858. Windows color (decimal): -6148994 or 8268962. OLE color: 8268962.
HSL color Cylindrical-coordinate representation of color #A22C7E: hue angle of 318.31º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22C7E is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 44 | 126 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.36 |
| HSL | 318.31º | 0.57% | 0.4% | - |
| HSV(B) | 318.31º | 0.73% | 0.64% | - |
| XYZ | 19.57 | 10.99 | 20.83 | - |
| YUV | 88.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 126 | 0 | 0.73 | 0.22 | 0.36 | 318.31 | 0.57 | 0.4 |
| Hex | A2 | 2C | 7E | 0 | 49 | 16 | 24 | 13E | 39 | 28 |
| Octal | 242 | 54 | 176 | 0 | 111 | 26 | 44 | 476 | 71 | 50 |
| Binary | 10100010 | 101100 | 1111110 | 0 | 1001001 | 10110 | 100100 | 100111110 | 111001 | 101000 |
Color Harmonies of #A22C7E
Complementary color
Monochromatic Colors of #A22C7E
Black with #A22C7E
Text Example
Text Example
White with #A22C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22C7E; }
p { color: rgb(162,44,126); }
H1.HeaderClassName
{
color: #A22C7E;
}
.AnyTagClassName
{
color: #A22C7E;
}
</style>
background-color css
<style>
a { background-color: #A22C7E; }
a { background-color: rgb(162,44,126); }
div.DivClassName
{
background-color: #A22C7E;
}
.BgClassName
{
background-color: #A22C7E;
}
</style>
border-color css
<style>
span { border-color: #A22C7E; }
span { border-color: rgb(162,44,126); }
td.TdClassName
{
border-color: #A22C7E;
}
.TagClassName
{
border-color: #A22C7E;
}
</style>