Shades of Dark Magenta #A1099B
Tints of Dark Magenta #A1099B
RGB
CMYK
RGB Variations
Color information
#A1099B (or 0xA1099B) is known color: Dark Magenta. HEX triplet: A1, 09 and 9B. RGB value is (161,9,155). Sum of RGB (Red+Green+Blue) = 161+9+155=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1099B is #5EF664. Grayscale: #464646. Windows color (decimal): -6223461 or 10160545. OLE color: 10160545.
HSL color Cylindrical-coordinate representation of color #A1099B: hue angle of 302.37º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1099B is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 9 | 155 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.37 |
| HSL | 302.37º | 0.89% | 0.33% | - |
| HSV(B) | 302.37º | 0.94% | 0.63% | - |
| XYZ | 20.71 | 10.14 | 31.88 | - |
| YUV | 71.09 | 175.36 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 155 | 0 | 0.94 | 0.04 | 0.37 | 302.37 | 0.89 | 0.33 |
| Hex | A1 | 9 | 9B | 0 | 5E | 4 | 25 | 12E | 59 | 21 |
| Octal | 241 | 11 | 233 | 0 | 136 | 4 | 45 | 456 | 131 | 41 |
| Binary | 10100001 | 1001 | 10011011 | 0 | 1011110 | 100 | 100101 | 100101110 | 1011001 | 100001 |
Color Harmonies of #A1099B
Complementary color
Monochromatic Colors of #A1099B
Black with #A1099B
Text Example
Text Example
White with #A1099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1099B; }
p { color: rgb(161,9,155); }
H1.HeaderClassName
{
color: #A1099B;
}
.AnyTagClassName
{
color: #A1099B;
}
</style>
background-color css
<style>
a { background-color: #A1099B; }
a { background-color: rgb(161,9,155); }
div.DivClassName
{
background-color: #A1099B;
}
.BgClassName
{
background-color: #A1099B;
}
</style>
border-color css
<style>
span { border-color: #A1099B; }
span { border-color: rgb(161,9,155); }
td.TdClassName
{
border-color: #A1099B;
}
.TagClassName
{
border-color: #A1099B;
}
</style>