Shades of Dark Magenta #A90F90
Tints of Dark Magenta #A90F90
RGB
CMYK
RGB Variations
Color information
#A90F90 (or 0xA90F90) is known color: Dark Magenta. HEX triplet: A9, 0F and 90. RGB value is (169,15,144). Sum of RGB (Red+Green+Blue) = 169+15+144=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A90F90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90F90 is #56F06F. Grayscale: #4B4B4B. Windows color (decimal): -5697648 or 9441193. OLE color: 9441193.
HSL color Cylindrical-coordinate representation of color #A90F90: hue angle of 309.74º 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 #A90F90 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 15 | 144 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.34 |
| HSL | 309.74º | 0.84% | 0.36% | - |
| HSV(B) | 309.74º | 0.91% | 0.66% | - |
| XYZ | 21.57 | 10.79 | 27.33 | - |
| YUV | 75.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 144 | 0 | 0.91 | 0.15 | 0.34 | 309.74 | 0.84 | 0.36 |
| Hex | A9 | F | 90 | 0 | 5B | F | 22 | 136 | 54 | 24 |
| Octal | 251 | 17 | 220 | 0 | 133 | 17 | 42 | 466 | 124 | 44 |
| Binary | 10101001 | 1111 | 10010000 | 0 | 1011011 | 1111 | 100010 | 100110110 | 1010100 | 100100 |
Color Harmonies of #A90F90
Complementary color
Monochromatic Colors of #A90F90
Black with #A90F90
Text Example
Text Example
White with #A90F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90F90; }
p { color: rgb(169,15,144); }
H1.HeaderClassName
{
color: #A90F90;
}
.AnyTagClassName
{
color: #A90F90;
}
</style>
background-color css
<style>
a { background-color: #A90F90; }
a { background-color: rgb(169,15,144); }
div.DivClassName
{
background-color: #A90F90;
}
.BgClassName
{
background-color: #A90F90;
}
</style>
border-color css
<style>
span { border-color: #A90F90; }
span { border-color: rgb(169,15,144); }
td.TdClassName
{
border-color: #A90F90;
}
.TagClassName
{
border-color: #A90F90;
}
</style>