Shades of Dark Magenta #A90F9C
Tints of Dark Magenta #A90F9C
RGB
CMYK
RGB Variations
Color information
#A90F9C (or 0xA90F9C) is known color: Dark Magenta. HEX triplet: A9, 0F and 9C. RGB value is (169,15,156). Sum of RGB (Red+Green+Blue) = 169+15+156=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A90F9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90F9C is #56F063. Grayscale: #4C4C4C. Windows color (decimal): -5697636 or 10227625. OLE color: 10227625.
HSL color Cylindrical-coordinate representation of color #A90F9C: hue angle of 305.06º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A90F9C is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 15 | 156 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.34 |
| HSL | 305.06º | 0.84% | 0.36% | - |
| HSV(B) | 305.06º | 0.91% | 0.66% | - |
| XYZ | 22.53 | 11.18 | 32.42 | - |
| YUV | 77.12 | 172.52 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 156 | 0 | 0.91 | 0.08 | 0.34 | 305.06 | 0.84 | 0.36 |
| Hex | A9 | F | 9C | 0 | 5B | 8 | 22 | 131 | 54 | 24 |
| Octal | 251 | 17 | 234 | 0 | 133 | 10 | 42 | 461 | 124 | 44 |
| Binary | 10101001 | 1111 | 10011100 | 0 | 1011011 | 1000 | 100010 | 100110001 | 1010100 | 100100 |
Color Harmonies of #A90F9C
Complementary color
Monochromatic Colors of #A90F9C
Black with #A90F9C
Text Example
Text Example
White with #A90F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90F9C; }
p { color: rgb(169,15,156); }
H1.HeaderClassName
{
color: #A90F9C;
}
.AnyTagClassName
{
color: #A90F9C;
}
</style>
background-color css
<style>
a { background-color: #A90F9C; }
a { background-color: rgb(169,15,156); }
div.DivClassName
{
background-color: #A90F9C;
}
.BgClassName
{
background-color: #A90F9C;
}
</style>
border-color css
<style>
span { border-color: #A90F9C; }
span { border-color: rgb(169,15,156); }
td.TdClassName
{
border-color: #A90F9C;
}
.TagClassName
{
border-color: #A90F9C;
}
</style>