Shades of Dark Magenta #A6109E
Tints of Dark Magenta #A6109E
RGB
CMYK
RGB Variations
Color information
#A6109E (or 0xA6109E) is known color: Dark Magenta. HEX triplet: A6, 10 and 9E. RGB value is (166,16,158). Sum of RGB (Red+Green+Blue) = 166+16+158=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6109E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6109E is #59EF61. Grayscale: #4C4C4C. Windows color (decimal): -5893986 or 10358950. OLE color: 10358950.
HSL color Cylindrical-coordinate representation of color #A6109E: hue angle of 303.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6109E is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 158 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.35 |
| HSL | 303.2º | 0.82% | 0.36% | - |
| HSV(B) | 303.2º | 0.9% | 0.65% | - |
| XYZ | 22.08 | 10.95 | 33.3 | - |
| YUV | 77.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 158 | 0 | 0.90 | 0.05 | 0.35 | 303.2 | 0.82 | 0.36 |
| Hex | A6 | 10 | 9E | 0 | 5A | 5 | 23 | 12F | 52 | 24 |
| Octal | 246 | 20 | 236 | 0 | 132 | 5 | 43 | 457 | 122 | 44 |
| Binary | 10100110 | 10000 | 10011110 | 0 | 1011010 | 101 | 100011 | 100101111 | 1010010 | 100100 |
Color Harmonies of #A6109E
Complementary color
Monochromatic Colors of #A6109E
Black with #A6109E
Text Example
Text Example
White with #A6109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6109E; }
p { color: rgb(166,16,158); }
H1.HeaderClassName
{
color: #A6109E;
}
.AnyTagClassName
{
color: #A6109E;
}
</style>
background-color css
<style>
a { background-color: #A6109E; }
a { background-color: rgb(166,16,158); }
div.DivClassName
{
background-color: #A6109E;
}
.BgClassName
{
background-color: #A6109E;
}
</style>
border-color css
<style>
span { border-color: #A6109E; }
span { border-color: rgb(166,16,158); }
td.TdClassName
{
border-color: #A6109E;
}
.TagClassName
{
border-color: #A6109E;
}
</style>