Shades of Dark Magenta #A911AD
Tints of Dark Magenta #A911AD
RGB
CMYK
RGB Variations
Color information
#A911AD (or 0xA911AD) is known color: Dark Magenta. HEX triplet: A9, 11 and AD. RGB value is (169,17,173). Sum of RGB (Red+Green+Blue) = 169+17+173=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #A911AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A911AD is #56EE52. Grayscale: #4F4F4F. Windows color (decimal): -5697107 or 11342249. OLE color: 11342249.
HSL color Cylindrical-coordinate representation of color #A911AD: hue angle of 298.46º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A911AD is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 17 | 173 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.32 |
| HSL | 298.46º | 0.82% | 0.37% | - |
| HSV(B) | 298.46º | 0.9% | 0.68% | - |
| XYZ | 24.11 | 11.85 | 40.55 | - |
| YUV | 80.23 | 180.36 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 173 | 0.02 | 0.90 | 0 | 0.32 | 298.46 | 0.82 | 0.37 |
| Hex | A9 | 11 | AD | 2 | 5A | 0 | 20 | 12A | 52 | 25 |
| Octal | 251 | 21 | 255 | 2 | 132 | 0 | 40 | 452 | 122 | 45 |
| Binary | 10101001 | 10001 | 10101101 | 10 | 1011010 | 0 | 100000 | 100101010 | 1010010 | 100101 |
Color Harmonies of #A911AD
Complementary color
Monochromatic Colors of #A911AD
Black with #A911AD
Text Example
Text Example
White with #A911AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A911AD; }
p { color: rgb(169,17,173); }
H1.HeaderClassName
{
color: #A911AD;
}
.AnyTagClassName
{
color: #A911AD;
}
</style>
background-color css
<style>
a { background-color: #A911AD; }
a { background-color: rgb(169,17,173); }
div.DivClassName
{
background-color: #A911AD;
}
.BgClassName
{
background-color: #A911AD;
}
</style>
border-color css
<style>
span { border-color: #A911AD; }
span { border-color: rgb(169,17,173); }
td.TdClassName
{
border-color: #A911AD;
}
.TagClassName
{
border-color: #A911AD;
}
</style>