Shades of Dark Magenta #A9099C
Tints of Dark Magenta #A9099C
RGB
CMYK
RGB Variations
Color information
#A9099C (or 0xA9099C) is known color: Dark Magenta. HEX triplet: A9, 09 and 9C. RGB value is (169,9,156). Sum of RGB (Red+Green+Blue) = 169+9+156=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A9099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9099C is #56F663. Grayscale: #494949. Windows color (decimal): -5699172 or 10226089. OLE color: 10226089.
HSL color Cylindrical-coordinate representation of color #A9099C: hue angle of 304.88º 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 #A9099C is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 9 | 156 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.34 |
| HSL | 304.88º | 0.9% | 0.35% | - |
| HSV(B) | 304.88º | 0.95% | 0.66% | - |
| XYZ | 22.46 | 11.03 | 32.4 | - |
| YUV | 73.6 | 174.51 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 9 | 156 | 0 | 0.95 | 0.08 | 0.34 | 304.88 | 0.9 | 0.35 |
| Hex | A9 | 9 | 9C | 0 | 5F | 8 | 22 | 131 | 5A | 23 |
| Octal | 251 | 11 | 234 | 0 | 137 | 10 | 42 | 461 | 132 | 43 |
| Binary | 10101001 | 1001 | 10011100 | 0 | 1011111 | 1000 | 100010 | 100110001 | 1011010 | 100011 |
Color Harmonies of #A9099C
Complementary color
Monochromatic Colors of #A9099C
Black with #A9099C
Text Example
Text Example
White with #A9099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9099C; }
p { color: rgb(169,9,156); }
H1.HeaderClassName
{
color: #A9099C;
}
.AnyTagClassName
{
color: #A9099C;
}
</style>
background-color css
<style>
a { background-color: #A9099C; }
a { background-color: rgb(169,9,156); }
div.DivClassName
{
background-color: #A9099C;
}
.BgClassName
{
background-color: #A9099C;
}
</style>
border-color css
<style>
span { border-color: #A9099C; }
span { border-color: rgb(169,9,156); }
td.TdClassName
{
border-color: #A9099C;
}
.TagClassName
{
border-color: #A9099C;
}
</style>