Shades of Medium Red Violet #A22D98
Tints of Medium Red Violet #A22D98
RGB
CMYK
RGB Variations
Color information
#A22D98 (or 0xA22D98) is known color: Medium Red Violet. HEX triplet: A2, 2D and 98. RGB value is (162,45,152). Sum of RGB (Red+Green+Blue) = 162+45+152=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22D98 is #5DD267. Grayscale: #5B5B5B. Windows color (decimal): -6148712 or 9973154. OLE color: 9973154.
HSL color Cylindrical-coordinate representation of color #A22D98: hue angle of 305.13º 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 #A22D98 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 45 | 152 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.36 |
| HSL | 305.13º | 0.57% | 0.41% | - |
| HSV(B) | 305.13º | 0.72% | 0.64% | - |
| XYZ | 21.51 | 11.83 | 30.85 | - |
| YUV | 92.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 152 | 0 | 0.72 | 0.06 | 0.36 | 305.13 | 0.57 | 0.41 |
| Hex | A2 | 2D | 98 | 0 | 48 | 6 | 24 | 131 | 39 | 29 |
| Octal | 242 | 55 | 230 | 0 | 110 | 6 | 44 | 461 | 71 | 51 |
| Binary | 10100010 | 101101 | 10011000 | 0 | 1001000 | 110 | 100100 | 100110001 | 111001 | 101001 |
Color Harmonies of #A22D98
Complementary color
Monochromatic Colors of #A22D98
Black with #A22D98
Text Example
Text Example
White with #A22D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22D98; }
p { color: rgb(162,45,152); }
H1.HeaderClassName
{
color: #A22D98;
}
.AnyTagClassName
{
color: #A22D98;
}
</style>
background-color css
<style>
a { background-color: #A22D98; }
a { background-color: rgb(162,45,152); }
div.DivClassName
{
background-color: #A22D98;
}
.BgClassName
{
background-color: #A22D98;
}
</style>
border-color css
<style>
span { border-color: #A22D98; }
span { border-color: rgb(162,45,152); }
td.TdClassName
{
border-color: #A22D98;
}
.TagClassName
{
border-color: #A22D98;
}
</style>