Shades of Medium Red Violet #A22D7D
Tints of Medium Red Violet #A22D7D
RGB
CMYK
RGB Variations
Color information
#A22D7D (or 0xA22D7D) is known color: Medium Red Violet. HEX triplet: A2, 2D and 7D. RGB value is (162,45,125). Sum of RGB (Red+Green+Blue) = 162+45+125=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22D7D is #5DD282. Grayscale: #585858. Windows color (decimal): -6148739 or 8203682. OLE color: 8203682.
HSL color Cylindrical-coordinate representation of color #A22D7D: hue angle of 318.97º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A22D7D is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 45 | 125 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.36 |
| HSL | 318.97º | 0.57% | 0.41% | - |
| HSV(B) | 318.97º | 0.72% | 0.64% | - |
| XYZ | 19.54 | 11.04 | 20.5 | - |
| YUV | 89.1 | 148.26 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 125 | 0 | 0.72 | 0.23 | 0.36 | 318.97 | 0.57 | 0.41 |
| Hex | A2 | 2D | 7D | 0 | 48 | 17 | 24 | 13F | 39 | 29 |
| Octal | 242 | 55 | 175 | 0 | 110 | 27 | 44 | 477 | 71 | 51 |
| Binary | 10100010 | 101101 | 1111101 | 0 | 1001000 | 10111 | 100100 | 100111111 | 111001 | 101001 |
Color Harmonies of #A22D7D
Complementary color
Monochromatic Colors of #A22D7D
Black with #A22D7D
Text Example
Text Example
White with #A22D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22D7D; }
p { color: rgb(162,45,125); }
H1.HeaderClassName
{
color: #A22D7D;
}
.AnyTagClassName
{
color: #A22D7D;
}
</style>
background-color css
<style>
a { background-color: #A22D7D; }
a { background-color: rgb(162,45,125); }
div.DivClassName
{
background-color: #A22D7D;
}
.BgClassName
{
background-color: #A22D7D;
}
</style>
border-color css
<style>
span { border-color: #A22D7D; }
span { border-color: rgb(162,45,125); }
td.TdClassName
{
border-color: #A22D7D;
}
.TagClassName
{
border-color: #A22D7D;
}
</style>