Shades of Medium Red Violet #A22A7B
Tints of Medium Red Violet #A22A7B
RGB
CMYK
RGB Variations
Color information
#A22A7B (or 0xA22A7B) is known color: Medium Red Violet. HEX triplet: A2, 2A and 7B. RGB value is (162,42,123). Sum of RGB (Red+Green+Blue) = 162+42+123=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22A7B is #5DD584. Grayscale: #565656. Windows color (decimal): -6149509 or 8071842. OLE color: 8071842.
HSL color Cylindrical-coordinate representation of color #A22A7B: hue angle of 319.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A22A7B is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 42 | 123 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.36 |
| HSL | 319.5º | 0.59% | 0.4% | - |
| HSV(B) | 319.5º | 0.74% | 0.64% | - |
| XYZ | 19.3 | 10.77 | 19.8 | - |
| YUV | 87.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 42 | 123 | 0 | 0.74 | 0.24 | 0.36 | 319.5 | 0.59 | 0.4 |
| Hex | A2 | 2A | 7B | 0 | 4A | 18 | 24 | 140 | 3B | 28 |
| Octal | 242 | 52 | 173 | 0 | 112 | 30 | 44 | 500 | 73 | 50 |
| Binary | 10100010 | 101010 | 1111011 | 0 | 1001010 | 11000 | 100100 | 101000000 | 111011 | 101000 |
Color Harmonies of #A22A7B
Complementary color
Monochromatic Colors of #A22A7B
Black with #A22A7B
Text Example
Text Example
White with #A22A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22A7B; }
p { color: rgb(162,42,123); }
H1.HeaderClassName
{
color: #A22A7B;
}
.AnyTagClassName
{
color: #A22A7B;
}
</style>
background-color css
<style>
a { background-color: #A22A7B; }
a { background-color: rgb(162,42,123); }
div.DivClassName
{
background-color: #A22A7B;
}
.BgClassName
{
background-color: #A22A7B;
}
</style>
border-color css
<style>
span { border-color: #A22A7B; }
span { border-color: rgb(162,42,123); }
td.TdClassName
{
border-color: #A22A7B;
}
.TagClassName
{
border-color: #A22A7B;
}
</style>