Shades of Dark Magenta #A0099E
Tints of Dark Magenta #A0099E
RGB
CMYK
RGB Variations
Color information
#A0099E (or 0xA0099E) is known color: Dark Magenta. HEX triplet: A0, 09 and 9E. RGB value is (160,9,158). Sum of RGB (Red+Green+Blue) = 160+9+158=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A0099E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0099E is #5FF661. Grayscale: #464646. Windows color (decimal): -6288994 or 10357152. OLE color: 10357152.
HSL color Cylindrical-coordinate representation of color #A0099E: hue angle of 300.79º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0099E is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 158 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.37 |
| HSL | 300.79º | 0.89% | 0.33% | - |
| HSV(B) | 300.79º | 0.94% | 0.63% | - |
| XYZ | 20.77 | 10.14 | 33.21 | - |
| YUV | 71.14 | 177.03 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 158 | 0 | 0.94 | 0.01 | 0.37 | 300.79 | 0.89 | 0.33 |
| Hex | A0 | 9 | 9E | 0 | 5E | 1 | 25 | 12D | 59 | 21 |
| Octal | 240 | 11 | 236 | 0 | 136 | 1 | 45 | 455 | 131 | 41 |
| Binary | 10100000 | 1001 | 10011110 | 0 | 1011110 | 1 | 100101 | 100101101 | 1011001 | 100001 |
Color Harmonies of #A0099E
Complementary color
Monochromatic Colors of #A0099E
Black with #A0099E
Text Example
Text Example
White with #A0099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0099E; }
p { color: rgb(160,9,158); }
H1.HeaderClassName
{
color: #A0099E;
}
.AnyTagClassName
{
color: #A0099E;
}
</style>
background-color css
<style>
a { background-color: #A0099E; }
a { background-color: rgb(160,9,158); }
div.DivClassName
{
background-color: #A0099E;
}
.BgClassName
{
background-color: #A0099E;
}
</style>
border-color css
<style>
span { border-color: #A0099E; }
span { border-color: rgb(160,9,158); }
td.TdClassName
{
border-color: #A0099E;
}
.TagClassName
{
border-color: #A0099E;
}
</style>