Shades of Dark Magenta #A11B9A
Tints of Dark Magenta #A11B9A
RGB
CMYK
RGB Variations
Color information
#A11B9A (or 0xA11B9A) is known color: Dark Magenta. HEX triplet: A1, 1B and 9A. RGB value is (161,27,154). Sum of RGB (Red+Green+Blue) = 161+27+154=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11B9A is #5EE465. Grayscale: #515151. Windows color (decimal): -6218854 or 10099617. OLE color: 10099617.
HSL color Cylindrical-coordinate representation of color #A11B9A: hue angle of 303.13º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11B9A is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 27 | 154 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.37 |
| HSL | 303.13º | 0.71% | 0.37% | - |
| HSV(B) | 303.13º | 0.83% | 0.63% | - |
| XYZ | 20.92 | 10.69 | 31.53 | - |
| YUV | 81.54 | 168.89 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 27 | 154 | 0 | 0.83 | 0.04 | 0.37 | 303.13 | 0.71 | 0.37 |
| Hex | A1 | 1B | 9A | 0 | 53 | 4 | 25 | 12F | 47 | 25 |
| Octal | 241 | 33 | 232 | 0 | 123 | 4 | 45 | 457 | 107 | 45 |
| Binary | 10100001 | 11011 | 10011010 | 0 | 1010011 | 100 | 100101 | 100101111 | 1000111 | 100101 |
Color Harmonies of #A11B9A
Complementary color
Monochromatic Colors of #A11B9A
Black with #A11B9A
Text Example
Text Example
White with #A11B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11B9A; }
p { color: rgb(161,27,154); }
H1.HeaderClassName
{
color: #A11B9A;
}
.AnyTagClassName
{
color: #A11B9A;
}
</style>
background-color css
<style>
a { background-color: #A11B9A; }
a { background-color: rgb(161,27,154); }
div.DivClassName
{
background-color: #A11B9A;
}
.BgClassName
{
background-color: #A11B9A;
}
</style>
border-color css
<style>
span { border-color: #A11B9A; }
span { border-color: rgb(161,27,154); }
td.TdClassName
{
border-color: #A11B9A;
}
.TagClassName
{
border-color: #A11B9A;
}
</style>