Shades of Dark Magenta #A015A0
Tints of Dark Magenta #A015A0
RGB
CMYK
RGB Variations
Color information
#A015A0 (or 0xA015A0) is known color: Dark Magenta. HEX triplet: A0, 15 and A0. RGB value is (160,21,160). Sum of RGB (Red+Green+Blue) = 160+21+160=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A015A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A015A0 is #5FEA5F. Grayscale: #4D4D4D. Windows color (decimal): -6285920 or 10491296. OLE color: 10491296.
HSL color Cylindrical-coordinate representation of color #A015A0: hue angle of 300º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A015A0 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 160 | - |
| CMYK | 0 | 0.87 | 0 | 0.37 |
| HSL | 300º | 0.77% | 0.35% | - |
| HSV(B) | 300º | 0.87% | 0.63% | - |
| XYZ | 21.11 | 10.55 | 34.18 | - |
| YUV | 78.41 | 174.05 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 160 | 0 | 0.87 | 0 | 0.37 | 300 | 0.77 | 0.35 |
| Hex | A0 | 15 | A0 | 0 | 57 | 0 | 25 | 12C | 4D | 23 |
| Octal | 240 | 25 | 240 | 0 | 127 | 0 | 45 | 454 | 115 | 43 |
| Binary | 10100000 | 10101 | 10100000 | 0 | 1010111 | 0 | 100101 | 100101100 | 1001101 | 100011 |
Color Harmonies of #A015A0
Complementary color
Monochromatic Colors of #A015A0
Black with #A015A0
Text Example
Text Example
White with #A015A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A015A0; }
p { color: rgb(160,21,160); }
H1.HeaderClassName
{
color: #A015A0;
}
.AnyTagClassName
{
color: #A015A0;
}
</style>
background-color css
<style>
a { background-color: #A015A0; }
a { background-color: rgb(160,21,160); }
div.DivClassName
{
background-color: #A015A0;
}
.BgClassName
{
background-color: #A015A0;
}
</style>
border-color css
<style>
span { border-color: #A015A0; }
span { border-color: rgb(160,21,160); }
td.TdClassName
{
border-color: #A015A0;
}
.TagClassName
{
border-color: #A015A0;
}
</style>