Shades of Dark Magenta #A11A9C
Tints of Dark Magenta #A11A9C
RGB
CMYK
RGB Variations
Color information
#A11A9C (or 0xA11A9C) is known color: Dark Magenta. HEX triplet: A1, 1A and 9C. RGB value is (161,26,156). Sum of RGB (Red+Green+Blue) = 161+26+156=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11A9C is #5EE563. Grayscale: #505050. Windows color (decimal): -6219108 or 10230433. OLE color: 10230433.
HSL color Cylindrical-coordinate representation of color #A11A9C: hue angle of 302.22º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11A9C is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 156 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.37 |
| HSL | 302.22º | 0.72% | 0.37% | - |
| HSV(B) | 302.22º | 0.84% | 0.63% | - |
| XYZ | 21.07 | 10.72 | 32.41 | - |
| YUV | 81.19 | 170.23 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 156 | 0 | 0.84 | 0.03 | 0.37 | 302.22 | 0.72 | 0.37 |
| Hex | A1 | 1A | 9C | 0 | 54 | 3 | 25 | 12E | 48 | 25 |
| Octal | 241 | 32 | 234 | 0 | 124 | 3 | 45 | 456 | 110 | 45 |
| Binary | 10100001 | 11010 | 10011100 | 0 | 1010100 | 11 | 100101 | 100101110 | 1001000 | 100101 |
Color Harmonies of #A11A9C
Complementary color
Monochromatic Colors of #A11A9C
Black with #A11A9C
Text Example
Text Example
White with #A11A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A9C; }
p { color: rgb(161,26,156); }
H1.HeaderClassName
{
color: #A11A9C;
}
.AnyTagClassName
{
color: #A11A9C;
}
</style>
background-color css
<style>
a { background-color: #A11A9C; }
a { background-color: rgb(161,26,156); }
div.DivClassName
{
background-color: #A11A9C;
}
.BgClassName
{
background-color: #A11A9C;
}
</style>
border-color css
<style>
span { border-color: #A11A9C; }
span { border-color: rgb(161,26,156); }
td.TdClassName
{
border-color: #A11A9C;
}
.TagClassName
{
border-color: #A11A9C;
}
</style>