Shades of Dark Magenta #A0099F
Tints of Dark Magenta #A0099F
RGB
CMYK
RGB Variations
Color information
#A0099F (or 0xA0099F) is known color: Dark Magenta. HEX triplet: A0, 09 and 9F. RGB value is (160,9,159). Sum of RGB (Red+Green+Blue) = 160+9+159=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A0099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0099F is #5FF660. Grayscale: #464646. Windows color (decimal): -6288993 or 10422688. OLE color: 10422688.
HSL color Cylindrical-coordinate representation of color #A0099F: hue angle of 300.4º 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 #A0099F is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 159 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.37 |
| HSL | 300.4º | 0.89% | 0.33% | - |
| HSV(B) | 300.4º | 0.94% | 0.63% | - |
| XYZ | 20.85 | 10.17 | 33.67 | - |
| YUV | 71.25 | 177.53 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 159 | 0 | 0.94 | 0.01 | 0.37 | 300.4 | 0.89 | 0.33 |
| Hex | A0 | 9 | 9F | 0 | 5E | 1 | 25 | 12C | 59 | 21 |
| Octal | 240 | 11 | 237 | 0 | 136 | 1 | 45 | 454 | 131 | 41 |
| Binary | 10100000 | 1001 | 10011111 | 0 | 1011110 | 1 | 100101 | 100101100 | 1011001 | 100001 |
Color Harmonies of #A0099F
Complementary color
Monochromatic Colors of #A0099F
Black with #A0099F
Text Example
Text Example
White with #A0099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0099F; }
p { color: rgb(160,9,159); }
H1.HeaderClassName
{
color: #A0099F;
}
.AnyTagClassName
{
color: #A0099F;
}
</style>
background-color css
<style>
a { background-color: #A0099F; }
a { background-color: rgb(160,9,159); }
div.DivClassName
{
background-color: #A0099F;
}
.BgClassName
{
background-color: #A0099F;
}
</style>
border-color css
<style>
span { border-color: #A0099F; }
span { border-color: rgb(160,9,159); }
td.TdClassName
{
border-color: #A0099F;
}
.TagClassName
{
border-color: #A0099F;
}
</style>