Shades of Dark Magenta #A00B98
Tints of Dark Magenta #A00B98
RGB
CMYK
RGB Variations
Color information
#A00B98 (or 0xA00B98) is known color: Dark Magenta. HEX triplet: A0, 0B and 98. RGB value is (160,11,152). Sum of RGB (Red+Green+Blue) = 160+11+152=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00B98 is #5FF467. Grayscale: #474747. Windows color (decimal): -6288488 or 9964448. OLE color: 9964448.
HSL color Cylindrical-coordinate representation of color #A00B98: hue angle of 303.22º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00B98 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 11 | 152 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.37 |
| HSL | 303.22º | 0.87% | 0.34% | - |
| HSV(B) | 303.22º | 0.93% | 0.63% | - |
| XYZ | 20.28 | 9.98 | 30.56 | - |
| YUV | 71.63 | 173.36 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 152 | 0 | 0.93 | 0.05 | 0.37 | 303.22 | 0.87 | 0.34 |
| Hex | A0 | B | 98 | 0 | 5D | 5 | 25 | 12F | 57 | 22 |
| Octal | 240 | 13 | 230 | 0 | 135 | 5 | 45 | 457 | 127 | 42 |
| Binary | 10100000 | 1011 | 10011000 | 0 | 1011101 | 101 | 100101 | 100101111 | 1010111 | 100010 |
Color Harmonies of #A00B98
Complementary color
Monochromatic Colors of #A00B98
Black with #A00B98
Text Example
Text Example
White with #A00B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00B98; }
p { color: rgb(160,11,152); }
H1.HeaderClassName
{
color: #A00B98;
}
.AnyTagClassName
{
color: #A00B98;
}
</style>
background-color css
<style>
a { background-color: #A00B98; }
a { background-color: rgb(160,11,152); }
div.DivClassName
{
background-color: #A00B98;
}
.BgClassName
{
background-color: #A00B98;
}
</style>
border-color css
<style>
span { border-color: #A00B98; }
span { border-color: rgb(160,11,152); }
td.TdClassName
{
border-color: #A00B98;
}
.TagClassName
{
border-color: #A00B98;
}
</style>