Shades of Dark Magenta #A11C9C
Tints of Dark Magenta #A11C9C
RGB
CMYK
RGB Variations
Color information
#A11C9C (or 0xA11C9C) is known color: Dark Magenta. HEX triplet: A1, 1C and 9C. RGB value is (161,28,156). Sum of RGB (Red+Green+Blue) = 161+28+156=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11C9C is #5EE363. Grayscale: #515151. Windows color (decimal): -6218596 or 10230945. OLE color: 10230945.
HSL color Cylindrical-coordinate representation of color #A11C9C: hue angle of 302.26º degrees, saturation: 0.7, 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 #A11C9C is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 28 | 156 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.37 |
| HSL | 302.26º | 0.7% | 0.37% | - |
| HSV(B) | 302.26º | 0.83% | 0.63% | - |
| XYZ | 21.11 | 10.81 | 32.43 | - |
| YUV | 82.36 | 169.56 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 156 | 0 | 0.83 | 0.03 | 0.37 | 302.26 | 0.7 | 0.37 |
| Hex | A1 | 1C | 9C | 0 | 53 | 3 | 25 | 12E | 46 | 25 |
| Octal | 241 | 34 | 234 | 0 | 123 | 3 | 45 | 456 | 106 | 45 |
| Binary | 10100001 | 11100 | 10011100 | 0 | 1010011 | 11 | 100101 | 100101110 | 1000110 | 100101 |
Color Harmonies of #A11C9C
Complementary color
Monochromatic Colors of #A11C9C
Black with #A11C9C
Text Example
Text Example
White with #A11C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11C9C; }
p { color: rgb(161,28,156); }
H1.HeaderClassName
{
color: #A11C9C;
}
.AnyTagClassName
{
color: #A11C9C;
}
</style>
background-color css
<style>
a { background-color: #A11C9C; }
a { background-color: rgb(161,28,156); }
div.DivClassName
{
background-color: #A11C9C;
}
.BgClassName
{
background-color: #A11C9C;
}
</style>
border-color css
<style>
span { border-color: #A11C9C; }
span { border-color: rgb(161,28,156); }
td.TdClassName
{
border-color: #A11C9C;
}
.TagClassName
{
border-color: #A11C9C;
}
</style>