Shades of Dark Magenta #A511AA
Tints of Dark Magenta #A511AA
RGB
CMYK
RGB Variations
Color information
#A511AA (or 0xA511AA) is known color: Dark Magenta. HEX triplet: A5, 11 and AA. RGB value is (165,17,170). Sum of RGB (Red+Green+Blue) = 165+17+170=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #A511AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A511AA is #5AEE55. Grayscale: #4E4E4E. Windows color (decimal): -5959254 or 11145637. OLE color: 11145637.
HSL color Cylindrical-coordinate representation of color #A511AA: hue angle of 298.04º 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 #A511AA is Cyan = 0.03, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 17 | 170 | - |
| CMYK | 0.03 | 0.9 | 0 | 0.33 |
| HSL | 298.04º | 0.82% | 0.37% | - |
| HSV(B) | 298.04º | 0.9% | 0.67% | - |
| XYZ | 22.97 | 11.3 | 39 | - |
| YUV | 78.69 | 179.53 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 170 | 0.03 | 0.9 | 0 | 0.33 | 298.04 | 0.82 | 0.37 |
| Hex | A5 | 11 | AA | 3 | 5A | 0 | 21 | 12A | 52 | 25 |
| Octal | 245 | 21 | 252 | 3 | 132 | 0 | 41 | 452 | 122 | 45 |
| Binary | 10100101 | 10001 | 10101010 | 11 | 1011010 | 0 | 100001 | 100101010 | 1010010 | 100101 |
Color Harmonies of #A511AA
Complementary color
Monochromatic Colors of #A511AA
Black with #A511AA
Text Example
Text Example
White with #A511AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A511AA; }
p { color: rgb(165,17,170); }
H1.HeaderClassName
{
color: #A511AA;
}
.AnyTagClassName
{
color: #A511AA;
}
</style>
background-color css
<style>
a { background-color: #A511AA; }
a { background-color: rgb(165,17,170); }
div.DivClassName
{
background-color: #A511AA;
}
.BgClassName
{
background-color: #A511AA;
}
</style>
border-color css
<style>
span { border-color: #A511AA; }
span { border-color: rgb(165,17,170); }
td.TdClassName
{
border-color: #A511AA;
}
.TagClassName
{
border-color: #A511AA;
}
</style>