Shades of Dark Magenta #A6008D
Tints of Dark Magenta #A6008D
RGB
CMYK
RGB Variations
Color information
#A6008D (or 0xA6008D) is known color: Dark Magenta. HEX triplet: A6, 00 and 8D. RGB value is (166,0,141). Sum of RGB (Red+Green+Blue) = 166+0+141=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A6008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6008D is #59FF72. Grayscale: #414141. Windows color (decimal): -5898099 or 9240742. OLE color: 9240742.
HSL color Cylindrical-coordinate representation of color #A6008D: hue angle of 309.04º 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 #A6008D is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.15 | 0.35 |
| HSL | 309.04º | 1% | 0.33% | - |
| HSV(B) | 309.04º | 1% | 0.65% | - |
| XYZ | 20.53 | 10.03 | 26.05 | - |
| YUV | 65.71 | 170.5 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 141 | 0 | 1 | 0.15 | 0.35 | 309.04 | 1 | 0.33 |
| Hex | A6 | 0 | 8D | 0 | 64 | F | 23 | 135 | 64 | 21 |
| Octal | 246 | 0 | 215 | 0 | 144 | 17 | 43 | 465 | 144 | 41 |
| Binary | 10100110 | 0 | 10001101 | 0 | 1100100 | 1111 | 100011 | 100110101 | 1100100 | 100001 |
Color Harmonies of #A6008D
Complementary color
Monochromatic Colors of #A6008D
Black with #A6008D
Text Example
Text Example
White with #A6008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6008D; }
p { color: rgb(166,0,141); }
H1.HeaderClassName
{
color: #A6008D;
}
.AnyTagClassName
{
color: #A6008D;
}
</style>
background-color css
<style>
a { background-color: #A6008D; }
a { background-color: rgb(166,0,141); }
div.DivClassName
{
background-color: #A6008D;
}
.BgClassName
{
background-color: #A6008D;
}
</style>
border-color css
<style>
span { border-color: #A6008D; }
span { border-color: rgb(166,0,141); }
td.TdClassName
{
border-color: #A6008D;
}
.TagClassName
{
border-color: #A6008D;
}
</style>