Shades of Dark Magenta #A12098
Tints of Dark Magenta #A12098
RGB
CMYK
RGB Variations
Color information
#A12098 (or 0xA12098) is known color: Dark Magenta. HEX triplet: A1, 20 and 98. RGB value is (161,32,152). Sum of RGB (Red+Green+Blue) = 161+32+152=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A12098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12098 is #5EDF67. Grayscale: #535353. Windows color (decimal): -6217576 or 9969825. OLE color: 9969825.
HSL color Cylindrical-coordinate representation of color #A12098: hue angle of 304.19º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12098 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 152 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.37 |
| HSL | 304.19º | 0.67% | 0.38% | - |
| HSV(B) | 304.19º | 0.8% | 0.63% | - |
| XYZ | 20.88 | 10.88 | 30.7 | - |
| YUV | 84.25 | 166.24 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 152 | 0 | 0.80 | 0.06 | 0.37 | 304.19 | 0.67 | 0.38 |
| Hex | A1 | 20 | 98 | 0 | 50 | 6 | 25 | 130 | 43 | 26 |
| Octal | 241 | 40 | 230 | 0 | 120 | 6 | 45 | 460 | 103 | 46 |
| Binary | 10100001 | 100000 | 10011000 | 0 | 1010000 | 110 | 100101 | 100110000 | 1000011 | 100110 |
Color Harmonies of #A12098
Complementary color
Monochromatic Colors of #A12098
Black with #A12098
Text Example
Text Example
White with #A12098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12098; }
p { color: rgb(161,32,152); }
H1.HeaderClassName
{
color: #A12098;
}
.AnyTagClassName
{
color: #A12098;
}
</style>
background-color css
<style>
a { background-color: #A12098; }
a { background-color: rgb(161,32,152); }
div.DivClassName
{
background-color: #A12098;
}
.BgClassName
{
background-color: #A12098;
}
</style>
border-color css
<style>
span { border-color: #A12098; }
span { border-color: rgb(161,32,152); }
td.TdClassName
{
border-color: #A12098;
}
.TagClassName
{
border-color: #A12098;
}
</style>