Shades of Dark Magenta #A0108E
Tints of Dark Magenta #A0108E
RGB
CMYK
RGB Variations
Color information
#A0108E (or 0xA0108E) is known color: Dark Magenta. HEX triplet: A0, 10 and 8E. RGB value is (160,16,142). Sum of RGB (Red+Green+Blue) = 160+16+142=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0108E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0108E is #5FEF71. Grayscale: #494949. Windows color (decimal): -6287218 or 9310368. OLE color: 9310368.
HSL color Cylindrical-coordinate representation of color #A0108E: hue angle of 307.5º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0108E is Cyan = 0, Magento = 0.9, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 142 | - |
| CMYK | 0 | 0.9 | 0.11 | 0.37 |
| HSL | 307.5º | 0.82% | 0.35% | - |
| HSV(B) | 307.5º | 0.9% | 0.63% | - |
| XYZ | 19.56 | 9.8 | 26.45 | - |
| YUV | 73.42 | 166.71 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 142 | 0 | 0.9 | 0.11 | 0.37 | 307.5 | 0.82 | 0.35 |
| Hex | A0 | 10 | 8E | 0 | 5A | B | 25 | 134 | 52 | 23 |
| Octal | 240 | 20 | 216 | 0 | 132 | 13 | 45 | 464 | 122 | 43 |
| Binary | 10100000 | 10000 | 10001110 | 0 | 1011010 | 1011 | 100101 | 100110100 | 1010010 | 100011 |
Color Harmonies of #A0108E
Complementary color
Monochromatic Colors of #A0108E
Black with #A0108E
Text Example
Text Example
White with #A0108E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0108E; }
p { color: rgb(160,16,142); }
H1.HeaderClassName
{
color: #A0108E;
}
.AnyTagClassName
{
color: #A0108E;
}
</style>
background-color css
<style>
a { background-color: #A0108E; }
a { background-color: rgb(160,16,142); }
div.DivClassName
{
background-color: #A0108E;
}
.BgClassName
{
background-color: #A0108E;
}
</style>
border-color css
<style>
span { border-color: #A0108E; }
span { border-color: rgb(160,16,142); }
td.TdClassName
{
border-color: #A0108E;
}
.TagClassName
{
border-color: #A0108E;
}
</style>