Shades of Dark Magenta #A11AA9
Tints of Dark Magenta #A11AA9
RGB
CMYK
RGB Variations
Color information
#A11AA9 (or 0xA11AA9) is known color: Dark Magenta. HEX triplet: A1, 1A and A9. RGB value is (161,26,169). Sum of RGB (Red+Green+Blue) = 161+26+169=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 169 (66.41% from 255 or 47.47% from 356); Max value from RGB is 169 - color contains mainly: blue. Hex color #A11AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11AA9 is #5EE556. Grayscale: #525252. Windows color (decimal): -6219095 or 11082401. OLE color: 11082401.
HSL color Cylindrical-coordinate representation of color #A11AA9: hue angle of 296.64º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11AA9 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 26 | 169 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.34 |
| HSL | 296.64º | 0.73% | 0.38% | - |
| HSV(B) | 296.64º | 0.85% | 0.66% | - |
| XYZ | 22.23 | 11.18 | 38.52 | - |
| YUV | 82.67 | 176.73 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 169 | 0.05 | 0.85 | 0 | 0.34 | 296.64 | 0.73 | 0.38 |
| Hex | A1 | 1A | A9 | 5 | 55 | 0 | 22 | 129 | 49 | 26 |
| Octal | 241 | 32 | 251 | 5 | 125 | 0 | 42 | 451 | 111 | 46 |
| Binary | 10100001 | 11010 | 10101001 | 101 | 1010101 | 0 | 100010 | 100101001 | 1001001 | 100110 |
Color Harmonies of #A11AA9
Complementary color
Monochromatic Colors of #A11AA9
Black with #A11AA9
Text Example
Text Example
White with #A11AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11AA9; }
p { color: rgb(161,26,169); }
H1.HeaderClassName
{
color: #A11AA9;
}
.AnyTagClassName
{
color: #A11AA9;
}
</style>
background-color css
<style>
a { background-color: #A11AA9; }
a { background-color: rgb(161,26,169); }
div.DivClassName
{
background-color: #A11AA9;
}
.BgClassName
{
background-color: #A11AA9;
}
</style>
border-color css
<style>
span { border-color: #A11AA9; }
span { border-color: rgb(161,26,169); }
td.TdClassName
{
border-color: #A11AA9;
}
.TagClassName
{
border-color: #A11AA9;
}
</style>