Shades of Dark Magenta #A6159D
Tints of Dark Magenta #A6159D
RGB
CMYK
RGB Variations
Color information
#A6159D (or 0xA6159D) is known color: Dark Magenta. HEX triplet: A6, 15 and 9D. RGB value is (166,21,157). Sum of RGB (Red+Green+Blue) = 166+21+157=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A6159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6159D is #59EA62. Grayscale: #4F4F4F. Windows color (decimal): -5892707 or 10294694. OLE color: 10294694.
HSL color Cylindrical-coordinate representation of color #A6159D: hue angle of 303.72º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6159D is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 21 | 157 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.35 |
| HSL | 303.72º | 0.78% | 0.37% | - |
| HSV(B) | 303.72º | 0.87% | 0.65% | - |
| XYZ | 22.08 | 11.08 | 32.87 | - |
| YUV | 79.86 | 171.54 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 157 | 0 | 0.87 | 0.05 | 0.35 | 303.72 | 0.78 | 0.37 |
| Hex | A6 | 15 | 9D | 0 | 57 | 5 | 23 | 130 | 4E | 25 |
| Octal | 246 | 25 | 235 | 0 | 127 | 5 | 43 | 460 | 116 | 45 |
| Binary | 10100110 | 10101 | 10011101 | 0 | 1010111 | 101 | 100011 | 100110000 | 1001110 | 100101 |
Color Harmonies of #A6159D
Complementary color
Monochromatic Colors of #A6159D
Black with #A6159D
Text Example
Text Example
White with #A6159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6159D; }
p { color: rgb(166,21,157); }
H1.HeaderClassName
{
color: #A6159D;
}
.AnyTagClassName
{
color: #A6159D;
}
</style>
background-color css
<style>
a { background-color: #A6159D; }
a { background-color: rgb(166,21,157); }
div.DivClassName
{
background-color: #A6159D;
}
.BgClassName
{
background-color: #A6159D;
}
</style>
border-color css
<style>
span { border-color: #A6159D; }
span { border-color: rgb(166,21,157); }
td.TdClassName
{
border-color: #A6159D;
}
.TagClassName
{
border-color: #A6159D;
}
</style>