Shades of Dark Magenta #A6139B
Tints of Dark Magenta #A6139B
RGB
CMYK
RGB Variations
Color information
#A6139B (or 0xA6139B) is known color: Dark Magenta. HEX triplet: A6, 13 and 9B. RGB value is (166,19,155). Sum of RGB (Red+Green+Blue) = 166+19+155=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6139B is #59EC64. Grayscale: #4E4E4E. Windows color (decimal): -5893221 or 10163110. OLE color: 10163110.
HSL color Cylindrical-coordinate representation of color #A6139B: hue angle of 304.49º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6139B is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 19 | 155 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.35 |
| HSL | 304.49º | 0.79% | 0.36% | - |
| HSV(B) | 304.49º | 0.89% | 0.65% | - |
| XYZ | 21.88 | 10.94 | 31.97 | - |
| YUV | 78.46 | 171.2 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 155 | 0 | 0.89 | 0.07 | 0.35 | 304.49 | 0.79 | 0.36 |
| Hex | A6 | 13 | 9B | 0 | 59 | 7 | 23 | 130 | 4F | 24 |
| Octal | 246 | 23 | 233 | 0 | 131 | 7 | 43 | 460 | 117 | 44 |
| Binary | 10100110 | 10011 | 10011011 | 0 | 1011001 | 111 | 100011 | 100110000 | 1001111 | 100100 |
Color Harmonies of #A6139B
Complementary color
Monochromatic Colors of #A6139B
Black with #A6139B
Text Example
Text Example
White with #A6139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6139B; }
p { color: rgb(166,19,155); }
H1.HeaderClassName
{
color: #A6139B;
}
.AnyTagClassName
{
color: #A6139B;
}
</style>
background-color css
<style>
a { background-color: #A6139B; }
a { background-color: rgb(166,19,155); }
div.DivClassName
{
background-color: #A6139B;
}
.BgClassName
{
background-color: #A6139B;
}
</style>
border-color css
<style>
span { border-color: #A6139B; }
span { border-color: rgb(166,19,155); }
td.TdClassName
{
border-color: #A6139B;
}
.TagClassName
{
border-color: #A6139B;
}
</style>