Shades of Dark Magenta #A11D9A
Tints of Dark Magenta #A11D9A
RGB
CMYK
RGB Variations
Color information
#A11D9A (or 0xA11D9A) is known color: Dark Magenta. HEX triplet: A1, 1D and 9A. RGB value is (161,29,154). Sum of RGB (Red+Green+Blue) = 161+29+154=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11D9A is #5EE265. Grayscale: #525252. Windows color (decimal): -6218342 or 10100129. OLE color: 10100129.
HSL color Cylindrical-coordinate representation of color #A11D9A: hue angle of 303.18º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11D9A is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 154 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.37 |
| HSL | 303.18º | 0.69% | 0.37% | - |
| HSV(B) | 303.18º | 0.82% | 0.63% | - |
| XYZ | 20.97 | 10.79 | 31.55 | - |
| YUV | 82.72 | 168.23 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 154 | 0 | 0.82 | 0.04 | 0.37 | 303.18 | 0.69 | 0.37 |
| Hex | A1 | 1D | 9A | 0 | 52 | 4 | 25 | 12F | 45 | 25 |
| Octal | 241 | 35 | 232 | 0 | 122 | 4 | 45 | 457 | 105 | 45 |
| Binary | 10100001 | 11101 | 10011010 | 0 | 1010010 | 100 | 100101 | 100101111 | 1000101 | 100101 |
Color Harmonies of #A11D9A
Complementary color
Monochromatic Colors of #A11D9A
Black with #A11D9A
Text Example
Text Example
White with #A11D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D9A; }
p { color: rgb(161,29,154); }
H1.HeaderClassName
{
color: #A11D9A;
}
.AnyTagClassName
{
color: #A11D9A;
}
</style>
background-color css
<style>
a { background-color: #A11D9A; }
a { background-color: rgb(161,29,154); }
div.DivClassName
{
background-color: #A11D9A;
}
.BgClassName
{
background-color: #A11D9A;
}
</style>
border-color css
<style>
span { border-color: #A11D9A; }
span { border-color: rgb(161,29,154); }
td.TdClassName
{
border-color: #A11D9A;
}
.TagClassName
{
border-color: #A11D9A;
}
</style>