Shades of Dark Magenta #A9088E
Tints of Dark Magenta #A9088E
RGB
CMYK
RGB Variations
Color information
#A9088E (or 0xA9088E) is known color: Dark Magenta. HEX triplet: A9, 08 and 8E. RGB value is (169,8,142). Sum of RGB (Red+Green+Blue) = 169+8+142=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A9088E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9088E is #56F771. Grayscale: #474747. Windows color (decimal): -5699442 or 9308329. OLE color: 9308329.
HSL color Cylindrical-coordinate representation of color #A9088E: hue angle of 310.06º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A9088E is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 8 | 142 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.34 |
| HSL | 310.06º | 0.91% | 0.35% | - |
| HSV(B) | 310.06º | 0.95% | 0.66% | - |
| XYZ | 21.33 | 10.56 | 26.51 | - |
| YUV | 71.42 | 167.84 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 142 | 0 | 0.95 | 0.16 | 0.34 | 310.06 | 0.91 | 0.35 |
| Hex | A9 | 8 | 8E | 0 | 5F | 10 | 22 | 136 | 5B | 23 |
| Octal | 251 | 10 | 216 | 0 | 137 | 20 | 42 | 466 | 133 | 43 |
| Binary | 10101001 | 1000 | 10001110 | 0 | 1011111 | 10000 | 100010 | 100110110 | 1011011 | 100011 |
Color Harmonies of #A9088E
Complementary color
Monochromatic Colors of #A9088E
Black with #A9088E
Text Example
Text Example
White with #A9088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9088E; }
p { color: rgb(169,8,142); }
H1.HeaderClassName
{
color: #A9088E;
}
.AnyTagClassName
{
color: #A9088E;
}
</style>
background-color css
<style>
a { background-color: #A9088E; }
a { background-color: rgb(169,8,142); }
div.DivClassName
{
background-color: #A9088E;
}
.BgClassName
{
background-color: #A9088E;
}
</style>
border-color css
<style>
span { border-color: #A9088E; }
span { border-color: rgb(169,8,142); }
td.TdClassName
{
border-color: #A9088E;
}
.TagClassName
{
border-color: #A9088E;
}
</style>