Shades of Dark Magenta #A90B9D
Tints of Dark Magenta #A90B9D
RGB
CMYK
RGB Variations
Color information
#A90B9D (or 0xA90B9D) is known color: Dark Magenta. HEX triplet: A9, 0B and 9D. RGB value is (169,11,157). Sum of RGB (Red+Green+Blue) = 169+11+157=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90B9D is #56F462. Grayscale: #4A4A4A. Windows color (decimal): -5698659 or 10292137. OLE color: 10292137.
HSL color Cylindrical-coordinate representation of color #A90B9D: hue angle of 304.56º 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 #A90B9D is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 11 | 157 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.34 |
| HSL | 304.56º | 0.88% | 0.35% | - |
| HSV(B) | 304.56º | 0.93% | 0.66% | - |
| XYZ | 22.57 | 11.11 | 32.85 | - |
| YUV | 74.89 | 174.35 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 157 | 0 | 0.93 | 0.07 | 0.34 | 304.56 | 0.88 | 0.35 |
| Hex | A9 | B | 9D | 0 | 5D | 7 | 22 | 131 | 58 | 23 |
| Octal | 251 | 13 | 235 | 0 | 135 | 7 | 42 | 461 | 130 | 43 |
| Binary | 10101001 | 1011 | 10011101 | 0 | 1011101 | 111 | 100010 | 100110001 | 1011000 | 100011 |
Color Harmonies of #A90B9D
Complementary color
Monochromatic Colors of #A90B9D
Black with #A90B9D
Text Example
Text Example
White with #A90B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90B9D; }
p { color: rgb(169,11,157); }
H1.HeaderClassName
{
color: #A90B9D;
}
.AnyTagClassName
{
color: #A90B9D;
}
</style>
background-color css
<style>
a { background-color: #A90B9D; }
a { background-color: rgb(169,11,157); }
div.DivClassName
{
background-color: #A90B9D;
}
.BgClassName
{
background-color: #A90B9D;
}
</style>
border-color css
<style>
span { border-color: #A90B9D; }
span { border-color: rgb(169,11,157); }
td.TdClassName
{
border-color: #A90B9D;
}
.TagClassName
{
border-color: #A90B9D;
}
</style>