HEX: #AE72BA
RGB: (174,114,186)
#AE72BA contains mainly red and blue colors. Web safe color of #AE72BA is #9966CC (or #96C).
#AE72BA color RGB value is (174,114,186).
RGB: (174,114,186) (68%,45%,73%)
R 174 of 255 = 68%
G 114 of 255 = 45%
B 186 of 255 = 73%
R + G + B ~ 62%. #AE72BA is quite light color.
R + G + B =
174 + 114 + 186 = 474 (100%)
R 174 of 474 ~ 36.71%
G 114 of 474 ~ 24.05%
B 186 of 474 ~ 39.24%
#AE72BA color CMYK value is (6,39,0,27).
CMYK: (6,39,0,27) C6M39Y0K27 (6%,39%,0%,27%) (0.06/0.39/0.00/0.27)
AE | 72 | BA | |
---|---|---|---|
RGB | 174 | 114 | 186 |
HSL | 290° | 34.29% | 58.82% |
HSB/HSV | 290° | 38.71% | 72.94% |
CMYK | 6.45% | 38.71% | 0.00% |
27.06% |
HEX | AE | 72 | BA |
Decimal | 174 | 114 | 186 |
Binary | 10101110 | 1110010 | 10111010 |
Octal | 256 | 162 | 272 |
Examples of css and html codes for elements with #AE72BA color. Also use rgb(174,114,186) instead hex code.
.myTextColor { color: #AE72BA; }
<p style="color:#AE72BA">This sample text font color is #AE72BA.</p>
This text font color is #AE72BA.
.myBgColor { background-color: #AE72BA; }
<div style="background-color:#AE72BA">Inner text</div>
This div background color is #AE72BA.
.myBorderColor { border: 1px solid #AE72BA; }
<div style="border:3px solid #AE72BA">Div</div>
This div border color is #AE72BA.
.myOpacity80 { color: #AE72BA; opacity: 0.8; }
<p style="color:#AE72BA;opacity:0.8;">80%</p>
Text with #AE72BA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE72BA;}
<p style="text-shadow: 3px 3px 1px #AE72BA">Text here.</p>
This text has shadow with #AE72BA color.
.textShadow {text-shadow: 3px 3px 1px #AE72BA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE72BA, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE72BA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE72BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE72BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE72BA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AE72BA; -webkit-box-shadow: 1px 1px 3px 2px #AE72BA; box-shadow: 1px 1px 3px 2px #AE72BA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AE72BA; -webkit-box-shadow: 1px 1px 3px 2px #AE72BA; box-shadow:1px 1px 3px 2px #AE72BA;">
Div content here</div>
This text has color #AE72BA on black background.
This text has color #AE72BA on white background.
This text has black color on #AE72BA background.
This text has white color on #AE72BA background.