Shades of Dark Magenta #A11FA0
Tints of Dark Magenta #A11FA0
RGB
CMYK
RGB Variations
Color information
#A11FA0 (or 0xA11FA0) is known color: Dark Magenta. HEX triplet: A1, 1F and A0. RGB value is (161,31,160). Sum of RGB (Red+Green+Blue) = 161+31+160=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A11FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11FA0 is #5EE05F. Grayscale: #545454. Windows color (decimal): -6217824 or 10493857. OLE color: 10493857.
HSL color Cylindrical-coordinate representation of color #A11FA0: hue angle of 300.46º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11FA0 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 31 | 160 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.37 |
| HSL | 300.46º | 0.68% | 0.38% | - |
| HSV(B) | 300.46º | 0.81% | 0.63% | - |
| XYZ | 21.53 | 11.1 | 34.26 | - |
| YUV | 84.58 | 170.57 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 160 | 0 | 0.81 | 0.01 | 0.37 | 300.46 | 0.68 | 0.38 |
| Hex | A1 | 1F | A0 | 0 | 51 | 1 | 25 | 12C | 44 | 26 |
| Octal | 241 | 37 | 240 | 0 | 121 | 1 | 45 | 454 | 104 | 46 |
| Binary | 10100001 | 11111 | 10100000 | 0 | 1010001 | 1 | 100101 | 100101100 | 1000100 | 100110 |
Color Harmonies of #A11FA0
Complementary color
Monochromatic Colors of #A11FA0
Black with #A11FA0
Text Example
Text Example
White with #A11FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11FA0; }
p { color: rgb(161,31,160); }
H1.HeaderClassName
{
color: #A11FA0;
}
.AnyTagClassName
{
color: #A11FA0;
}
</style>
background-color css
<style>
a { background-color: #A11FA0; }
a { background-color: rgb(161,31,160); }
div.DivClassName
{
background-color: #A11FA0;
}
.BgClassName
{
background-color: #A11FA0;
}
</style>
border-color css
<style>
span { border-color: #A11FA0; }
span { border-color: rgb(161,31,160); }
td.TdClassName
{
border-color: #A11FA0;
}
.TagClassName
{
border-color: #A11FA0;
}
</style>