Shades of Dark Magenta #A6159A
Tints of Dark Magenta #A6159A
RGB
CMYK
RGB Variations
Color information
#A6159A (or 0xA6159A) is known color: Dark Magenta. HEX triplet: A6, 15 and 9A. RGB value is (166,21,154). Sum of RGB (Red+Green+Blue) = 166+21+154=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6159A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6159A is #59EA65. Grayscale: #4F4F4F. Windows color (decimal): -5892710 or 10098086. OLE color: 10098086.
HSL color Cylindrical-coordinate representation of color #A6159A: hue angle of 304.97º 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 #A6159A is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 21 | 154 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.35 |
| HSL | 304.97º | 0.78% | 0.37% | - |
| HSV(B) | 304.97º | 0.87% | 0.65% | - |
| XYZ | 21.83 | 10.98 | 31.54 | - |
| YUV | 79.52 | 170.04 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 154 | 0 | 0.87 | 0.07 | 0.35 | 304.97 | 0.78 | 0.37 |
| Hex | A6 | 15 | 9A | 0 | 57 | 7 | 23 | 131 | 4E | 25 |
| Octal | 246 | 25 | 232 | 0 | 127 | 7 | 43 | 461 | 116 | 45 |
| Binary | 10100110 | 10101 | 10011010 | 0 | 1010111 | 111 | 100011 | 100110001 | 1001110 | 100101 |
Color Harmonies of #A6159A
Complementary color
Monochromatic Colors of #A6159A
Black with #A6159A
Text Example
Text Example
White with #A6159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6159A; }
p { color: rgb(166,21,154); }
H1.HeaderClassName
{
color: #A6159A;
}
.AnyTagClassName
{
color: #A6159A;
}
</style>
background-color css
<style>
a { background-color: #A6159A; }
a { background-color: rgb(166,21,154); }
div.DivClassName
{
background-color: #A6159A;
}
.BgClassName
{
background-color: #A6159A;
}
</style>
border-color css
<style>
span { border-color: #A6159A; }
span { border-color: rgb(166,21,154); }
td.TdClassName
{
border-color: #A6159A;
}
.TagClassName
{
border-color: #A6159A;
}
</style>