Shades of Dark Magenta #A0098C
Tints of Dark Magenta #A0098C
RGB
CMYK
RGB Variations
Color information
#A0098C (or 0xA0098C) is known color: Dark Magenta. HEX triplet: A0, 09 and 8C. RGB value is (160,9,140). Sum of RGB (Red+Green+Blue) = 160+9+140=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A0098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0098C is #5FF673. Grayscale: #444444. Windows color (decimal): -6289012 or 9177504. OLE color: 9177504.
HSL color Cylindrical-coordinate representation of color #A0098C: hue angle of 307.95º 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 #A0098C is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 140 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.37 |
| HSL | 307.95º | 0.89% | 0.33% | - |
| HSV(B) | 307.95º | 0.94% | 0.63% | - |
| XYZ | 19.33 | 9.56 | 25.64 | - |
| YUV | 69.08 | 168.03 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 140 | 0 | 0.94 | 0.12 | 0.37 | 307.95 | 0.89 | 0.33 |
| Hex | A0 | 9 | 8C | 0 | 5E | C | 25 | 134 | 59 | 21 |
| Octal | 240 | 11 | 214 | 0 | 136 | 14 | 45 | 464 | 131 | 41 |
| Binary | 10100000 | 1001 | 10001100 | 0 | 1011110 | 1100 | 100101 | 100110100 | 1011001 | 100001 |
Color Harmonies of #A0098C
Complementary color
Monochromatic Colors of #A0098C
Black with #A0098C
Text Example
Text Example
White with #A0098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0098C; }
p { color: rgb(160,9,140); }
H1.HeaderClassName
{
color: #A0098C;
}
.AnyTagClassName
{
color: #A0098C;
}
</style>
background-color css
<style>
a { background-color: #A0098C; }
a { background-color: rgb(160,9,140); }
div.DivClassName
{
background-color: #A0098C;
}
.BgClassName
{
background-color: #A0098C;
}
</style>
border-color css
<style>
span { border-color: #A0098C; }
span { border-color: rgb(160,9,140); }
td.TdClassName
{
border-color: #A0098C;
}
.TagClassName
{
border-color: #A0098C;
}
</style>