Shades of Dark Magenta #A511AB
Tints of Dark Magenta #A511AB
RGB
CMYK
RGB Variations
Color information
#A511AB (or 0xA511AB) is known color: Dark Magenta. HEX triplet: A5, 11 and AB. RGB value is (165,17,171). Sum of RGB (Red+Green+Blue) = 165+17+171=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #A511AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A511AB is #5AEE54. Grayscale: #4E4E4E. Windows color (decimal): -5959253 or 11211173. OLE color: 11211173.
HSL color Cylindrical-coordinate representation of color #A511AB: hue angle of 297.66º 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 #A511AB is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 17 | 171 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.33 |
| HSL | 297.66º | 0.82% | 0.37% | - |
| HSV(B) | 297.66º | 0.9% | 0.67% | - |
| XYZ | 23.07 | 11.34 | 39.5 | - |
| YUV | 78.81 | 180.03 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 171 | 0.04 | 0.90 | 0 | 0.33 | 297.66 | 0.82 | 0.37 |
| Hex | A5 | 11 | AB | 4 | 5A | 0 | 21 | 12A | 52 | 25 |
| Octal | 245 | 21 | 253 | 4 | 132 | 0 | 41 | 452 | 122 | 45 |
| Binary | 10100101 | 10001 | 10101011 | 100 | 1011010 | 0 | 100001 | 100101010 | 1010010 | 100101 |
Color Harmonies of #A511AB
Complementary color
Monochromatic Colors of #A511AB
Black with #A511AB
Text Example
Text Example
White with #A511AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A511AB; }
p { color: rgb(165,17,171); }
H1.HeaderClassName
{
color: #A511AB;
}
.AnyTagClassName
{
color: #A511AB;
}
</style>
background-color css
<style>
a { background-color: #A511AB; }
a { background-color: rgb(165,17,171); }
div.DivClassName
{
background-color: #A511AB;
}
.BgClassName
{
background-color: #A511AB;
}
</style>
border-color css
<style>
span { border-color: #A511AB; }
span { border-color: rgb(165,17,171); }
td.TdClassName
{
border-color: #A511AB;
}
.TagClassName
{
border-color: #A511AB;
}
</style>