Shades of Dark Magenta #A909A6
Tints of Dark Magenta #A909A6
RGB
CMYK
RGB Variations
Color information
#A909A6 (or 0xA909A6) is known color: Dark Magenta. HEX triplet: A9, 09 and A6. RGB value is (169,9,166). Sum of RGB (Red+Green+Blue) = 169+9+166=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 166 (65.23% from 255 or 48.26% from 344); Max value from RGB is 169 - color contains mainly: red. Hex color #A909A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A909A6 is #56F659. Grayscale: #4A4A4A. Windows color (decimal): -5699162 or 10881449. OLE color: 10881449.
HSL color Cylindrical-coordinate representation of color #A909A6: hue angle of 301.12º 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 #A909A6 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 9 | 166 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.34 |
| HSL | 301.13º | 0.9% | 0.35% | - |
| HSV(B) | 301.13º | 0.95% | 0.66% | - |
| XYZ | 23.34 | 11.38 | 37.04 | - |
| YUV | 74.74 | 179.51 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 9 | 166 | 0 | 0.95 | 0.02 | 0.34 | 301.13 | 0.9 | 0.35 |
| Hex | A9 | 9 | A6 | 0 | 5F | 2 | 22 | 12D | 5A | 23 |
| Octal | 251 | 11 | 246 | 0 | 137 | 2 | 42 | 455 | 132 | 43 |
| Binary | 10101001 | 1001 | 10100110 | 0 | 1011111 | 10 | 100010 | 100101101 | 1011010 | 100011 |
Color Harmonies of #A909A6
Complementary color
Monochromatic Colors of #A909A6
Black with #A909A6
Text Example
Text Example
White with #A909A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A909A6; }
p { color: rgb(169,9,166); }
H1.HeaderClassName
{
color: #A909A6;
}
.AnyTagClassName
{
color: #A909A6;
}
</style>
background-color css
<style>
a { background-color: #A909A6; }
a { background-color: rgb(169,9,166); }
div.DivClassName
{
background-color: #A909A6;
}
.BgClassName
{
background-color: #A909A6;
}
</style>
border-color css
<style>
span { border-color: #A909A6; }
span { border-color: rgb(169,9,166); }
td.TdClassName
{
border-color: #A909A6;
}
.TagClassName
{
border-color: #A909A6;
}
</style>