Shades of Dark Magenta #A0018F
Tints of Dark Magenta #A0018F
RGB
CMYK
RGB Variations
Color information
#A0018F (or 0xA0018F) is known color: Dark Magenta. HEX triplet: A0, 01 and 8F. RGB value is (160,1,143). Sum of RGB (Red+Green+Blue) = 160+1+143=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0018F is #5FFE70. Grayscale: #404040. Windows color (decimal): -6291057 or 9372064. OLE color: 9372064.
HSL color Cylindrical-coordinate representation of color #A0018F: hue angle of 306.42º 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 #A0018F is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 143 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.37 |
| HSL | 306.42º | 0.99% | 0.32% | - |
| HSV(B) | 306.42º | 0.99% | 0.63% | - |
| XYZ | 19.47 | 9.48 | 26.79 | - |
| YUV | 64.73 | 172.18 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 143 | 0 | 0.99 | 0.11 | 0.37 | 306.42 | 0.99 | 0.32 |
| Hex | A0 | 1 | 8F | 0 | 63 | B | 25 | 132 | 63 | 20 |
| Octal | 240 | 1 | 217 | 0 | 143 | 13 | 45 | 462 | 143 | 40 |
| Binary | 10100000 | 1 | 10001111 | 0 | 1100011 | 1011 | 100101 | 100110010 | 1100011 | 100000 |
Color Harmonies of #A0018F
Complementary color
Monochromatic Colors of #A0018F
Black with #A0018F
Text Example
Text Example
White with #A0018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0018F; }
p { color: rgb(160,1,143); }
H1.HeaderClassName
{
color: #A0018F;
}
.AnyTagClassName
{
color: #A0018F;
}
</style>
background-color css
<style>
a { background-color: #A0018F; }
a { background-color: rgb(160,1,143); }
div.DivClassName
{
background-color: #A0018F;
}
.BgClassName
{
background-color: #A0018F;
}
</style>
border-color css
<style>
span { border-color: #A0018F; }
span { border-color: rgb(160,1,143); }
td.TdClassName
{
border-color: #A0018F;
}
.TagClassName
{
border-color: #A0018F;
}
</style>