Shades of Dark Magenta #A6118F
Tints of Dark Magenta #A6118F
RGB
CMYK
RGB Variations
Color information
#A6118F (or 0xA6118F) is known color: Dark Magenta. HEX triplet: A6, 11 and 8F. RGB value is (166,17,143). Sum of RGB (Red+Green+Blue) = 166+17+143=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6118F is #59EE70. Grayscale: #4B4B4B. Windows color (decimal): -5893745 or 9376166. OLE color: 9376166.
HSL color Cylindrical-coordinate representation of color #A6118F: hue angle of 309.26º 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 #A6118F is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 17 | 143 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.35 |
| HSL | 309.26º | 0.81% | 0.36% | - |
| HSV(B) | 309.26º | 0.9% | 0.65% | - |
| XYZ | 20.88 | 10.49 | 26.91 | - |
| YUV | 75.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 143 | 0 | 0.90 | 0.14 | 0.35 | 309.26 | 0.81 | 0.36 |
| Hex | A6 | 11 | 8F | 0 | 5A | E | 23 | 135 | 51 | 24 |
| Octal | 246 | 21 | 217 | 0 | 132 | 16 | 43 | 465 | 121 | 44 |
| Binary | 10100110 | 10001 | 10001111 | 0 | 1011010 | 1110 | 100011 | 100110101 | 1010001 | 100100 |
Color Harmonies of #A6118F
Complementary color
Monochromatic Colors of #A6118F
Black with #A6118F
Text Example
Text Example
White with #A6118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6118F; }
p { color: rgb(166,17,143); }
H1.HeaderClassName
{
color: #A6118F;
}
.AnyTagClassName
{
color: #A6118F;
}
</style>
background-color css
<style>
a { background-color: #A6118F; }
a { background-color: rgb(166,17,143); }
div.DivClassName
{
background-color: #A6118F;
}
.BgClassName
{
background-color: #A6118F;
}
</style>
border-color css
<style>
span { border-color: #A6118F; }
span { border-color: rgb(166,17,143); }
td.TdClassName
{
border-color: #A6118F;
}
.TagClassName
{
border-color: #A6118F;
}
</style>