Shades of Dark Magenta #A0098A
Tints of Dark Magenta #A0098A
RGB
CMYK
RGB Variations
Color information
#A0098A (or 0xA0098A) is known color: Dark Magenta. HEX triplet: A0, 09 and 8A. RGB value is (160,9,138). Sum of RGB (Red+Green+Blue) = 160+9+138=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0098A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0098A is #5FF675. Grayscale: #444444. Windows color (decimal): -6289014 or 9046432. OLE color: 9046432.
HSL color Cylindrical-coordinate representation of color #A0098A: hue angle of 308.74º 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 #A0098A is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 138 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.37 |
| HSL | 308.74º | 0.89% | 0.33% | - |
| HSV(B) | 308.74º | 0.94% | 0.63% | - |
| XYZ | 19.18 | 9.5 | 24.87 | - |
| YUV | 68.86 | 167.03 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 138 | 0 | 0.94 | 0.14 | 0.37 | 308.74 | 0.89 | 0.33 |
| Hex | A0 | 9 | 8A | 0 | 5E | E | 25 | 135 | 59 | 21 |
| Octal | 240 | 11 | 212 | 0 | 136 | 16 | 45 | 465 | 131 | 41 |
| Binary | 10100000 | 1001 | 10001010 | 0 | 1011110 | 1110 | 100101 | 100110101 | 1011001 | 100001 |
Color Harmonies of #A0098A
Complementary color
Monochromatic Colors of #A0098A
Black with #A0098A
Text Example
Text Example
White with #A0098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0098A; }
p { color: rgb(160,9,138); }
H1.HeaderClassName
{
color: #A0098A;
}
.AnyTagClassName
{
color: #A0098A;
}
</style>
background-color css
<style>
a { background-color: #A0098A; }
a { background-color: rgb(160,9,138); }
div.DivClassName
{
background-color: #A0098A;
}
.BgClassName
{
background-color: #A0098A;
}
</style>
border-color css
<style>
span { border-color: #A0098A; }
span { border-color: rgb(160,9,138); }
td.TdClassName
{
border-color: #A0098A;
}
.TagClassName
{
border-color: #A0098A;
}
</style>