Shades of Dark Magenta #A90C9A
Tints of Dark Magenta #A90C9A
RGB
CMYK
RGB Variations
Color information
#A90C9A (or 0xA90C9A) is known color: Dark Magenta. HEX triplet: A9, 0C and 9A. RGB value is (169,12,154). Sum of RGB (Red+Green+Blue) = 169+12+154=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90C9A is #56F365. Grayscale: #4A4A4A. Windows color (decimal): -5698406 or 10095785. OLE color: 10095785.
HSL color Cylindrical-coordinate representation of color #A90C9A: hue angle of 305.73º 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 #A90C9A is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 12 | 154 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.34 |
| HSL | 305.73º | 0.87% | 0.35% | - |
| HSV(B) | 305.73º | 0.93% | 0.66% | - |
| XYZ | 22.33 | 11.03 | 31.52 | - |
| YUV | 75.13 | 172.51 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 154 | 0 | 0.93 | 0.09 | 0.34 | 305.73 | 0.87 | 0.35 |
| Hex | A9 | C | 9A | 0 | 5D | 9 | 22 | 132 | 57 | 23 |
| Octal | 251 | 14 | 232 | 0 | 135 | 11 | 42 | 462 | 127 | 43 |
| Binary | 10101001 | 1100 | 10011010 | 0 | 1011101 | 1001 | 100010 | 100110010 | 1010111 | 100011 |
Color Harmonies of #A90C9A
Complementary color
Monochromatic Colors of #A90C9A
Black with #A90C9A
Text Example
Text Example
White with #A90C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90C9A; }
p { color: rgb(169,12,154); }
H1.HeaderClassName
{
color: #A90C9A;
}
.AnyTagClassName
{
color: #A90C9A;
}
</style>
background-color css
<style>
a { background-color: #A90C9A; }
a { background-color: rgb(169,12,154); }
div.DivClassName
{
background-color: #A90C9A;
}
.BgClassName
{
background-color: #A90C9A;
}
</style>
border-color css
<style>
span { border-color: #A90C9A; }
span { border-color: rgb(169,12,154); }
td.TdClassName
{
border-color: #A90C9A;
}
.TagClassName
{
border-color: #A90C9A;
}
</style>