Shades of Dark Magenta #A00F9F
Tints of Dark Magenta #A00F9F
RGB
CMYK
RGB Variations
Color information
#A00F9F (or 0xA00F9F) is known color: Dark Magenta. HEX triplet: A0, 0F and 9F. RGB value is (160,15,159). Sum of RGB (Red+Green+Blue) = 160+15+159=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00F9F is #5FF060. Grayscale: #4A4A4A. Windows color (decimal): -6287457 or 10424224. OLE color: 10424224.
HSL color Cylindrical-coordinate representation of color #A00F9F: hue angle of 300.41º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F9F is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 15 | 159 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.37 |
| HSL | 300.41º | 0.83% | 0.34% | - |
| HSV(B) | 300.41º | 0.91% | 0.63% | - |
| XYZ | 20.93 | 10.32 | 33.69 | - |
| YUV | 74.77 | 175.54 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 159 | 0 | 0.91 | 0.01 | 0.37 | 300.41 | 0.83 | 0.34 |
| Hex | A0 | F | 9F | 0 | 5B | 1 | 25 | 12C | 53 | 22 |
| Octal | 240 | 17 | 237 | 0 | 133 | 1 | 45 | 454 | 123 | 42 |
| Binary | 10100000 | 1111 | 10011111 | 0 | 1011011 | 1 | 100101 | 100101100 | 1010011 | 100010 |
Color Harmonies of #A00F9F
Complementary color
Monochromatic Colors of #A00F9F
Black with #A00F9F
Text Example
Text Example
White with #A00F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00F9F; }
p { color: rgb(160,15,159); }
H1.HeaderClassName
{
color: #A00F9F;
}
.AnyTagClassName
{
color: #A00F9F;
}
</style>
background-color css
<style>
a { background-color: #A00F9F; }
a { background-color: rgb(160,15,159); }
div.DivClassName
{
background-color: #A00F9F;
}
.BgClassName
{
background-color: #A00F9F;
}
</style>
border-color css
<style>
span { border-color: #A00F9F; }
span { border-color: rgb(160,15,159); }
td.TdClassName
{
border-color: #A00F9F;
}
.TagClassName
{
border-color: #A00F9F;
}
</style>