Shades of Dark Magenta #A6149C
Tints of Dark Magenta #A6149C
RGB
CMYK
RGB Variations
Color information
#A6149C (or 0xA6149C) is known color: Dark Magenta. HEX triplet: A6, 14 and 9C. RGB value is (166,20,156). Sum of RGB (Red+Green+Blue) = 166+20+156=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6149C is #59EB63. Grayscale: #4E4E4E. Windows color (decimal): -5892964 or 10228902. OLE color: 10228902.
HSL color Cylindrical-coordinate representation of color #A6149C: hue angle of 304.11º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A6149C is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 156 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.35 |
| HSL | 304.11º | 0.78% | 0.36% | - |
| HSV(B) | 304.11º | 0.88% | 0.65% | - |
| XYZ | 21.98 | 11.01 | 32.42 | - |
| YUV | 79.16 | 171.37 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 156 | 0 | 0.88 | 0.06 | 0.35 | 304.11 | 0.78 | 0.36 |
| Hex | A6 | 14 | 9C | 0 | 58 | 6 | 23 | 130 | 4E | 24 |
| Octal | 246 | 24 | 234 | 0 | 130 | 6 | 43 | 460 | 116 | 44 |
| Binary | 10100110 | 10100 | 10011100 | 0 | 1011000 | 110 | 100011 | 100110000 | 1001110 | 100100 |
Color Harmonies of #A6149C
Complementary color
Monochromatic Colors of #A6149C
Black with #A6149C
Text Example
Text Example
White with #A6149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6149C; }
p { color: rgb(166,20,156); }
H1.HeaderClassName
{
color: #A6149C;
}
.AnyTagClassName
{
color: #A6149C;
}
</style>
background-color css
<style>
a { background-color: #A6149C; }
a { background-color: rgb(166,20,156); }
div.DivClassName
{
background-color: #A6149C;
}
.BgClassName
{
background-color: #A6149C;
}
</style>
border-color css
<style>
span { border-color: #A6149C; }
span { border-color: rgb(166,20,156); }
td.TdClassName
{
border-color: #A6149C;
}
.TagClassName
{
border-color: #A6149C;
}
</style>