HEX: #A6388A
RGB: (166,56,138)
#A6388A contains mainly red and blue colors. Web safe color of #A6388A is #993399 (or #939).
#A6388A color RGB value is (166,56,138).
RGB: (166,56,138)
(65%, 22%, 54%)
R 166 of 255 = 65%
G 56 of 255 = 22%
B 138 of 255 = 54%
R + G + B ~ 47%. #A6388A is middle color (not dark and not light).
R + G + B = 166 + 56 + 138 = 360 (100%)
R 166 of 360 ~ 46.11%
G 56 of 360 ~ 15.56%
B 138 of 360 ~ 38.33'%
#A6388A color CMYK value is (0,66,17,35).
CMYK: (0,66,17,35)
C0M66Y17K35 (0%, 66%, 17%, 35%)
(0.00 / 0.66 / 0.17 / 0.35)
Color #A6388A in popluar color models
A6 | 38 | 8A | |
---|---|---|---|
RGB | 166 | 56 | 138 |
HSL | 315° | 49.55% | 43.53% |
HSB/HSV | 315° | 66.27% | 65.10% |
CMYK | 0.00% | 66.27% | 16.87% |
34.90% |
Color #A6388A in popluar number systems.
HEX | A6 | 38 | 8A |
Decimal | 166 | 56 | 138 |
Binary | 10100110 | 111000 | 10001010 |
Octal | 246 | 70 | 212 |
Shades of #A6388A
Tints of #A6388A
Examples of css and html codes for elements with #A6388A color. Also use rgb(166,56,138) instead hex code.
.myTextColor { color: #A6388A; }
<p style="color:#A6388A">This sample text font color is #A6388A.</p>
This text font color is #A6388A.
.myBgColor { background-color: #A6388A; }
<div style="background-color:#A6388A">Inner text</div>
This div background color is #A6388A.
.myBorderColor { border: 1px solid #A6388A; }
<div style="border:3px solid #A6388A">Div</div>
This div border color is #A6388A.
.myOpacity80 { color: #A6388A; opacity: 0.8; }
<p style="color:#A6388A;opacity:0.8;">80%</p>
Text with #A6388A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6388A;}
<p style="text-shadow: 3px 3px 1px #A6388A">Text here.</p>
This text has shadow with #A6388A color.
.textShadow {text-shadow: 3px 3px 1px #A6388A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6388A, 5px 5px 20px red">Text here.</p>
This text has shadow with #A6388A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6388A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6388A, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6388A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6388A;
-webkit-box-shadow: 1px 1px 3px 2px #A6388A;
box-shadow: 1px 1px 3px 2px #A6388A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6388A; -webkit-box-shadow: 1px 1px 3px 2px #A6388A; box-shadow:1px 1px 3px 2px #A6388A;">
Div content here
</div>
This text has color #A6388A on black background.
This text has color #A6388A on white background.
This text has black color on #A6388A background.
This text has white color on #A6388A background.
Complementary color for #hex is #59C775.