Shades of Dark Magenta #A6149B
Tints of Dark Magenta #A6149B
RGB
CMYK
RGB Variations
Color information
#A6149B (or 0xA6149B) is known color: Dark Magenta. HEX triplet: A6, 14 and 9B. RGB value is (166,20,155). Sum of RGB (Red+Green+Blue) = 166+20+155=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6149B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6149B is #59EB64. Grayscale: #4E4E4E. Windows color (decimal): -5892965 or 10163366. OLE color: 10163366.
HSL color Cylindrical-coordinate representation of color #A6149B: hue angle of 304.52º 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 #A6149B is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 155 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.35 |
| HSL | 304.52º | 0.78% | 0.36% | - |
| HSV(B) | 304.52º | 0.88% | 0.65% | - |
| XYZ | 21.89 | 10.97 | 31.97 | - |
| YUV | 79.04 | 170.87 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 155 | 0 | 0.88 | 0.07 | 0.35 | 304.52 | 0.78 | 0.36 |
| Hex | A6 | 14 | 9B | 0 | 58 | 7 | 23 | 131 | 4E | 24 |
| Octal | 246 | 24 | 233 | 0 | 130 | 7 | 43 | 461 | 116 | 44 |
| Binary | 10100110 | 10100 | 10011011 | 0 | 1011000 | 111 | 100011 | 100110001 | 1001110 | 100100 |
Color Harmonies of #A6149B
Complementary color
Monochromatic Colors of #A6149B
Black with #A6149B
Text Example
Text Example
White with #A6149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6149B; }
p { color: rgb(166,20,155); }
H1.HeaderClassName
{
color: #A6149B;
}
.AnyTagClassName
{
color: #A6149B;
}
</style>
background-color css
<style>
a { background-color: #A6149B; }
a { background-color: rgb(166,20,155); }
div.DivClassName
{
background-color: #A6149B;
}
.BgClassName
{
background-color: #A6149B;
}
</style>
border-color css
<style>
span { border-color: #A6149B; }
span { border-color: rgb(166,20,155); }
td.TdClassName
{
border-color: #A6149B;
}
.TagClassName
{
border-color: #A6149B;
}
</style>