Shades of Dark Magenta #A9008F
Tints of Dark Magenta #A9008F
RGB
CMYK
RGB Variations
Color information
#A9008F (or 0xA9008F) is known color: Dark Magenta. HEX triplet: A9, 00 and 8F. RGB value is (169,0,143). Sum of RGB (Red+Green+Blue) = 169+0+143=312 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.17% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 169 - color contains mainly: red. Hex color #A9008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9008F is #56FF70. Grayscale: #424242. Windows color (decimal): -5701489 or 9371817. OLE color: 9371817.
HSL color Cylindrical-coordinate representation of color #A9008F: hue angle of 309.23º 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 #A9008F is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.15 | 0.34 |
| HSL | 309.23º | 1% | 0.33% | - |
| HSV(B) | 309.23º | 1% | 0.66% | - |
| XYZ | 21.32 | 10.42 | 26.87 | - |
| YUV | 66.83 | 170.99 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 143 | 0 | 1 | 0.15 | 0.34 | 309.23 | 1 | 0.33 |
| Hex | A9 | 0 | 8F | 0 | 64 | F | 22 | 135 | 64 | 21 |
| Octal | 251 | 0 | 217 | 0 | 144 | 17 | 42 | 465 | 144 | 41 |
| Binary | 10101001 | 0 | 10001111 | 0 | 1100100 | 1111 | 100010 | 100110101 | 1100100 | 100001 |
Color Harmonies of #A9008F
Complementary color
Monochromatic Colors of #A9008F
Black with #A9008F
Text Example
Text Example
White with #A9008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9008F; }
p { color: rgb(169,0,143); }
H1.HeaderClassName
{
color: #A9008F;
}
.AnyTagClassName
{
color: #A9008F;
}
</style>
background-color css
<style>
a { background-color: #A9008F; }
a { background-color: rgb(169,0,143); }
div.DivClassName
{
background-color: #A9008F;
}
.BgClassName
{
background-color: #A9008F;
}
</style>
border-color css
<style>
span { border-color: #A9008F; }
span { border-color: rgb(169,0,143); }
td.TdClassName
{
border-color: #A9008F;
}
.TagClassName
{
border-color: #A9008F;
}
</style>