Shades of Dark Magenta #A90091
Tints of Dark Magenta #A90091
RGB
CMYK
RGB Variations
Color information
#A90091 (or 0xA90091) is known color: Dark Magenta. HEX triplet: A9, 00 and 91. RGB value is (169,0,145). Sum of RGB (Red+Green+Blue) = 169+0+145=314 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.82% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 169 - color contains mainly: red. Hex color #A90091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90091 is #56FF6E. Grayscale: #424242. Windows color (decimal): -5701487 or 9502889. OLE color: 9502889.
HSL color Cylindrical-coordinate representation of color #A90091: hue angle of 308.52º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A90091 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 145 | - |
| CMYK | 0 | 1 | 0.14 | 0.34 |
| HSL | 308.52º | 1% | 0.33% | - |
| HSV(B) | 308.52º | 1% | 0.66% | - |
| XYZ | 21.47 | 10.48 | 27.68 | - |
| YUV | 67.06 | 171.99 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 145 | 0 | 1 | 0.14 | 0.34 | 308.52 | 1 | 0.33 |
| Hex | A9 | 0 | 91 | 0 | 64 | E | 22 | 135 | 64 | 21 |
| Octal | 251 | 0 | 221 | 0 | 144 | 16 | 42 | 465 | 144 | 41 |
| Binary | 10101001 | 0 | 10010001 | 0 | 1100100 | 1110 | 100010 | 100110101 | 1100100 | 100001 |
Color Harmonies of #A90091
Complementary color
Monochromatic Colors of #A90091
Black with #A90091
Text Example
Text Example
White with #A90091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90091; }
p { color: rgb(169,0,145); }
H1.HeaderClassName
{
color: #A90091;
}
.AnyTagClassName
{
color: #A90091;
}
</style>
background-color css
<style>
a { background-color: #A90091; }
a { background-color: rgb(169,0,145); }
div.DivClassName
{
background-color: #A90091;
}
.BgClassName
{
background-color: #A90091;
}
</style>
border-color css
<style>
span { border-color: #A90091; }
span { border-color: rgb(169,0,145); }
td.TdClassName
{
border-color: #A90091;
}
.TagClassName
{
border-color: #A90091;
}
</style>