Shades of Dark Magenta #A411AC
Tints of Dark Magenta #A411AC
RGB
CMYK
RGB Variations
Color information
#A411AC (or 0xA411AC) is known color: Dark Magenta. HEX triplet: A4, 11 and AC. RGB value is (164,17,172). Sum of RGB (Red+Green+Blue) = 164+17+172=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #A411AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A411AC is #5BEE53. Grayscale: #4E4E4E. Windows color (decimal): -6024788 or 11276708. OLE color: 11276708.
HSL color Cylindrical-coordinate representation of color #A411AC: hue angle of 296.9º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A411AC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 17 | 172 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.33 |
| HSL | 296.9º | 0.82% | 0.37% | - |
| HSV(B) | 296.9º | 0.9% | 0.67% | - |
| XYZ | 22.96 | 11.27 | 40 | - |
| YUV | 78.62 | 180.7 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 172 | 0.05 | 0.90 | 0 | 0.33 | 296.9 | 0.82 | 0.37 |
| Hex | A4 | 11 | AC | 5 | 5A | 0 | 21 | 129 | 52 | 25 |
| Octal | 244 | 21 | 254 | 5 | 132 | 0 | 41 | 451 | 122 | 45 |
| Binary | 10100100 | 10001 | 10101100 | 101 | 1011010 | 0 | 100001 | 100101001 | 1010010 | 100101 |
Color Harmonies of #A411AC
Complementary color
Monochromatic Colors of #A411AC
Black with #A411AC
Text Example
Text Example
White with #A411AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A411AC; }
p { color: rgb(164,17,172); }
H1.HeaderClassName
{
color: #A411AC;
}
.AnyTagClassName
{
color: #A411AC;
}
</style>
background-color css
<style>
a { background-color: #A411AC; }
a { background-color: rgb(164,17,172); }
div.DivClassName
{
background-color: #A411AC;
}
.BgClassName
{
background-color: #A411AC;
}
</style>
border-color css
<style>
span { border-color: #A411AC; }
span { border-color: rgb(164,17,172); }
td.TdClassName
{
border-color: #A411AC;
}
.TagClassName
{
border-color: #A411AC;
}
</style>