Shades of Dark Magenta #A511AD
Tints of Dark Magenta #A511AD
RGB
CMYK
RGB Variations
Color information
#A511AD (or 0xA511AD) is known color: Dark Magenta. HEX triplet: A5, 11 and AD. RGB value is (165,17,173). Sum of RGB (Red+Green+Blue) = 165+17+173=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #A511AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A511AD is #5AEE52. Grayscale: #4E4E4E. Windows color (decimal): -5959251 or 11342245. OLE color: 11342245.
HSL color Cylindrical-coordinate representation of color #A511AD: hue angle of 296.92º 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 #A511AD is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 17 | 173 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.32 |
| HSL | 296.92º | 0.82% | 0.37% | - |
| HSV(B) | 296.92º | 0.9% | 0.68% | - |
| XYZ | 23.26 | 11.42 | 40.51 | - |
| YUV | 79.04 | 181.03 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 173 | 0.05 | 0.90 | 0 | 0.32 | 296.92 | 0.82 | 0.37 |
| Hex | A5 | 11 | AD | 5 | 5A | 0 | 20 | 129 | 52 | 25 |
| Octal | 245 | 21 | 255 | 5 | 132 | 0 | 40 | 451 | 122 | 45 |
| Binary | 10100101 | 10001 | 10101101 | 101 | 1011010 | 0 | 100000 | 100101001 | 1010010 | 100101 |
Color Harmonies of #A511AD
Complementary color
Monochromatic Colors of #A511AD
Black with #A511AD
Text Example
Text Example
White with #A511AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A511AD; }
p { color: rgb(165,17,173); }
H1.HeaderClassName
{
color: #A511AD;
}
.AnyTagClassName
{
color: #A511AD;
}
</style>
background-color css
<style>
a { background-color: #A511AD; }
a { background-color: rgb(165,17,173); }
div.DivClassName
{
background-color: #A511AD;
}
.BgClassName
{
background-color: #A511AD;
}
</style>
border-color css
<style>
span { border-color: #A511AD; }
span { border-color: rgb(165,17,173); }
td.TdClassName
{
border-color: #A511AD;
}
.TagClassName
{
border-color: #A511AD;
}
</style>