HEX: #AA71AE
RGB: (170,113,174)
#AA71AE contains mainly red and blue colors. Web safe color of #AA71AE is #996699 (or #969).
#AA71AE color RGB value is (170,113,174).
RGB: (170,113,174)
(67%, 44%, 68%)
R 170 of 255 = 67%
G 113 of 255 = 44%
B 174 of 255 = 68%
R + G + B ~ 60%. #AA71AE is middle color (not dark and not light).
R + G + B = 170 + 113 + 174 = 457 (100%)
R 170 of 457 ~ 37.2%
G 113 of 457 ~ 24.73%
B 174 of 457 ~ 38.07'%
#AA71AE color CMYK value is (2,35,0,32).
CMYK: (2,35,0,32)
C2M35Y0K32 (2%, 35%, 0%, 32%)
(0.02 / 0.35 / 0.00 / 0.32)
Color #AA71AE in popluar color models
AA | 71 | AE | |
---|---|---|---|
RGB | 170 | 113 | 174 |
HSL | 296° | 27.35% | 56.27% |
HSB/HSV | 296° | 35.06% | 68.24% |
CMYK | 2.30% | 35.06% | 0.00% |
31.76% |
Color #AA71AE in popluar number systems.
HEX | AA | 71 | AE |
Decimal | 170 | 113 | 174 |
Binary | 10101010 | 1110001 | 10101110 |
Octal | 252 | 161 | 256 |
Shades of #AA71AE
Tints of #AA71AE
Examples of css and html codes for elements with #AA71AE color. Also use rgb(170,113,174) instead hex code.
.myTextColor { color: #AA71AE; }
<p style="color:#AA71AE">This sample text font color is #AA71AE.</p>
This text font color is #AA71AE.
.myBgColor { background-color: #AA71AE; }
<div style="background-color:#AA71AE">Inner text</div>
This div background color is #AA71AE.
.myBorderColor { border: 1px solid #AA71AE; }
<div style="border:3px solid #AA71AE">Div</div>
This div border color is #AA71AE.
.myOpacity80 { color: #AA71AE; opacity: 0.8; }
<p style="color:#AA71AE;opacity:0.8;">80%</p>
Text with #AA71AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AA71AE;}
<p style="text-shadow: 3px 3px 1px #AA71AE">Text here.</p>
This text has shadow with #AA71AE color.
.textShadow {text-shadow: 3px 3px 1px #AA71AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AA71AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #AA71AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AA71AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AA71AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #AA71AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AA71AE;
-webkit-box-shadow: 1px 1px 3px 2px #AA71AE;
box-shadow: 1px 1px 3px 2px #AA71AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AA71AE; -webkit-box-shadow: 1px 1px 3px 2px #AA71AE; box-shadow:1px 1px 3px 2px #AA71AE;">
Div content here
</div>
This text has color #AA71AE on black background.
This text has color #AA71AE on white background.
This text has black color on #AA71AE background.
This text has white color on #AA71AE background.
Complementary color for #hex is #558E51.