Shades of Dark Magenta #A018A0
Tints of Dark Magenta #A018A0
RGB
CMYK
RGB Variations
Color information
#A018A0 (or 0xA018A0) is known color: Dark Magenta. HEX triplet: A0, 18 and A0. RGB value is (160,24,160). Sum of RGB (Red+Green+Blue) = 160+24+160=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A018A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A018A0 is #5FE75F. Grayscale: #4F4F4F. Windows color (decimal): -6285152 or 10492064. OLE color: 10492064.
HSL color Cylindrical-coordinate representation of color #A018A0: hue angle of 300º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A018A0 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 160 | - |
| CMYK | 0 | 0.85 | 0 | 0.37 |
| HSL | 300º | 0.74% | 0.36% | - |
| HSV(B) | 300º | 0.85% | 0.63% | - |
| XYZ | 21.17 | 10.66 | 34.2 | - |
| YUV | 80.17 | 173.06 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 160 | 0 | 0.85 | 0 | 0.37 | 300 | 0.74 | 0.36 |
| Hex | A0 | 18 | A0 | 0 | 55 | 0 | 25 | 12C | 4A | 24 |
| Octal | 240 | 30 | 240 | 0 | 125 | 0 | 45 | 454 | 112 | 44 |
| Binary | 10100000 | 11000 | 10100000 | 0 | 1010101 | 0 | 100101 | 100101100 | 1001010 | 100100 |
Color Harmonies of #A018A0
Complementary color
Monochromatic Colors of #A018A0
Black with #A018A0
Text Example
Text Example
White with #A018A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018A0; }
p { color: rgb(160,24,160); }
H1.HeaderClassName
{
color: #A018A0;
}
.AnyTagClassName
{
color: #A018A0;
}
</style>
background-color css
<style>
a { background-color: #A018A0; }
a { background-color: rgb(160,24,160); }
div.DivClassName
{
background-color: #A018A0;
}
.BgClassName
{
background-color: #A018A0;
}
</style>
border-color css
<style>
span { border-color: #A018A0; }
span { border-color: rgb(160,24,160); }
td.TdClassName
{
border-color: #A018A0;
}
.TagClassName
{
border-color: #A018A0;
}
</style>