Shades of Medium Red Violet #A22C7D
Tints of Medium Red Violet #A22C7D
RGB
CMYK
RGB Variations
Color information
#A22C7D (or 0xA22C7D) is known color: Medium Red Violet. HEX triplet: A2, 2C and 7D. RGB value is (162,44,125). Sum of RGB (Red+Green+Blue) = 162+44+125=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22C7D is #5DD382. Grayscale: #585858. Windows color (decimal): -6148995 or 8203426. OLE color: 8203426.
HSL color Cylindrical-coordinate representation of color #A22C7D: hue angle of 318.81º 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 #A22C7D is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 44 | 125 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.36 |
| HSL | 318.81º | 0.57% | 0.4% | - |
| HSV(B) | 318.81º | 0.73% | 0.64% | - |
| XYZ | 19.5 | 10.96 | 20.49 | - |
| YUV | 88.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 125 | 0 | 0.73 | 0.23 | 0.36 | 318.81 | 0.57 | 0.4 |
| Hex | A2 | 2C | 7D | 0 | 49 | 17 | 24 | 13F | 39 | 28 |
| Octal | 242 | 54 | 175 | 0 | 111 | 27 | 44 | 477 | 71 | 50 |
| Binary | 10100010 | 101100 | 1111101 | 0 | 1001001 | 10111 | 100100 | 100111111 | 111001 | 101000 |
Color Harmonies of #A22C7D
Complementary color
Monochromatic Colors of #A22C7D
Black with #A22C7D
Text Example
Text Example
White with #A22C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22C7D; }
p { color: rgb(162,44,125); }
H1.HeaderClassName
{
color: #A22C7D;
}
.AnyTagClassName
{
color: #A22C7D;
}
</style>
background-color css
<style>
a { background-color: #A22C7D; }
a { background-color: rgb(162,44,125); }
div.DivClassName
{
background-color: #A22C7D;
}
.BgClassName
{
background-color: #A22C7D;
}
</style>
border-color css
<style>
span { border-color: #A22C7D; }
span { border-color: rgb(162,44,125); }
td.TdClassName
{
border-color: #A22C7D;
}
.TagClassName
{
border-color: #A22C7D;
}
</style>