Shades of Dark Magenta #A1209B
Tints of Dark Magenta #A1209B
RGB
CMYK
RGB Variations
Color information
#A1209B (or 0xA1209B) is known color: Dark Magenta. HEX triplet: A1, 20 and 9B. RGB value is (161,32,155). Sum of RGB (Red+Green+Blue) = 161+32+155=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A1209B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1209B is #5EDF64. Grayscale: #545454. Windows color (decimal): -6217573 or 10166433. OLE color: 10166433.
HSL color Cylindrical-coordinate representation of color #A1209B: hue angle of 302.79º 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 #A1209B is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 155 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.37 |
| HSL | 302.79º | 0.67% | 0.38% | - |
| HSV(B) | 302.79º | 0.8% | 0.63% | - |
| XYZ | 21.13 | 10.98 | 32.02 | - |
| YUV | 84.59 | 167.74 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 155 | 0 | 0.80 | 0.04 | 0.37 | 302.79 | 0.67 | 0.38 |
| Hex | A1 | 20 | 9B | 0 | 50 | 4 | 25 | 12F | 43 | 26 |
| Octal | 241 | 40 | 233 | 0 | 120 | 4 | 45 | 457 | 103 | 46 |
| Binary | 10100001 | 100000 | 10011011 | 0 | 1010000 | 100 | 100101 | 100101111 | 1000011 | 100110 |
Color Harmonies of #A1209B
Complementary color
Monochromatic Colors of #A1209B
Black with #A1209B
Text Example
Text Example
White with #A1209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1209B; }
p { color: rgb(161,32,155); }
H1.HeaderClassName
{
color: #A1209B;
}
.AnyTagClassName
{
color: #A1209B;
}
</style>
background-color css
<style>
a { background-color: #A1209B; }
a { background-color: rgb(161,32,155); }
div.DivClassName
{
background-color: #A1209B;
}
.BgClassName
{
background-color: #A1209B;
}
</style>
border-color css
<style>
span { border-color: #A1209B; }
span { border-color: rgb(161,32,155); }
td.TdClassName
{
border-color: #A1209B;
}
.TagClassName
{
border-color: #A1209B;
}
</style>