Shades of Dark Magenta #A90096
Tints of Dark Magenta #A90096
RGB
CMYK
RGB Variations
Color information
#A90096 (or 0xA90096) is known color: Dark Magenta. HEX triplet: A9, 00 and 96. RGB value is (169,0,150). Sum of RGB (Red+Green+Blue) = 169+0+150=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A90096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90096 is #56FF69. Grayscale: #434343. Windows color (decimal): -5701482 or 9830569. OLE color: 9830569.
HSL color Cylindrical-coordinate representation of color #A90096: hue angle of 306.75º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A90096 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.11 | 0.34 |
| HSL | 306.75º | 1% | 0.33% | - |
| HSV(B) | 306.75º | 1% | 0.66% | - |
| XYZ | 21.87 | 10.64 | 29.75 | - |
| YUV | 67.63 | 174.49 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 150 | 0 | 1 | 0.11 | 0.34 | 306.75 | 1 | 0.33 |
| Hex | A9 | 0 | 96 | 0 | 64 | B | 22 | 133 | 64 | 21 |
| Octal | 251 | 0 | 226 | 0 | 144 | 13 | 42 | 463 | 144 | 41 |
| Binary | 10101001 | 0 | 10010110 | 0 | 1100100 | 1011 | 100010 | 100110011 | 1100100 | 100001 |
Color Harmonies of #A90096
Complementary color
Monochromatic Colors of #A90096
Black with #A90096
Text Example
Text Example
White with #A90096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90096; }
p { color: rgb(169,0,150); }
H1.HeaderClassName
{
color: #A90096;
}
.AnyTagClassName
{
color: #A90096;
}
</style>
background-color css
<style>
a { background-color: #A90096; }
a { background-color: rgb(169,0,150); }
div.DivClassName
{
background-color: #A90096;
}
.BgClassName
{
background-color: #A90096;
}
</style>
border-color css
<style>
span { border-color: #A90096; }
span { border-color: rgb(169,0,150); }
td.TdClassName
{
border-color: #A90096;
}
.TagClassName
{
border-color: #A90096;
}
</style>