Shades of Dark Magenta #A90B9E
Tints of Dark Magenta #A90B9E
RGB
CMYK
RGB Variations
Color information
#A90B9E (or 0xA90B9E) is known color: Dark Magenta. HEX triplet: A9, 0B and 9E. RGB value is (169,11,158). Sum of RGB (Red+Green+Blue) = 169+11+158=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90B9E is #56F461. Grayscale: #4A4A4A. Windows color (decimal): -5698658 or 10357673. OLE color: 10357673.
HSL color Cylindrical-coordinate representation of color #A90B9E: hue angle of 304.18º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90B9E is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 11 | 158 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.34 |
| HSL | 304.18º | 0.88% | 0.35% | - |
| HSV(B) | 304.18º | 0.93% | 0.66% | - |
| XYZ | 22.65 | 11.14 | 33.3 | - |
| YUV | 75 | 174.85 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 158 | 0 | 0.93 | 0.07 | 0.34 | 304.18 | 0.88 | 0.35 |
| Hex | A9 | B | 9E | 0 | 5D | 7 | 22 | 130 | 58 | 23 |
| Octal | 251 | 13 | 236 | 0 | 135 | 7 | 42 | 460 | 130 | 43 |
| Binary | 10101001 | 1011 | 10011110 | 0 | 1011101 | 111 | 100010 | 100110000 | 1011000 | 100011 |
Color Harmonies of #A90B9E
Complementary color
Monochromatic Colors of #A90B9E
Black with #A90B9E
Text Example
Text Example
White with #A90B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90B9E; }
p { color: rgb(169,11,158); }
H1.HeaderClassName
{
color: #A90B9E;
}
.AnyTagClassName
{
color: #A90B9E;
}
</style>
background-color css
<style>
a { background-color: #A90B9E; }
a { background-color: rgb(169,11,158); }
div.DivClassName
{
background-color: #A90B9E;
}
.BgClassName
{
background-color: #A90B9E;
}
</style>
border-color css
<style>
span { border-color: #A90B9E; }
span { border-color: rgb(169,11,158); }
td.TdClassName
{
border-color: #A90B9E;
}
.TagClassName
{
border-color: #A90B9E;
}
</style>