Shades of Dark Magenta #A113A6
Tints of Dark Magenta #A113A6
RGB
CMYK
RGB Variations
Color information
#A113A6 (or 0xA113A6) is known color: Dark Magenta. HEX triplet: A1, 13 and A6. RGB value is (161,19,166). Sum of RGB (Red+Green+Blue) = 161+19+166=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 166 - color contains mainly: blue. Hex color #A113A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A113A6 is #5EEC59. Grayscale: #4D4D4D. Windows color (decimal): -6220890 or 10884001. OLE color: 10884001.
HSL color Cylindrical-coordinate representation of color #A113A6: hue angle of 297.96º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A113A6 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 19 | 166 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.35 |
| HSL | 297.96º | 0.79% | 0.36% | - |
| HSV(B) | 297.96º | 0.89% | 0.65% | - |
| XYZ | 21.81 | 10.8 | 37.01 | - |
| YUV | 78.22 | 177.54 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 166 | 0.03 | 0.89 | 0 | 0.35 | 297.96 | 0.79 | 0.36 |
| Hex | A1 | 13 | A6 | 3 | 59 | 0 | 23 | 12A | 4F | 24 |
| Octal | 241 | 23 | 246 | 3 | 131 | 0 | 43 | 452 | 117 | 44 |
| Binary | 10100001 | 10011 | 10100110 | 11 | 1011001 | 0 | 100011 | 100101010 | 1001111 | 100100 |
Color Harmonies of #A113A6
Complementary color
Monochromatic Colors of #A113A6
Black with #A113A6
Text Example
Text Example
White with #A113A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A113A6; }
p { color: rgb(161,19,166); }
H1.HeaderClassName
{
color: #A113A6;
}
.AnyTagClassName
{
color: #A113A6;
}
</style>
background-color css
<style>
a { background-color: #A113A6; }
a { background-color: rgb(161,19,166); }
div.DivClassName
{
background-color: #A113A6;
}
.BgClassName
{
background-color: #A113A6;
}
</style>
border-color css
<style>
span { border-color: #A113A6; }
span { border-color: rgb(161,19,166); }
td.TdClassName
{
border-color: #A113A6;
}
.TagClassName
{
border-color: #A113A6;
}
</style>