Shades of Dark Magenta #A11CA9
Tints of Dark Magenta #A11CA9
RGB
CMYK
RGB Variations
Color information
#A11CA9 (or 0xA11CA9) is known color: Dark Magenta. HEX triplet: A1, 1C and A9. RGB value is (161,28,169). Sum of RGB (Red+Green+Blue) = 161+28+169=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 169 - color contains mainly: blue. Hex color #A11CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11CA9 is #5EE356. Grayscale: #535353. Windows color (decimal): -6218583 or 11082913. OLE color: 11082913.
HSL color Cylindrical-coordinate representation of color #A11CA9: hue angle of 296.6º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11CA9 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 28 | 169 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.34 |
| HSL | 296.6º | 0.72% | 0.39% | - |
| HSV(B) | 296.6º | 0.83% | 0.66% | - |
| XYZ | 22.27 | 11.27 | 38.54 | - |
| YUV | 83.84 | 176.06 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 169 | 0.05 | 0.83 | 0 | 0.34 | 296.6 | 0.72 | 0.39 |
| Hex | A1 | 1C | A9 | 5 | 53 | 0 | 22 | 129 | 48 | 27 |
| Octal | 241 | 34 | 251 | 5 | 123 | 0 | 42 | 451 | 110 | 47 |
| Binary | 10100001 | 11100 | 10101001 | 101 | 1010011 | 0 | 100010 | 100101001 | 1001000 | 100111 |
Color Harmonies of #A11CA9
Complementary color
Monochromatic Colors of #A11CA9
Black with #A11CA9
Text Example
Text Example
White with #A11CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11CA9; }
p { color: rgb(161,28,169); }
H1.HeaderClassName
{
color: #A11CA9;
}
.AnyTagClassName
{
color: #A11CA9;
}
</style>
background-color css
<style>
a { background-color: #A11CA9; }
a { background-color: rgb(161,28,169); }
div.DivClassName
{
background-color: #A11CA9;
}
.BgClassName
{
background-color: #A11CA9;
}
</style>
border-color css
<style>
span { border-color: #A11CA9; }
span { border-color: rgb(161,28,169); }
td.TdClassName
{
border-color: #A11CA9;
}
.TagClassName
{
border-color: #A11CA9;
}
</style>