Shades of Dark Magenta #A111A6
Tints of Dark Magenta #A111A6
RGB
CMYK
RGB Variations
Color information
#A111A6 (or 0xA111A6) is known color: Dark Magenta. HEX triplet: A1, 11 and A6. RGB value is (161,17,166). Sum of RGB (Red+Green+Blue) = 161+17+166=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 166 (65.23% from 255 or 48.26% from 344); Max value from RGB is 166 - color contains mainly: blue. Hex color #A111A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A111A6 is #5EEE59. Grayscale: #4C4C4C. Windows color (decimal): -6221402 or 10883489. OLE color: 10883489.
HSL color Cylindrical-coordinate representation of color #A111A6: hue angle of 297.99º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A111A6 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 17 | 166 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.35 |
| HSL | 297.99º | 0.81% | 0.36% | - |
| HSV(B) | 297.99º | 0.9% | 0.65% | - |
| XYZ | 21.78 | 10.73 | 37 | - |
| YUV | 77.04 | 178.21 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 166 | 0.03 | 0.90 | 0 | 0.35 | 297.99 | 0.81 | 0.36 |
| Hex | A1 | 11 | A6 | 3 | 5A | 0 | 23 | 12A | 51 | 24 |
| Octal | 241 | 21 | 246 | 3 | 132 | 0 | 43 | 452 | 121 | 44 |
| Binary | 10100001 | 10001 | 10100110 | 11 | 1011010 | 0 | 100011 | 100101010 | 1010001 | 100100 |
Color Harmonies of #A111A6
Complementary color
Monochromatic Colors of #A111A6
Black with #A111A6
Text Example
Text Example
White with #A111A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A111A6; }
p { color: rgb(161,17,166); }
H1.HeaderClassName
{
color: #A111A6;
}
.AnyTagClassName
{
color: #A111A6;
}
</style>
background-color css
<style>
a { background-color: #A111A6; }
a { background-color: rgb(161,17,166); }
div.DivClassName
{
background-color: #A111A6;
}
.BgClassName
{
background-color: #A111A6;
}
</style>
border-color css
<style>
span { border-color: #A111A6; }
span { border-color: rgb(161,17,166); }
td.TdClassName
{
border-color: #A111A6;
}
.TagClassName
{
border-color: #A111A6;
}
</style>