Shades of Dark Magenta #A017A0
Tints of Dark Magenta #A017A0
RGB
CMYK
RGB Variations
Color information
#A017A0 (or 0xA017A0) is known color: Dark Magenta. HEX triplet: A0, 17 and A0. RGB value is (160,23,160). Sum of RGB (Red+Green+Blue) = 160+23+160=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A017A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A017A0 is #5FE85F. Grayscale: #4F4F4F. Windows color (decimal): -6285408 or 10491808. OLE color: 10491808.
HSL color Cylindrical-coordinate representation of color #A017A0: hue angle of 300º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A017A0 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 23 | 160 | - |
| CMYK | 0 | 0.86 | 0 | 0.37 |
| HSL | 300º | 0.75% | 0.36% | - |
| HSV(B) | 300º | 0.86% | 0.63% | - |
| XYZ | 21.15 | 10.62 | 34.19 | - |
| YUV | 79.58 | 173.39 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 160 | 0 | 0.86 | 0 | 0.37 | 300 | 0.75 | 0.36 |
| Hex | A0 | 17 | A0 | 0 | 56 | 0 | 25 | 12C | 4B | 24 |
| Octal | 240 | 27 | 240 | 0 | 126 | 0 | 45 | 454 | 113 | 44 |
| Binary | 10100000 | 10111 | 10100000 | 0 | 1010110 | 0 | 100101 | 100101100 | 1001011 | 100100 |
Color Harmonies of #A017A0
Complementary color
Monochromatic Colors of #A017A0
Black with #A017A0
Text Example
Text Example
White with #A017A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A017A0; }
p { color: rgb(160,23,160); }
H1.HeaderClassName
{
color: #A017A0;
}
.AnyTagClassName
{
color: #A017A0;
}
</style>
background-color css
<style>
a { background-color: #A017A0; }
a { background-color: rgb(160,23,160); }
div.DivClassName
{
background-color: #A017A0;
}
.BgClassName
{
background-color: #A017A0;
}
</style>
border-color css
<style>
span { border-color: #A017A0; }
span { border-color: rgb(160,23,160); }
td.TdClassName
{
border-color: #A017A0;
}
.TagClassName
{
border-color: #A017A0;
}
</style>