Shades of Dark Magenta #A90C9D
Tints of Dark Magenta #A90C9D
RGB
CMYK
RGB Variations
Color information
#A90C9D (or 0xA90C9D) is known color: Dark Magenta. HEX triplet: A9, 0C and 9D. RGB value is (169,12,157). Sum of RGB (Red+Green+Blue) = 169+12+157=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90C9D is #56F362. Grayscale: #4B4B4B. Windows color (decimal): -5698403 or 10292393. OLE color: 10292393.
HSL color Cylindrical-coordinate representation of color #A90C9D: hue angle of 304.59º degrees, saturation: 0.87, 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 #A90C9D is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 12 | 157 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.34 |
| HSL | 304.59º | 0.87% | 0.35% | - |
| HSV(B) | 304.59º | 0.93% | 0.66% | - |
| XYZ | 22.58 | 11.13 | 32.86 | - |
| YUV | 75.47 | 174.01 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 157 | 0 | 0.93 | 0.07 | 0.34 | 304.59 | 0.87 | 0.35 |
| Hex | A9 | C | 9D | 0 | 5D | 7 | 22 | 131 | 57 | 23 |
| Octal | 251 | 14 | 235 | 0 | 135 | 7 | 42 | 461 | 127 | 43 |
| Binary | 10101001 | 1100 | 10011101 | 0 | 1011101 | 111 | 100010 | 100110001 | 1010111 | 100011 |
Color Harmonies of #A90C9D
Complementary color
Monochromatic Colors of #A90C9D
Black with #A90C9D
Text Example
Text Example
White with #A90C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90C9D; }
p { color: rgb(169,12,157); }
H1.HeaderClassName
{
color: #A90C9D;
}
.AnyTagClassName
{
color: #A90C9D;
}
</style>
background-color css
<style>
a { background-color: #A90C9D; }
a { background-color: rgb(169,12,157); }
div.DivClassName
{
background-color: #A90C9D;
}
.BgClassName
{
background-color: #A90C9D;
}
</style>
border-color css
<style>
span { border-color: #A90C9D; }
span { border-color: rgb(169,12,157); }
td.TdClassName
{
border-color: #A90C9D;
}
.TagClassName
{
border-color: #A90C9D;
}
</style>