HEX: #A47C98
RGB: (164,124,152)
#A47C98 contains red, green and blue colors in about the same proportion. Web safe color of #A47C98 is #996699 (or #969).
#A47C98 color RGB value is (164,124,152).
RGB: (164,124,152)
(64%, 49%, 60%)
R 164 of 255 = 64%
G 124 of 255 = 49%
B 152 of 255 = 60%
R + G + B ~ 58%. #A47C98 is middle color (not dark and not light).
R + G + B = 164 + 124 + 152 = 440 (100%)
R 164 of 440 ~ 37.27%
G 124 of 440 ~ 28.18%
B 152 of 440 ~ 34.55'%
#A47C98 color CMYK value is (0,24,7,36).
CMYK: (0,24,7,36)
C0M24Y7K36 (0%, 24%, 7%, 36%)
(0.00 / 0.24 / 0.07 / 0.36)
Color #A47C98 in popluar color models
A4 | 7C | 98 | |
---|---|---|---|
RGB | 164 | 124 | 152 |
HSL | 318° | 18.02% | 56.47% |
HSB/HSV | 318° | 24.39% | 64.31% |
CMYK | 0.00% | 24.39% | 7.32% |
35.69% |
Color #A47C98 in popluar number systems.
HEX | A4 | 7C | 98 |
Decimal | 164 | 124 | 152 |
Binary | 10100100 | 1111100 | 10011000 |
Octal | 244 | 174 | 230 |
Shades of #A47C98
Tints of #A47C98
Examples of css and html codes for elements with #A47C98 color. Also use rgb(164,124,152) instead hex code.
.myTextColor { color: #A47C98; }
<p style="color:#A47C98">This sample text font color is #A47C98.</p>
This text font color is #A47C98.
.myBgColor { background-color: #A47C98; }
<div style="background-color:#A47C98">Inner text</div>
This div background color is #A47C98.
.myBorderColor { border: 1px solid #A47C98; }
<div style="border:3px solid #A47C98">Div</div>
This div border color is #A47C98.
.myOpacity80 { color: #A47C98; opacity: 0.8; }
<p style="color:#A47C98;opacity:0.8;">80%</p>
Text with #A47C98 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A47C98;}
<p style="text-shadow: 3px 3px 1px #A47C98">Text here.</p>
This text has shadow with #A47C98 color.
.textShadow {text-shadow: 3px 3px 1px #A47C98', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A47C98, 5px 5px 20px red">Text here.</p>
This text has shadow with #A47C98 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A47C98, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A47C98, Direction=45, Strength=4)">Text</p>
This text has shadow with #A47C98 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A47C98;
-webkit-box-shadow: 1px 1px 3px 2px #A47C98;
box-shadow: 1px 1px 3px 2px #A47C98;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A47C98; -webkit-box-shadow: 1px 1px 3px 2px #A47C98; box-shadow:1px 1px 3px 2px #A47C98;">
Div content here
</div>
This text has color #A47C98 on black background.
This text has color #A47C98 on white background.
This text has black color on #A47C98 background.
This text has white color on #A47C98 background.
Complementary color for #hex is #5B8367.