Shades of Dark Magenta #A0108F
Tints of Dark Magenta #A0108F
RGB
CMYK
RGB Variations
Color information
#A0108F (or 0xA0108F) is known color: Dark Magenta. HEX triplet: A0, 10 and 8F. RGB value is (160,16,143). Sum of RGB (Red+Green+Blue) = 160+16+143=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0108F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0108F is #5FEF70. Grayscale: #494949. Windows color (decimal): -6287217 or 9375904. OLE color: 9375904.
HSL color Cylindrical-coordinate representation of color #A0108F: hue angle of 307.08º 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 #A0108F is Cyan = 0, Magento = 0.9, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 143 | - |
| CMYK | 0 | 0.9 | 0.11 | 0.37 |
| HSL | 307.08º | 0.82% | 0.35% | - |
| HSV(B) | 307.08º | 0.9% | 0.63% | - |
| XYZ | 19.64 | 9.83 | 26.85 | - |
| YUV | 73.53 | 167.21 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 143 | 0 | 0.9 | 0.11 | 0.37 | 307.08 | 0.82 | 0.35 |
| Hex | A0 | 10 | 8F | 0 | 5A | B | 25 | 133 | 52 | 23 |
| Octal | 240 | 20 | 217 | 0 | 132 | 13 | 45 | 463 | 122 | 43 |
| Binary | 10100000 | 10000 | 10001111 | 0 | 1011010 | 1011 | 100101 | 100110011 | 1010010 | 100011 |
Color Harmonies of #A0108F
Complementary color
Monochromatic Colors of #A0108F
Black with #A0108F
Text Example
Text Example
White with #A0108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0108F; }
p { color: rgb(160,16,143); }
H1.HeaderClassName
{
color: #A0108F;
}
.AnyTagClassName
{
color: #A0108F;
}
</style>
background-color css
<style>
a { background-color: #A0108F; }
a { background-color: rgb(160,16,143); }
div.DivClassName
{
background-color: #A0108F;
}
.BgClassName
{
background-color: #A0108F;
}
</style>
border-color css
<style>
span { border-color: #A0108F; }
span { border-color: rgb(160,16,143); }
td.TdClassName
{
border-color: #A0108F;
}
.TagClassName
{
border-color: #A0108F;
}
</style>