HEX: #AA79BB
RGB: (170,121,187)
#AA79BB contains mainly red and blue colors. Web safe color of #AA79BB is #9966CC (or #96C).
#AA79BB color RGB value is (170,121,187).
RGB: (170,121,187)
(67%, 47%, 73%)
R 170 of 255 = 67%
G 121 of 255 = 47%
B 187 of 255 = 73%
R + G + B ~ 62%. #AA79BB is quite light color.
R + G + B = 170 + 121 + 187 = 478 (100%)
R 170 of 478 ~ 35.56%
G 121 of 478 ~ 25.31%
B 187 of 478 ~ 39.12'%
#AA79BB color CMYK value is (9,35,0,27).
CMYK: (9,35,0,27)
C9M35Y0K27 (9%, 35%, 0%, 27%)
(0.09 / 0.35 / 0.00 / 0.27)
Color #AA79BB in popluar color models
AA | 79 | BB | |
---|---|---|---|
RGB | 170 | 121 | 187 |
HSL | 285° | 32.67% | 60.39% |
HSB/HSV | 285° | 35.29% | 73.33% |
CMYK | 9.09% | 35.29% | 0.00% |
26.67% |
Color #AA79BB in popluar number systems.
HEX | AA | 79 | BB |
Decimal | 170 | 121 | 187 |
Binary | 10101010 | 1111001 | 10111011 |
Octal | 252 | 171 | 273 |
Shades of #AA79BB
Tints of #AA79BB
Examples of css and html codes for elements with #AA79BB color. Also use rgb(170,121,187) instead hex code.
.myTextColor { color: #AA79BB; }
<p style="color:#AA79BB">This sample text font color is #AA79BB.</p>
This text font color is #AA79BB.
.myBgColor { background-color: #AA79BB; }
<div style="background-color:#AA79BB">Inner text</div>
This div background color is #AA79BB.
.myBorderColor { border: 1px solid #AA79BB; }
<div style="border:3px solid #AA79BB">Div</div>
This div border color is #AA79BB.
.myOpacity80 { color: #AA79BB; opacity: 0.8; }
<p style="color:#AA79BB;opacity:0.8;">80%</p>
Text with #AA79BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AA79BB;}
<p style="text-shadow: 3px 3px 1px #AA79BB">Text here.</p>
This text has shadow with #AA79BB color.
.textShadow {text-shadow: 3px 3px 1px #AA79BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AA79BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AA79BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AA79BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AA79BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AA79BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AA79BB;
-webkit-box-shadow: 1px 1px 3px 2px #AA79BB;
box-shadow: 1px 1px 3px 2px #AA79BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AA79BB; -webkit-box-shadow: 1px 1px 3px 2px #AA79BB; box-shadow:1px 1px 3px 2px #AA79BB;">
Div content here
</div>
This text has color #AA79BB on black background.
This text has color #AA79BB on white background.
This text has black color on #AA79BB background.
This text has white color on #AA79BB background.
Complementary color for #hex is #558644.