Shades of Dark Magenta #A22098
Tints of Dark Magenta #A22098
RGB
CMYK
RGB Variations
Color information
#A22098 (or 0xA22098) is known color: Dark Magenta. HEX triplet: A2, 20 and 98. RGB value is (162,32,152). Sum of RGB (Red+Green+Blue) = 162+32+152=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A22098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22098 is #5DDF67. Grayscale: #545454. Windows color (decimal): -6152040 or 9969826. OLE color: 9969826.
HSL color Cylindrical-coordinate representation of color #A22098: hue angle of 304.62º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22098 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 32 | 152 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.36 |
| HSL | 304.62º | 0.67% | 0.38% | - |
| HSV(B) | 304.62º | 0.8% | 0.64% | - |
| XYZ | 21.08 | 10.98 | 30.71 | - |
| YUV | 84.55 | 166.07 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 32 | 152 | 0 | 0.80 | 0.06 | 0.36 | 304.62 | 0.67 | 0.38 |
| Hex | A2 | 20 | 98 | 0 | 50 | 6 | 24 | 131 | 43 | 26 |
| Octal | 242 | 40 | 230 | 0 | 120 | 6 | 44 | 461 | 103 | 46 |
| Binary | 10100010 | 100000 | 10011000 | 0 | 1010000 | 110 | 100100 | 100110001 | 1000011 | 100110 |
Color Harmonies of #A22098
Complementary color
Monochromatic Colors of #A22098
Black with #A22098
Text Example
Text Example
White with #A22098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22098; }
p { color: rgb(162,32,152); }
H1.HeaderClassName
{
color: #A22098;
}
.AnyTagClassName
{
color: #A22098;
}
</style>
background-color css
<style>
a { background-color: #A22098; }
a { background-color: rgb(162,32,152); }
div.DivClassName
{
background-color: #A22098;
}
.BgClassName
{
background-color: #A22098;
}
</style>
border-color css
<style>
span { border-color: #A22098; }
span { border-color: rgb(162,32,152); }
td.TdClassName
{
border-color: #A22098;
}
.TagClassName
{
border-color: #A22098;
}
</style>