Shades of Dark Magenta #A6179C
Tints of Dark Magenta #A6179C
RGB
CMYK
RGB Variations
Color information
#A6179C (or 0xA6179C) is known color: Dark Magenta. HEX triplet: A6, 17 and 9C. RGB value is (166,23,156). Sum of RGB (Red+Green+Blue) = 166+23+156=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6179C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6179C is #59E863. Grayscale: #505050. Windows color (decimal): -5892196 or 10229670. OLE color: 10229670.
HSL color Cylindrical-coordinate representation of color #A6179C: hue angle of 304.2º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6179C is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 23 | 156 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.35 |
| HSL | 304.2º | 0.76% | 0.37% | - |
| HSV(B) | 304.2º | 0.86% | 0.65% | - |
| XYZ | 22.03 | 11.12 | 32.44 | - |
| YUV | 80.92 | 170.38 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 23 | 156 | 0 | 0.86 | 0.06 | 0.35 | 304.2 | 0.76 | 0.37 |
| Hex | A6 | 17 | 9C | 0 | 56 | 6 | 23 | 130 | 4C | 25 |
| Octal | 246 | 27 | 234 | 0 | 126 | 6 | 43 | 460 | 114 | 45 |
| Binary | 10100110 | 10111 | 10011100 | 0 | 1010110 | 110 | 100011 | 100110000 | 1001100 | 100101 |
Color Harmonies of #A6179C
Complementary color
Monochromatic Colors of #A6179C
Black with #A6179C
Text Example
Text Example
White with #A6179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6179C; }
p { color: rgb(166,23,156); }
H1.HeaderClassName
{
color: #A6179C;
}
.AnyTagClassName
{
color: #A6179C;
}
</style>
background-color css
<style>
a { background-color: #A6179C; }
a { background-color: rgb(166,23,156); }
div.DivClassName
{
background-color: #A6179C;
}
.BgClassName
{
background-color: #A6179C;
}
</style>
border-color css
<style>
span { border-color: #A6179C; }
span { border-color: rgb(166,23,156); }
td.TdClassName
{
border-color: #A6179C;
}
.TagClassName
{
border-color: #A6179C;
}
</style>