Shades of Dark Magenta #A0018E
Tints of Dark Magenta #A0018E
RGB
CMYK
RGB Variations
Color information
#A0018E (or 0xA0018E) is known color: Dark Magenta. HEX triplet: A0, 01 and 8E. RGB value is (160,1,142). Sum of RGB (Red+Green+Blue) = 160+1+142=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0018E is #5FFE71. Grayscale: #404040. Windows color (decimal): -6291058 or 9306528. OLE color: 9306528.
HSL color Cylindrical-coordinate representation of color #A0018E: hue angle of 306.79º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0018E is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 142 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.37 |
| HSL | 306.79º | 0.99% | 0.32% | - |
| HSV(B) | 306.79º | 0.99% | 0.63% | - |
| XYZ | 19.39 | 9.45 | 26.39 | - |
| YUV | 64.62 | 171.68 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 142 | 0 | 0.99 | 0.11 | 0.37 | 306.79 | 0.99 | 0.32 |
| Hex | A0 | 1 | 8E | 0 | 63 | B | 25 | 133 | 63 | 20 |
| Octal | 240 | 1 | 216 | 0 | 143 | 13 | 45 | 463 | 143 | 40 |
| Binary | 10100000 | 1 | 10001110 | 0 | 1100011 | 1011 | 100101 | 100110011 | 1100011 | 100000 |
Color Harmonies of #A0018E
Complementary color
Monochromatic Colors of #A0018E
Black with #A0018E
Text Example
Text Example
White with #A0018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0018E; }
p { color: rgb(160,1,142); }
H1.HeaderClassName
{
color: #A0018E;
}
.AnyTagClassName
{
color: #A0018E;
}
</style>
background-color css
<style>
a { background-color: #A0018E; }
a { background-color: rgb(160,1,142); }
div.DivClassName
{
background-color: #A0018E;
}
.BgClassName
{
background-color: #A0018E;
}
</style>
border-color css
<style>
span { border-color: #A0018E; }
span { border-color: rgb(160,1,142); }
td.TdClassName
{
border-color: #A0018E;
}
.TagClassName
{
border-color: #A0018E;
}
</style>