Shades of Dark Magenta #A11BAA
Tints of Dark Magenta #A11BAA
RGB
CMYK
RGB Variations
Color information
#A11BAA (or 0xA11BAA) is known color: Dark Magenta. HEX triplet: A1, 1B and AA. RGB value is (161,27,170). Sum of RGB (Red+Green+Blue) = 161+27+170=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #A11BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11BAA is #5EE455. Grayscale: #525252. Windows color (decimal): -6218838 or 11148193. OLE color: 11148193.
HSL color Cylindrical-coordinate representation of color #A11BAA: hue angle of 296.22º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11BAA is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 27 | 170 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.33 |
| HSL | 296.22º | 0.73% | 0.39% | - |
| HSV(B) | 296.22º | 0.84% | 0.67% | - |
| XYZ | 22.35 | 11.26 | 39.03 | - |
| YUV | 83.37 | 176.89 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 27 | 170 | 0.05 | 0.84 | 0 | 0.33 | 296.22 | 0.73 | 0.39 |
| Hex | A1 | 1B | AA | 5 | 54 | 0 | 21 | 128 | 49 | 27 |
| Octal | 241 | 33 | 252 | 5 | 124 | 0 | 41 | 450 | 111 | 47 |
| Binary | 10100001 | 11011 | 10101010 | 101 | 1010100 | 0 | 100001 | 100101000 | 1001001 | 100111 |
Color Harmonies of #A11BAA
Complementary color
Monochromatic Colors of #A11BAA
Black with #A11BAA
Text Example
Text Example
White with #A11BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11BAA; }
p { color: rgb(161,27,170); }
H1.HeaderClassName
{
color: #A11BAA;
}
.AnyTagClassName
{
color: #A11BAA;
}
</style>
background-color css
<style>
a { background-color: #A11BAA; }
a { background-color: rgb(161,27,170); }
div.DivClassName
{
background-color: #A11BAA;
}
.BgClassName
{
background-color: #A11BAA;
}
</style>
border-color css
<style>
span { border-color: #A11BAA; }
span { border-color: rgb(161,27,170); }
td.TdClassName
{
border-color: #A11BAA;
}
.TagClassName
{
border-color: #A11BAA;
}
</style>