Shades of Dark Magenta #A00F93
Tints of Dark Magenta #A00F93
RGB
CMYK
RGB Variations
Color information
#A00F93 (or 0xA00F93) is known color: Dark Magenta. HEX triplet: A0, 0F and 93. RGB value is (160,15,147). Sum of RGB (Red+Green+Blue) = 160+15+147=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00F93 is #5FF06C. Grayscale: #494949. Windows color (decimal): -6287469 or 9637792. OLE color: 9637792.
HSL color Cylindrical-coordinate representation of color #A00F93: hue angle of 305.38º 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 #A00F93 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 15 | 147 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.37 |
| HSL | 305.38º | 0.83% | 0.34% | - |
| HSV(B) | 305.38º | 0.91% | 0.63% | - |
| XYZ | 19.93 | 9.92 | 28.47 | - |
| YUV | 73.4 | 169.54 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 147 | 0 | 0.91 | 0.08 | 0.37 | 305.38 | 0.83 | 0.34 |
| Hex | A0 | F | 93 | 0 | 5B | 8 | 25 | 131 | 53 | 22 |
| Octal | 240 | 17 | 223 | 0 | 133 | 10 | 45 | 461 | 123 | 42 |
| Binary | 10100000 | 1111 | 10010011 | 0 | 1011011 | 1000 | 100101 | 100110001 | 1010011 | 100010 |
Color Harmonies of #A00F93
Complementary color
Monochromatic Colors of #A00F93
Black with #A00F93
Text Example
Text Example
White with #A00F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00F93; }
p { color: rgb(160,15,147); }
H1.HeaderClassName
{
color: #A00F93;
}
.AnyTagClassName
{
color: #A00F93;
}
</style>
background-color css
<style>
a { background-color: #A00F93; }
a { background-color: rgb(160,15,147); }
div.DivClassName
{
background-color: #A00F93;
}
.BgClassName
{
background-color: #A00F93;
}
</style>
border-color css
<style>
span { border-color: #A00F93; }
span { border-color: rgb(160,15,147); }
td.TdClassName
{
border-color: #A00F93;
}
.TagClassName
{
border-color: #A00F93;
}
</style>