Shades of Dark Magenta #A6118B
Tints of Dark Magenta #A6118B
RGB
CMYK
RGB Variations
Color information
#A6118B (or 0xA6118B) is known color: Dark Magenta. HEX triplet: A6, 11 and 8B. RGB value is (166,17,139). Sum of RGB (Red+Green+Blue) = 166+17+139=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A6118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6118B is #59EE74. Grayscale: #4B4B4B. Windows color (decimal): -5893749 or 9114022. OLE color: 9114022.
HSL color Cylindrical-coordinate representation of color #A6118B: hue angle of 310.87º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6118B is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 17 | 139 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.35 |
| HSL | 310.87º | 0.81% | 0.36% | - |
| HSV(B) | 310.87º | 0.9% | 0.65% | - |
| XYZ | 20.59 | 10.37 | 25.34 | - |
| YUV | 75.46 | 163.86 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 139 | 0 | 0.90 | 0.16 | 0.35 | 310.87 | 0.81 | 0.36 |
| Hex | A6 | 11 | 8B | 0 | 5A | 10 | 23 | 137 | 51 | 24 |
| Octal | 246 | 21 | 213 | 0 | 132 | 20 | 43 | 467 | 121 | 44 |
| Binary | 10100110 | 10001 | 10001011 | 0 | 1011010 | 10000 | 100011 | 100110111 | 1010001 | 100100 |
Color Harmonies of #A6118B
Complementary color
Monochromatic Colors of #A6118B
Black with #A6118B
Text Example
Text Example
White with #A6118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6118B; }
p { color: rgb(166,17,139); }
H1.HeaderClassName
{
color: #A6118B;
}
.AnyTagClassName
{
color: #A6118B;
}
</style>
background-color css
<style>
a { background-color: #A6118B; }
a { background-color: rgb(166,17,139); }
div.DivClassName
{
background-color: #A6118B;
}
.BgClassName
{
background-color: #A6118B;
}
</style>
border-color css
<style>
span { border-color: #A6118B; }
span { border-color: rgb(166,17,139); }
td.TdClassName
{
border-color: #A6118B;
}
.TagClassName
{
border-color: #A6118B;
}
</style>