HEX: #AA79AB
RGB: (170,121,171)
#AA79AB contains red, green and blue colors in about the same proportion. Web safe color of #AA79AB is #996699 (or #969).
#AA79AB color RGB value is (170,121,171).
RGB: (170,121,171)
(67%, 47%, 67%)
R 170 of 255 = 67%
G 121 of 255 = 47%
B 171 of 255 = 67%
R + G + B ~ 60%. #AA79AB is middle color (not dark and not light).
R + G + B = 170 + 121 + 171 = 462 (100%)
R 170 of 462 ~ 36.8%
G 121 of 462 ~ 26.19%
B 171 of 462 ~ 37.01'%
#AA79AB color CMYK value is (1,29,0,33).
CMYK: (1,29,0,33) C1M29Y0K33 (1%,29%,0%,33%) (0.01/0.29/0.00/0.33)
Color #AA79AB in popluar color models
AA | 79 | AB | |
---|---|---|---|
RGB | 170 | 121 | 171 |
HSL | 299° | 22.94% | 57.25% |
HSB/HSV | 299° | 29.24% | 67.06% |
CMYK | 0.58% | 29.24% | 0.00% |
32.94% |
Color #AA79AB in popluar number systems.
HEX | AA | 79 | AB |
Decimal | 170 | 121 | 171 |
Binary | 10101010 | 1111001 | 10101011 |
Octal | 252 | 171 | 253 |
Shades of #AA79AB
Tints of #AA79AB
Examples of css and html codes for elements with #AA79AB color. Also use rgb(170,121,171) instead hex code.
.myTextColor { color: #AA79AB; }
<p style="color:#AA79AB">This sample text font color is #AA79AB.</p>
This text font color is #AA79AB.
.myBgColor { background-color: #AA79AB; }
<div style="background-color:#AA79AB">Inner text</div>
This div background color is #AA79AB.
.myBorderColor { border: 1px solid #AA79AB; }
<div style="border:3px solid #AA79AB">Div</div>
This div border color is #AA79AB.
.myOpacity80 { color: #AA79AB; opacity: 0.8; }
<p style="color:#AA79AB;opacity:0.8;">80%</p>
Text with #AA79AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AA79AB;}
<p style="text-shadow: 3px 3px 1px #AA79AB">Text here.</p>
This text has shadow with #AA79AB color.
.textShadow {text-shadow: 3px 3px 1px #AA79AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AA79AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AA79AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AA79AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AA79AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AA79AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AA79AB;
-webkit-box-shadow: 1px 1px 3px 2px #AA79AB;
box-shadow: 1px 1px 3px 2px #AA79AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AA79AB; -webkit-box-shadow: 1px 1px 3px 2px #AA79AB; box-shadow:1px 1px 3px 2px #AA79AB;">
Div content here
</div>
This text has color #AA79AB on black background.
This text has color #AA79AB on white background.
This text has black color on #AA79AB background.
This text has white color on #AA79AB background.
Complementary color for #hex is #558654.