Shades of Dark Magenta #A9099D
Tints of Dark Magenta #A9099D
RGB
CMYK
RGB Variations
Color information
#A9099D (or 0xA9099D) is known color: Dark Magenta. HEX triplet: A9, 09 and 9D. RGB value is (169,9,157). Sum of RGB (Red+Green+Blue) = 169+9+157=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A9099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9099D is #56F662. Grayscale: #494949. Windows color (decimal): -5699171 or 10291625. OLE color: 10291625.
HSL color Cylindrical-coordinate representation of color #A9099D: hue angle of 304.5º degrees, saturation: 0.9, 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 #A9099D is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 9 | 157 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.34 |
| HSL | 304.5º | 0.9% | 0.35% | - |
| HSV(B) | 304.5º | 0.95% | 0.66% | - |
| XYZ | 22.55 | 11.06 | 32.85 | - |
| YUV | 73.71 | 175.01 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 9 | 157 | 0 | 0.95 | 0.07 | 0.34 | 304.5 | 0.9 | 0.35 |
| Hex | A9 | 9 | 9D | 0 | 5F | 7 | 22 | 130 | 5A | 23 |
| Octal | 251 | 11 | 235 | 0 | 137 | 7 | 42 | 460 | 132 | 43 |
| Binary | 10101001 | 1001 | 10011101 | 0 | 1011111 | 111 | 100010 | 100110000 | 1011010 | 100011 |
Color Harmonies of #A9099D
Complementary color
Monochromatic Colors of #A9099D
Black with #A9099D
Text Example
Text Example
White with #A9099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9099D; }
p { color: rgb(169,9,157); }
H1.HeaderClassName
{
color: #A9099D;
}
.AnyTagClassName
{
color: #A9099D;
}
</style>
background-color css
<style>
a { background-color: #A9099D; }
a { background-color: rgb(169,9,157); }
div.DivClassName
{
background-color: #A9099D;
}
.BgClassName
{
background-color: #A9099D;
}
</style>
border-color css
<style>
span { border-color: #A9099D; }
span { border-color: rgb(169,9,157); }
td.TdClassName
{
border-color: #A9099D;
}
.TagClassName
{
border-color: #A9099D;
}
</style>