Shades of Dark Magenta #A50AAA
Tints of Dark Magenta #A50AAA
RGB
CMYK
RGB Variations
Color information
#A50AAA (or 0xA50AAA) is known color: Dark Magenta. HEX triplet: A5, 0A and AA. RGB value is (165,10,170). Sum of RGB (Red+Green+Blue) = 165+10+170=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #A50AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50AAA is #5AF555. Grayscale: #4A4A4A. Windows color (decimal): -5961046 or 11143845. OLE color: 11143845.
HSL color Cylindrical-coordinate representation of color #A50AAA: hue angle of 298.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50AAA is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 10 | 170 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.33 |
| HSL | 298.13º | 0.89% | 0.35% | - |
| HSV(B) | 298.13º | 0.94% | 0.67% | - |
| XYZ | 22.88 | 11.12 | 38.97 | - |
| YUV | 74.59 | 181.85 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 170 | 0.03 | 0.94 | 0 | 0.33 | 298.13 | 0.89 | 0.35 |
| Hex | A5 | A | AA | 3 | 5E | 0 | 21 | 12A | 59 | 23 |
| Octal | 245 | 12 | 252 | 3 | 136 | 0 | 41 | 452 | 131 | 43 |
| Binary | 10100101 | 1010 | 10101010 | 11 | 1011110 | 0 | 100001 | 100101010 | 1011001 | 100011 |
Color Harmonies of #A50AAA
Complementary color
Monochromatic Colors of #A50AAA
Black with #A50AAA
Text Example
Text Example
White with #A50AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50AAA; }
p { color: rgb(165,10,170); }
H1.HeaderClassName
{
color: #A50AAA;
}
.AnyTagClassName
{
color: #A50AAA;
}
</style>
background-color css
<style>
a { background-color: #A50AAA; }
a { background-color: rgb(165,10,170); }
div.DivClassName
{
background-color: #A50AAA;
}
.BgClassName
{
background-color: #A50AAA;
}
</style>
border-color css
<style>
span { border-color: #A50AAA; }
span { border-color: rgb(165,10,170); }
td.TdClassName
{
border-color: #A50AAA;
}
.TagClassName
{
border-color: #A50AAA;
}
</style>