Shades of Dark Magenta #A00B9F
Tints of Dark Magenta #A00B9F
RGB
CMYK
RGB Variations
Color information
#A00B9F (or 0xA00B9F) is known color: Dark Magenta. HEX triplet: A0, 0B and 9F. RGB value is (160,11,159). Sum of RGB (Red+Green+Blue) = 160+11+159=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00B9F is #5FF460. Grayscale: #474747. Windows color (decimal): -6288481 or 10423200. OLE color: 10423200.
HSL color Cylindrical-coordinate representation of color #A00B9F: hue angle of 300.4º 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 #A00B9F is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 11 | 159 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.37 |
| HSL | 300.4º | 0.87% | 0.34% | - |
| HSV(B) | 300.4º | 0.93% | 0.63% | - |
| XYZ | 20.87 | 10.22 | 33.67 | - |
| YUV | 72.42 | 176.86 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 159 | 0 | 0.93 | 0.01 | 0.37 | 300.4 | 0.87 | 0.34 |
| Hex | A0 | B | 9F | 0 | 5D | 1 | 25 | 12C | 57 | 22 |
| Octal | 240 | 13 | 237 | 0 | 135 | 1 | 45 | 454 | 127 | 42 |
| Binary | 10100000 | 1011 | 10011111 | 0 | 1011101 | 1 | 100101 | 100101100 | 1010111 | 100010 |
Color Harmonies of #A00B9F
Complementary color
Monochromatic Colors of #A00B9F
Black with #A00B9F
Text Example
Text Example
White with #A00B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00B9F; }
p { color: rgb(160,11,159); }
H1.HeaderClassName
{
color: #A00B9F;
}
.AnyTagClassName
{
color: #A00B9F;
}
</style>
background-color css
<style>
a { background-color: #A00B9F; }
a { background-color: rgb(160,11,159); }
div.DivClassName
{
background-color: #A00B9F;
}
.BgClassName
{
background-color: #A00B9F;
}
</style>
border-color css
<style>
span { border-color: #A00B9F; }
span { border-color: rgb(160,11,159); }
td.TdClassName
{
border-color: #A00B9F;
}
.TagClassName
{
border-color: #A00B9F;
}
</style>