Shades of Dark Magenta #A6009F
Tints of Dark Magenta #A6009F
RGB
CMYK
RGB Variations
Color information
#A6009F (or 0xA6009F) is known color: Dark Magenta. HEX triplet: A6, 00 and 9F. RGB value is (166,0,159). Sum of RGB (Red+Green+Blue) = 166+0+159=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6009F is #59FF60. Grayscale: #434343. Windows color (decimal): -5898081 or 10420390. OLE color: 10420390.
HSL color Cylindrical-coordinate representation of color #A6009F: hue angle of 302.53º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6009F is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.04 | 0.35 |
| HSL | 302.53º | 1% | 0.33% | - |
| HSV(B) | 302.53º | 1% | 0.65% | - |
| XYZ | 21.98 | 10.61 | 33.69 | - |
| YUV | 67.76 | 179.5 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 159 | 0 | 1 | 0.04 | 0.35 | 302.53 | 1 | 0.33 |
| Hex | A6 | 0 | 9F | 0 | 64 | 4 | 23 | 12F | 64 | 21 |
| Octal | 246 | 0 | 237 | 0 | 144 | 4 | 43 | 457 | 144 | 41 |
| Binary | 10100110 | 0 | 10011111 | 0 | 1100100 | 100 | 100011 | 100101111 | 1100100 | 100001 |
Color Harmonies of #A6009F
Complementary color
Monochromatic Colors of #A6009F
Black with #A6009F
Text Example
Text Example
White with #A6009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6009F; }
p { color: rgb(166,0,159); }
H1.HeaderClassName
{
color: #A6009F;
}
.AnyTagClassName
{
color: #A6009F;
}
</style>
background-color css
<style>
a { background-color: #A6009F; }
a { background-color: rgb(166,0,159); }
div.DivClassName
{
background-color: #A6009F;
}
.BgClassName
{
background-color: #A6009F;
}
</style>
border-color css
<style>
span { border-color: #A6009F; }
span { border-color: rgb(166,0,159); }
td.TdClassName
{
border-color: #A6009F;
}
.TagClassName
{
border-color: #A6009F;
}
</style>