Shades of Dark Magenta #A90B9C
Tints of Dark Magenta #A90B9C
RGB
CMYK
RGB Variations
Color information
#A90B9C (or 0xA90B9C) is known color: Dark Magenta. HEX triplet: A9, 0B and 9C. RGB value is (169,11,156). Sum of RGB (Red+Green+Blue) = 169+11+156=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90B9C is #56F463. Grayscale: #4A4A4A. Windows color (decimal): -5698660 or 10226601. OLE color: 10226601.
HSL color Cylindrical-coordinate representation of color #A90B9C: hue angle of 304.94º 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 #A90B9C is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 11 | 156 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.34 |
| HSL | 304.94º | 0.88% | 0.35% | - |
| HSV(B) | 304.94º | 0.93% | 0.66% | - |
| XYZ | 22.48 | 11.07 | 32.41 | - |
| YUV | 74.77 | 173.85 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 156 | 0 | 0.93 | 0.08 | 0.34 | 304.94 | 0.88 | 0.35 |
| Hex | A9 | B | 9C | 0 | 5D | 8 | 22 | 131 | 58 | 23 |
| Octal | 251 | 13 | 234 | 0 | 135 | 10 | 42 | 461 | 130 | 43 |
| Binary | 10101001 | 1011 | 10011100 | 0 | 1011101 | 1000 | 100010 | 100110001 | 1011000 | 100011 |
Color Harmonies of #A90B9C
Complementary color
Monochromatic Colors of #A90B9C
Black with #A90B9C
Text Example
Text Example
White with #A90B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90B9C; }
p { color: rgb(169,11,156); }
H1.HeaderClassName
{
color: #A90B9C;
}
.AnyTagClassName
{
color: #A90B9C;
}
</style>
background-color css
<style>
a { background-color: #A90B9C; }
a { background-color: rgb(169,11,156); }
div.DivClassName
{
background-color: #A90B9C;
}
.BgClassName
{
background-color: #A90B9C;
}
</style>
border-color css
<style>
span { border-color: #A90B9C; }
span { border-color: rgb(169,11,156); }
td.TdClassName
{
border-color: #A90B9C;
}
.TagClassName
{
border-color: #A90B9C;
}
</style>