Shades of Medium Red Violet #A22E7B
Tints of Medium Red Violet #A22E7B
RGB
CMYK
RGB Variations
Color information
#A22E7B (or 0xA22E7B) is known color: Medium Red Violet. HEX triplet: A2, 2E and 7B. RGB value is (162,46,123). Sum of RGB (Red+Green+Blue) = 162+46+123=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22E7B is #5DD184. Grayscale: #595959. Windows color (decimal): -6148485 or 8072866. OLE color: 8072866.
HSL color Cylindrical-coordinate representation of color #A22E7B: hue angle of 320.17º degrees, saturation: 0.56, 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 #A22E7B is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 46 | 123 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.36 |
| HSL | 320.17º | 0.56% | 0.41% | - |
| HSV(B) | 320.17º | 0.72% | 0.64% | - |
| XYZ | 19.45 | 11.07 | 19.85 | - |
| YUV | 89.46 | 146.93 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 46 | 123 | 0 | 0.72 | 0.24 | 0.36 | 320.17 | 0.56 | 0.41 |
| Hex | A2 | 2E | 7B | 0 | 48 | 18 | 24 | 140 | 38 | 29 |
| Octal | 242 | 56 | 173 | 0 | 110 | 30 | 44 | 500 | 70 | 51 |
| Binary | 10100010 | 101110 | 1111011 | 0 | 1001000 | 11000 | 100100 | 101000000 | 111000 | 101001 |
Color Harmonies of #A22E7B
Complementary color
Monochromatic Colors of #A22E7B
Black with #A22E7B
Text Example
Text Example
White with #A22E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22E7B; }
p { color: rgb(162,46,123); }
H1.HeaderClassName
{
color: #A22E7B;
}
.AnyTagClassName
{
color: #A22E7B;
}
</style>
background-color css
<style>
a { background-color: #A22E7B; }
a { background-color: rgb(162,46,123); }
div.DivClassName
{
background-color: #A22E7B;
}
.BgClassName
{
background-color: #A22E7B;
}
</style>
border-color css
<style>
span { border-color: #A22E7B; }
span { border-color: rgb(162,46,123); }
td.TdClassName
{
border-color: #A22E7B;
}
.TagClassName
{
border-color: #A22E7B;
}
</style>