HEX: #AE638D
RGB: (174,99,141)
#AE638D contains mainly red and blue colors. Web safe color of #AE638D is #996699 (or #969).
#AE638D color RGB value is (174,99,141).
RGB: (174,99,141) (68%,39%,55%)
R 174 of 255 = 68%
G 99 of 255 = 39%
B 141 of 255 = 55%
R + G + B ~ 54%. #AE638D is middle color (not dark and not light).
R + G + B =
174 + 99 + 141 = 414 (100%)
R 174 of 414 ~ 42.03%
G 99 of 414 ~ 23.91%
B 141 of 414 ~ 34.06%
#AE638D color CMYK value is (0,43,19,32).
CMYK: (0,43,19,32) C0M43Y19K32 (0%,43%,19%,32%) (0.00/0.43/0.19/0.32)
AE | 63 | 8D | |
---|---|---|---|
RGB | 174 | 99 | 141 |
HSL | 326° | 31.65% | 53.53% |
HSB/HSV | 326° | 43.10% | 68.24% |
CMYK | 0.00% | 43.10% | 18.97% |
31.76% |
HEX | AE | 63 | 8D |
Decimal | 174 | 99 | 141 |
Binary | 10101110 | 1100011 | 10001101 |
Octal | 256 | 143 | 215 |
Examples of css and html codes for elements with #AE638D color. Also use rgb(174,99,141) instead hex code.
.myTextColor { color: #AE638D; }
<p style="color:#AE638D">This sample text font color is #AE638D.</p>
This text font color is #AE638D.
.myBgColor { background-color: #AE638D; }
<div style="background-color:#AE638D">Inner text</div>
This div background color is #AE638D.
.myBorderColor { border: 1px solid #AE638D; }
<div style="border:3px solid #AE638D">Div</div>
This div border color is #AE638D.
.myOpacity80 { color: #AE638D; opacity: 0.8; }
<p style="color:#AE638D;opacity:0.8;">80%</p>
Text with #AE638D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE638D;}
<p style="text-shadow: 3px 3px 1px #AE638D">Text here.</p>
This text has shadow with #AE638D color.
.textShadow {text-shadow: 3px 3px 1px #AE638D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE638D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE638D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE638D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE638D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE638D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AE638D; -webkit-box-shadow: 1px 1px 3px 2px #AE638D; box-shadow: 1px 1px 3px 2px #AE638D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AE638D; -webkit-box-shadow: 1px 1px 3px 2px #AE638D; box-shadow:1px 1px 3px 2px #AE638D;">
Div content here</div>
This text has color #AE638D on black background.
This text has color #AE638D on white background.
This text has black color on #AE638D background.
This text has white color on #AE638D background.