Shades of Dark Magenta #A00091
Tints of Dark Magenta #A00091
RGB
CMYK
RGB Variations
Color information
#A00091 (or 0xA00091) is known color: Dark Magenta. HEX triplet: A0, 00 and 91. RGB value is (160,0,145). Sum of RGB (Red+Green+Blue) = 160+0+145=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A00091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00091 is #5FFF6E. Grayscale: #3F3F3F. Windows color (decimal): -6291311 or 9502880. OLE color: 9502880.
HSL color Cylindrical-coordinate representation of color #A00091: hue angle of 305.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00091 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 145 | - |
| CMYK | 0 | 1 | 0.09 | 0.37 |
| HSL | 305.63º | 1% | 0.31% | - |
| HSV(B) | 305.63º | 1% | 0.63% | - |
| XYZ | 19.61 | 9.52 | 27.59 | - |
| YUV | 64.37 | 173.51 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 145 | 0 | 1 | 0.09 | 0.37 | 305.63 | 1 | 0.31 |
| Hex | A0 | 0 | 91 | 0 | 64 | 9 | 25 | 132 | 64 | 1F |
| Octal | 240 | 0 | 221 | 0 | 144 | 11 | 45 | 462 | 144 | 37 |
| Binary | 10100000 | 0 | 10010001 | 0 | 1100100 | 1001 | 100101 | 100110010 | 1100100 | 11111 |
Color Harmonies of #A00091
Complementary color
Monochromatic Colors of #A00091
Black with #A00091
Text Example
Text Example
White with #A00091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00091; }
p { color: rgb(160,0,145); }
H1.HeaderClassName
{
color: #A00091;
}
.AnyTagClassName
{
color: #A00091;
}
</style>
background-color css
<style>
a { background-color: #A00091; }
a { background-color: rgb(160,0,145); }
div.DivClassName
{
background-color: #A00091;
}
.BgClassName
{
background-color: #A00091;
}
</style>
border-color css
<style>
span { border-color: #A00091; }
span { border-color: rgb(160,0,145); }
td.TdClassName
{
border-color: #A00091;
}
.TagClassName
{
border-color: #A00091;
}
</style>