Shades of Dark Magenta #A90D9C
Tints of Dark Magenta #A90D9C
RGB
CMYK
RGB Variations
Color information
#A90D9C (or 0xA90D9C) is known color: Dark Magenta. HEX triplet: A9, 0D and 9C. RGB value is (169,13,156). Sum of RGB (Red+Green+Blue) = 169+13+156=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A90D9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90D9C is #56F263. Grayscale: #4B4B4B. Windows color (decimal): -5698148 or 10227113. OLE color: 10227113.
HSL color Cylindrical-coordinate representation of color #A90D9C: hue angle of 305º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A90D9C is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 13 | 156 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.34 |
| HSL | 305º | 0.86% | 0.36% | - |
| HSV(B) | 305º | 0.92% | 0.66% | - |
| XYZ | 22.51 | 11.12 | 32.41 | - |
| YUV | 75.95 | 173.18 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 156 | 0 | 0.92 | 0.08 | 0.34 | 305 | 0.86 | 0.36 |
| Hex | A9 | D | 9C | 0 | 5C | 8 | 22 | 131 | 56 | 24 |
| Octal | 251 | 15 | 234 | 0 | 134 | 10 | 42 | 461 | 126 | 44 |
| Binary | 10101001 | 1101 | 10011100 | 0 | 1011100 | 1000 | 100010 | 100110001 | 1010110 | 100100 |
Color Harmonies of #A90D9C
Complementary color
Monochromatic Colors of #A90D9C
Black with #A90D9C
Text Example
Text Example
White with #A90D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90D9C; }
p { color: rgb(169,13,156); }
H1.HeaderClassName
{
color: #A90D9C;
}
.AnyTagClassName
{
color: #A90D9C;
}
</style>
background-color css
<style>
a { background-color: #A90D9C; }
a { background-color: rgb(169,13,156); }
div.DivClassName
{
background-color: #A90D9C;
}
.BgClassName
{
background-color: #A90D9C;
}
</style>
border-color css
<style>
span { border-color: #A90D9C; }
span { border-color: rgb(169,13,156); }
td.TdClassName
{
border-color: #A90D9C;
}
.TagClassName
{
border-color: #A90D9C;
}
</style>