Shades of Dark Magenta #A009A6
Tints of Dark Magenta #A009A6
RGB
CMYK
RGB Variations
Color information
#A009A6 (or 0xA009A6) is known color: Dark Magenta. HEX triplet: A0, 09 and A6. RGB value is (160,9,166). Sum of RGB (Red+Green+Blue) = 160+9+166=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 166 (65.23% from 255 or 49.55% from 335); Max value from RGB is 166 - color contains mainly: blue. Hex color #A009A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A009A6 is #5FF659. Grayscale: #474747. Windows color (decimal): -6288986 or 10881440. OLE color: 10881440.
HSL color Cylindrical-coordinate representation of color #A009A6: hue angle of 297.71º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A009A6 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 9 | 166 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.35 |
| HSL | 297.71º | 0.9% | 0.34% | - |
| HSV(B) | 297.71º | 0.95% | 0.65% | - |
| XYZ | 21.48 | 10.42 | 36.96 | - |
| YUV | 72.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 166 | 0.04 | 0.95 | 0 | 0.35 | 297.71 | 0.9 | 0.34 |
| Hex | A0 | 9 | A6 | 4 | 5F | 0 | 23 | 12A | 5A | 22 |
| Octal | 240 | 11 | 246 | 4 | 137 | 0 | 43 | 452 | 132 | 42 |
| Binary | 10100000 | 1001 | 10100110 | 100 | 1011111 | 0 | 100011 | 100101010 | 1011010 | 100010 |
Color Harmonies of #A009A6
Complementary color
Monochromatic Colors of #A009A6
Black with #A009A6
Text Example
Text Example
White with #A009A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A009A6; }
p { color: rgb(160,9,166); }
H1.HeaderClassName
{
color: #A009A6;
}
.AnyTagClassName
{
color: #A009A6;
}
</style>
background-color css
<style>
a { background-color: #A009A6; }
a { background-color: rgb(160,9,166); }
div.DivClassName
{
background-color: #A009A6;
}
.BgClassName
{
background-color: #A009A6;
}
</style>
border-color css
<style>
span { border-color: #A009A6; }
span { border-color: rgb(160,9,166); }
td.TdClassName
{
border-color: #A009A6;
}
.TagClassName
{
border-color: #A009A6;
}
</style>