Shades of Dark Magenta #A6108D
Tints of Dark Magenta #A6108D
RGB
CMYK
RGB Variations
Color information
#A6108D (or 0xA6108D) is known color: Dark Magenta. HEX triplet: A6, 10 and 8D. RGB value is (166,16,141). Sum of RGB (Red+Green+Blue) = 166+16+141=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A6108D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6108D is #59EF72. Grayscale: #4A4A4A. Windows color (decimal): -5894003 or 9244838. OLE color: 9244838.
HSL color Cylindrical-coordinate representation of color #A6108D: hue angle of 310º 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 #A6108D is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 141 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.35 |
| HSL | 310º | 0.82% | 0.36% | - |
| HSV(B) | 310º | 0.9% | 0.65% | - |
| XYZ | 20.72 | 10.4 | 26.11 | - |
| YUV | 75.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 141 | 0 | 0.90 | 0.15 | 0.35 | 310 | 0.82 | 0.36 |
| Hex | A6 | 10 | 8D | 0 | 5A | F | 23 | 136 | 52 | 24 |
| Octal | 246 | 20 | 215 | 0 | 132 | 17 | 43 | 466 | 122 | 44 |
| Binary | 10100110 | 10000 | 10001101 | 0 | 1011010 | 1111 | 100011 | 100110110 | 1010010 | 100100 |
Color Harmonies of #A6108D
Complementary color
Monochromatic Colors of #A6108D
Black with #A6108D
Text Example
Text Example
White with #A6108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6108D; }
p { color: rgb(166,16,141); }
H1.HeaderClassName
{
color: #A6108D;
}
.AnyTagClassName
{
color: #A6108D;
}
</style>
background-color css
<style>
a { background-color: #A6108D; }
a { background-color: rgb(166,16,141); }
div.DivClassName
{
background-color: #A6108D;
}
.BgClassName
{
background-color: #A6108D;
}
</style>
border-color css
<style>
span { border-color: #A6108D; }
span { border-color: rgb(166,16,141); }
td.TdClassName
{
border-color: #A6108D;
}
.TagClassName
{
border-color: #A6108D;
}
</style>