Shades of Dark Magenta #A11289
Tints of Dark Magenta #A11289
RGB
CMYK
RGB Variations
Color information
#A11289 (or 0xA11289) is known color: Dark Magenta. HEX triplet: A1, 12 and 89. RGB value is (161,18,137). Sum of RGB (Red+Green+Blue) = 161+18+137=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A11289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11289 is #5EED76. Grayscale: #494949. Windows color (decimal): -6221175 or 8983201. OLE color: 8983201.
HSL color Cylindrical-coordinate representation of color #A11289: hue angle of 310.07º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11289 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 137 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.37 |
| HSL | 310.07º | 0.8% | 0.35% | - |
| HSV(B) | 310.07º | 0.89% | 0.63% | - |
| XYZ | 19.43 | 9.82 | 24.54 | - |
| YUV | 74.32 | 163.38 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 137 | 0 | 0.89 | 0.15 | 0.37 | 310.07 | 0.8 | 0.35 |
| Hex | A1 | 12 | 89 | 0 | 59 | F | 25 | 136 | 50 | 23 |
| Octal | 241 | 22 | 211 | 0 | 131 | 17 | 45 | 466 | 120 | 43 |
| Binary | 10100001 | 10010 | 10001001 | 0 | 1011001 | 1111 | 100101 | 100110110 | 1010000 | 100011 |
Color Harmonies of #A11289
Complementary color
Monochromatic Colors of #A11289
Black with #A11289
Text Example
Text Example
White with #A11289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11289; }
p { color: rgb(161,18,137); }
H1.HeaderClassName
{
color: #A11289;
}
.AnyTagClassName
{
color: #A11289;
}
</style>
background-color css
<style>
a { background-color: #A11289; }
a { background-color: rgb(161,18,137); }
div.DivClassName
{
background-color: #A11289;
}
.BgClassName
{
background-color: #A11289;
}
</style>
border-color css
<style>
span { border-color: #A11289; }
span { border-color: rgb(161,18,137); }
td.TdClassName
{
border-color: #A11289;
}
.TagClassName
{
border-color: #A11289;
}
</style>