Shades of Dark Magenta #A50AAB
Tints of Dark Magenta #A50AAB
RGB
CMYK
RGB Variations
Color information
#A50AAB (or 0xA50AAB) is known color: Dark Magenta. HEX triplet: A5, 0A and AB. RGB value is (165,10,171). Sum of RGB (Red+Green+Blue) = 165+10+171=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #A50AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50AAB is #5AF554. Grayscale: #4A4A4A. Windows color (decimal): -5961045 or 11209381. OLE color: 11209381.
HSL color Cylindrical-coordinate representation of color #A50AAB: hue angle of 297.76º 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 #A50AAB is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 10 | 171 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.33 |
| HSL | 297.76º | 0.89% | 0.35% | - |
| HSV(B) | 297.76º | 0.94% | 0.67% | - |
| XYZ | 22.98 | 11.16 | 39.47 | - |
| YUV | 74.7 | 182.35 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 171 | 0.04 | 0.94 | 0 | 0.33 | 297.76 | 0.89 | 0.35 |
| Hex | A5 | A | AB | 4 | 5E | 0 | 21 | 12A | 59 | 23 |
| Octal | 245 | 12 | 253 | 4 | 136 | 0 | 41 | 452 | 131 | 43 |
| Binary | 10100101 | 1010 | 10101011 | 100 | 1011110 | 0 | 100001 | 100101010 | 1011001 | 100011 |
Color Harmonies of #A50AAB
Complementary color
Monochromatic Colors of #A50AAB
Black with #A50AAB
Text Example
Text Example
White with #A50AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50AAB; }
p { color: rgb(165,10,171); }
H1.HeaderClassName
{
color: #A50AAB;
}
.AnyTagClassName
{
color: #A50AAB;
}
</style>
background-color css
<style>
a { background-color: #A50AAB; }
a { background-color: rgb(165,10,171); }
div.DivClassName
{
background-color: #A50AAB;
}
.BgClassName
{
background-color: #A50AAB;
}
</style>
border-color css
<style>
span { border-color: #A50AAB; }
span { border-color: rgb(165,10,171); }
td.TdClassName
{
border-color: #A50AAB;
}
.TagClassName
{
border-color: #A50AAB;
}
</style>