Shades of Dark Magenta #A0018A
Tints of Dark Magenta #A0018A
RGB
CMYK
RGB Variations
Color information
#A0018A (or 0xA0018A) is known color: Dark Magenta. HEX triplet: A0, 01 and 8A. RGB value is (160,1,138). Sum of RGB (Red+Green+Blue) = 160+1+138=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A0018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0018A is #5FFE75. Grayscale: #3F3F3F. Windows color (decimal): -6291062 or 9044384. OLE color: 9044384.
HSL color Cylindrical-coordinate representation of color #A0018A: hue angle of 308.3º 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 #A0018A is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 138 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.37 |
| HSL | 308.3º | 0.99% | 0.32% | - |
| HSV(B) | 308.3º | 0.99% | 0.63% | - |
| XYZ | 19.1 | 9.33 | 24.84 | - |
| YUV | 64.16 | 169.68 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 138 | 0 | 0.99 | 0.14 | 0.37 | 308.3 | 0.99 | 0.32 |
| Hex | A0 | 1 | 8A | 0 | 63 | E | 25 | 134 | 63 | 20 |
| Octal | 240 | 1 | 212 | 0 | 143 | 16 | 45 | 464 | 143 | 40 |
| Binary | 10100000 | 1 | 10001010 | 0 | 1100011 | 1110 | 100101 | 100110100 | 1100011 | 100000 |
Color Harmonies of #A0018A
Complementary color
Monochromatic Colors of #A0018A
Black with #A0018A
Text Example
Text Example
White with #A0018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0018A; }
p { color: rgb(160,1,138); }
H1.HeaderClassName
{
color: #A0018A;
}
.AnyTagClassName
{
color: #A0018A;
}
</style>
background-color css
<style>
a { background-color: #A0018A; }
a { background-color: rgb(160,1,138); }
div.DivClassName
{
background-color: #A0018A;
}
.BgClassName
{
background-color: #A0018A;
}
</style>
border-color css
<style>
span { border-color: #A0018A; }
span { border-color: rgb(160,1,138); }
td.TdClassName
{
border-color: #A0018A;
}
.TagClassName
{
border-color: #A0018A;
}
</style>