Shades of Dark Magenta #A516AA
Tints of Dark Magenta #A516AA
RGB
CMYK
RGB Variations
Color information
#A516AA (or 0xA516AA) is known color: Dark Magenta. HEX triplet: A5, 16 and AA. RGB value is (165,22,170). Sum of RGB (Red+Green+Blue) = 165+22+170=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #A516AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A516AA is #5AE955. Grayscale: #515151. Windows color (decimal): -5957974 or 11146917. OLE color: 11146917.
HSL color Cylindrical-coordinate representation of color #A516AA: hue angle of 297.97º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A516AA is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 22 | 170 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.33 |
| HSL | 297.97º | 0.77% | 0.38% | - |
| HSV(B) | 297.97º | 0.87% | 0.67% | - |
| XYZ | 23.06 | 11.48 | 39.03 | - |
| YUV | 81.63 | 177.88 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 22 | 170 | 0.03 | 0.87 | 0 | 0.33 | 297.97 | 0.77 | 0.38 |
| Hex | A5 | 16 | AA | 3 | 57 | 0 | 21 | 12A | 4D | 26 |
| Octal | 245 | 26 | 252 | 3 | 127 | 0 | 41 | 452 | 115 | 46 |
| Binary | 10100101 | 10110 | 10101010 | 11 | 1010111 | 0 | 100001 | 100101010 | 1001101 | 100110 |
Color Harmonies of #A516AA
Complementary color
Monochromatic Colors of #A516AA
Black with #A516AA
Text Example
Text Example
White with #A516AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A516AA; }
p { color: rgb(165,22,170); }
H1.HeaderClassName
{
color: #A516AA;
}
.AnyTagClassName
{
color: #A516AA;
}
</style>
background-color css
<style>
a { background-color: #A516AA; }
a { background-color: rgb(165,22,170); }
div.DivClassName
{
background-color: #A516AA;
}
.BgClassName
{
background-color: #A516AA;
}
</style>
border-color css
<style>
span { border-color: #A516AA; }
span { border-color: rgb(165,22,170); }
td.TdClassName
{
border-color: #A516AA;
}
.TagClassName
{
border-color: #A516AA;
}
</style>