HEX: #A6118B
RGB: (166,17,139)
#A6118B contains mainly red and blue colors. Web safe color of #A6118B is #990099 (or #909).
#A6118B color RGB value is (166,17,139).
RGB: (166,17,139)
(65%, 7%, 55%)
R 166 of 255 = 65%
G 17 of 255 = 7%
B 139 of 255 = 55%
R + G + B ~ 42%. #A6118B is middle color (not dark and not light).
R + G + B = 166 + 17 + 139 = 322 (100%)
R 166 of 322 ~ 51.55%
G 17 of 322 ~ 5.28%
B 139 of 322 ~ 43.17'%
#A6118B color CMYK value is (0,90,16,35).
CMYK: (0,90,16,35)
C0M90Y16K35 (0%, 90%, 16%, 35%)
(0.00 / 0.90 / 0.16 / 0.35)
Color #A6118B in popluar color models
A6 | 11 | 8B | |
---|---|---|---|
RGB | 166 | 17 | 139 |
HSL | 311° | 81.42% | 35.88% |
HSB/HSV | 311° | 89.76% | 65.10% |
CMYK | 0.00% | 89.76% | 16.27% |
34.90% |
Color #A6118B in popluar number systems.
HEX | A6 | 11 | 8B |
Decimal | 166 | 17 | 139 |
Binary | 10100110 | 10001 | 10001011 |
Octal | 246 | 21 | 213 |
Shades of #A6118B
Tints of #A6118B
Examples of css and html codes for elements with #A6118B color. Also use rgb(166,17,139) instead hex code.
.myTextColor { color: #A6118B; }
<p style="color:#A6118B">This sample text font color is #A6118B.</p>
This text font color is #A6118B.
.myBgColor { background-color: #A6118B; }
<div style="background-color:#A6118B">Inner text</div>
This div background color is #A6118B.
.myBorderColor { border: 1px solid #A6118B; }
<div style="border:3px solid #A6118B">Div</div>
This div border color is #A6118B.
.myOpacity80 { color: #A6118B; opacity: 0.8; }
<p style="color:#A6118B;opacity:0.8;">80%</p>
Text with #A6118B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6118B;}
<p style="text-shadow: 3px 3px 1px #A6118B">Text here.</p>
This text has shadow with #A6118B color.
.textShadow {text-shadow: 3px 3px 1px #A6118B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6118B, 5px 5px 20px red">Text here.</p>
This text has shadow with #A6118B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6118B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6118B, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6118B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6118B;
-webkit-box-shadow: 1px 1px 3px 2px #A6118B;
box-shadow: 1px 1px 3px 2px #A6118B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6118B; -webkit-box-shadow: 1px 1px 3px 2px #A6118B; box-shadow:1px 1px 3px 2px #A6118B;">
Div content here
</div>
This text has color #A6118B on black background.
This text has color #A6118B on white background.
This text has black color on #A6118B background.
This text has white color on #A6118B background.
Complementary color for #hex is #59EE74.