Shades of Dark Magenta #A1109B
Tints of Dark Magenta #A1109B
RGB
CMYK
RGB Variations
Color information
#A1109B (or 0xA1109B) is known color: Dark Magenta. HEX triplet: A1, 10 and 9B. RGB value is (161,16,155). Sum of RGB (Red+Green+Blue) = 161+16+155=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A1109B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1109B is #5EEF64. Grayscale: #4A4A4A. Windows color (decimal): -6221669 or 10162337. OLE color: 10162337.
HSL color Cylindrical-coordinate representation of color #A1109B: hue angle of 302.48º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1109B is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 155 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.37 |
| HSL | 302.48º | 0.82% | 0.35% | - |
| HSV(B) | 302.48º | 0.9% | 0.63% | - |
| XYZ | 20.8 | 10.31 | 31.9 | - |
| YUV | 75.2 | 173.04 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 155 | 0 | 0.90 | 0.04 | 0.37 | 302.48 | 0.82 | 0.35 |
| Hex | A1 | 10 | 9B | 0 | 5A | 4 | 25 | 12E | 52 | 23 |
| Octal | 241 | 20 | 233 | 0 | 132 | 4 | 45 | 456 | 122 | 43 |
| Binary | 10100001 | 10000 | 10011011 | 0 | 1011010 | 100 | 100101 | 100101110 | 1010010 | 100011 |
Color Harmonies of #A1109B
Complementary color
Monochromatic Colors of #A1109B
Black with #A1109B
Text Example
Text Example
White with #A1109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1109B; }
p { color: rgb(161,16,155); }
H1.HeaderClassName
{
color: #A1109B;
}
.AnyTagClassName
{
color: #A1109B;
}
</style>
background-color css
<style>
a { background-color: #A1109B; }
a { background-color: rgb(161,16,155); }
div.DivClassName
{
background-color: #A1109B;
}
.BgClassName
{
background-color: #A1109B;
}
</style>
border-color css
<style>
span { border-color: #A1109B; }
span { border-color: rgb(161,16,155); }
td.TdClassName
{
border-color: #A1109B;
}
.TagClassName
{
border-color: #A1109B;
}
</style>