Shades of Dark Magenta #A500A0
Tints of Dark Magenta #A500A0
RGB
CMYK
RGB Variations
Color information
#A500A0 (or 0xA500A0) is known color: Dark Magenta. HEX triplet: A5, 00 and A0. RGB value is (165,0,160). Sum of RGB (Red+Green+Blue) = 165+0+160=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A500A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A500A0 is #5AFF5F. Grayscale: #434343. Windows color (decimal): -5963616 or 10485925. OLE color: 10485925.
HSL color Cylindrical-coordinate representation of color #A500A0: hue angle of 301.82º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500A0 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.03 | 0.35 |
| HSL | 301.82º | 1% | 0.32% | - |
| HSV(B) | 301.82º | 1% | 0.65% | - |
| XYZ | 21.86 | 10.54 | 34.14 | - |
| YUV | 67.58 | 180.16 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 160 | 0 | 1 | 0.03 | 0.35 | 301.82 | 1 | 0.32 |
| Hex | A5 | 0 | A0 | 0 | 64 | 3 | 23 | 12E | 64 | 20 |
| Octal | 245 | 0 | 240 | 0 | 144 | 3 | 43 | 456 | 144 | 40 |
| Binary | 10100101 | 0 | 10100000 | 0 | 1100100 | 11 | 100011 | 100101110 | 1100100 | 100000 |
Color Harmonies of #A500A0
Complementary color
Monochromatic Colors of #A500A0
Black with #A500A0
Text Example
Text Example
White with #A500A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A500A0; }
p { color: rgb(165,0,160); }
H1.HeaderClassName
{
color: #A500A0;
}
.AnyTagClassName
{
color: #A500A0;
}
</style>
background-color css
<style>
a { background-color: #A500A0; }
a { background-color: rgb(165,0,160); }
div.DivClassName
{
background-color: #A500A0;
}
.BgClassName
{
background-color: #A500A0;
}
</style>
border-color css
<style>
span { border-color: #A500A0; }
span { border-color: rgb(165,0,160); }
td.TdClassName
{
border-color: #A500A0;
}
.TagClassName
{
border-color: #A500A0;
}
</style>