Shades of Dark Magenta #A0009E
Tints of Dark Magenta #A0009E
RGB
CMYK
RGB Variations
Color information
#A0009E (or 0xA0009E) is known color: Dark Magenta. HEX triplet: A0, 00 and 9E. RGB value is (160,0,158). Sum of RGB (Red+Green+Blue) = 160+0+158=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0009E is #5FFF61. Grayscale: #414141. Windows color (decimal): -6291298 or 10354848. OLE color: 10354848.
HSL color Cylindrical-coordinate representation of color #A0009E: hue angle of 300.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0009E is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.01 | 0.37 |
| HSL | 300.75º | 1% | 0.31% | - |
| HSV(B) | 300.75º | 1% | 0.63% | - |
| XYZ | 20.67 | 9.94 | 33.18 | - |
| YUV | 65.85 | 180.01 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 158 | 0 | 1 | 0.01 | 0.37 | 300.75 | 1 | 0.31 |
| Hex | A0 | 0 | 9E | 0 | 64 | 1 | 25 | 12D | 64 | 1F |
| Octal | 240 | 0 | 236 | 0 | 144 | 1 | 45 | 455 | 144 | 37 |
| Binary | 10100000 | 0 | 10011110 | 0 | 1100100 | 1 | 100101 | 100101101 | 1100100 | 11111 |
Color Harmonies of #A0009E
Complementary color
Monochromatic Colors of #A0009E
Black with #A0009E
Text Example
Text Example
White with #A0009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0009E; }
p { color: rgb(160,0,158); }
H1.HeaderClassName
{
color: #A0009E;
}
.AnyTagClassName
{
color: #A0009E;
}
</style>
background-color css
<style>
a { background-color: #A0009E; }
a { background-color: rgb(160,0,158); }
div.DivClassName
{
background-color: #A0009E;
}
.BgClassName
{
background-color: #A0009E;
}
</style>
border-color css
<style>
span { border-color: #A0009E; }
span { border-color: rgb(160,0,158); }
td.TdClassName
{
border-color: #A0009E;
}
.TagClassName
{
border-color: #A0009E;
}
</style>