Shades of Dark Magenta #A90089
Tints of Dark Magenta #A90089
RGB
CMYK
RGB Variations
Color information
#A90089 (or 0xA90089) is known color: Dark Magenta. HEX triplet: A9, 00 and 89. RGB value is (169,0,137). Sum of RGB (Red+Green+Blue) = 169+0+137=306 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.23% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 169 - color contains mainly: red. Hex color #A90089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90089 is #56FF76. Grayscale: #414141. Windows color (decimal): -5701495 or 8978601. OLE color: 8978601.
HSL color Cylindrical-coordinate representation of color #A90089: hue angle of 311.36º 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 #A90089 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.19 | 0.34 |
| HSL | 311.36º | 1% | 0.33% | - |
| HSV(B) | 311.36º | 1% | 0.66% | - |
| XYZ | 20.88 | 10.24 | 24.54 | - |
| YUV | 66.15 | 167.99 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 137 | 0 | 1 | 0.19 | 0.34 | 311.36 | 1 | 0.33 |
| Hex | A9 | 0 | 89 | 0 | 64 | 13 | 22 | 137 | 64 | 21 |
| Octal | 251 | 0 | 211 | 0 | 144 | 23 | 42 | 467 | 144 | 41 |
| Binary | 10101001 | 0 | 10001001 | 0 | 1100100 | 10011 | 100010 | 100110111 | 1100100 | 100001 |
Color Harmonies of #A90089
Complementary color
Monochromatic Colors of #A90089
Black with #A90089
Text Example
Text Example
White with #A90089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90089; }
p { color: rgb(169,0,137); }
H1.HeaderClassName
{
color: #A90089;
}
.AnyTagClassName
{
color: #A90089;
}
</style>
background-color css
<style>
a { background-color: #A90089; }
a { background-color: rgb(169,0,137); }
div.DivClassName
{
background-color: #A90089;
}
.BgClassName
{
background-color: #A90089;
}
</style>
border-color css
<style>
span { border-color: #A90089; }
span { border-color: rgb(169,0,137); }
td.TdClassName
{
border-color: #A90089;
}
.TagClassName
{
border-color: #A90089;
}
</style>