Shades of Dark Magenta #A113A4
Tints of Dark Magenta #A113A4
RGB
CMYK
RGB Variations
Color information
#A113A4 (or 0xA113A4) is known color: Dark Magenta. HEX triplet: A1, 13 and A4. RGB value is (161,19,164). Sum of RGB (Red+Green+Blue) = 161+19+164=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #A113A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A113A4 is #5EEC5B. Grayscale: #4D4D4D. Windows color (decimal): -6220892 or 10752929. OLE color: 10752929.
HSL color Cylindrical-coordinate representation of color #A113A4: hue angle of 298.76º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A113A4 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 19 | 164 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.36 |
| HSL | 298.76º | 0.79% | 0.36% | - |
| HSV(B) | 298.76º | 0.88% | 0.64% | - |
| XYZ | 21.63 | 10.72 | 36.05 | - |
| YUV | 77.99 | 176.54 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 164 | 0.02 | 0.88 | 0 | 0.36 | 298.76 | 0.79 | 0.36 |
| Hex | A1 | 13 | A4 | 2 | 58 | 0 | 24 | 12B | 4F | 24 |
| Octal | 241 | 23 | 244 | 2 | 130 | 0 | 44 | 453 | 117 | 44 |
| Binary | 10100001 | 10011 | 10100100 | 10 | 1011000 | 0 | 100100 | 100101011 | 1001111 | 100100 |
Color Harmonies of #A113A4
Complementary color
Monochromatic Colors of #A113A4
Black with #A113A4
Text Example
Text Example
White with #A113A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A113A4; }
p { color: rgb(161,19,164); }
H1.HeaderClassName
{
color: #A113A4;
}
.AnyTagClassName
{
color: #A113A4;
}
</style>
background-color css
<style>
a { background-color: #A113A4; }
a { background-color: rgb(161,19,164); }
div.DivClassName
{
background-color: #A113A4;
}
.BgClassName
{
background-color: #A113A4;
}
</style>
border-color css
<style>
span { border-color: #A113A4; }
span { border-color: rgb(161,19,164); }
td.TdClassName
{
border-color: #A113A4;
}
.TagClassName
{
border-color: #A113A4;
}
</style>