HEX: #AA7EDB
RGB: (170,126,219)
#AA7EDB contains mainly red and blue colors. Web safe color of #AA7EDB is #9966CC (or #96C).
#AA7EDB color RGB value is (170,126,219).
RGB: (170,126,219)
(67%, 49%, 86%)
R 170 of 255 = 67%
G 126 of 255 = 49%
B 219 of 255 = 86%
R + G + B ~ 67%. #AA7EDB is quite light color.
R + G + B = 170 + 126 + 219 = 515 (100%)
R 170 of 515 ~ 33.01%
G 126 of 515 ~ 24.47%
B 219 of 515 ~ 42.52'%
#AA7EDB color CMYK value is (22,42,0,14).
CMYK: (22,42,0,14)
C22M42Y0K14 (22%, 42%, 0%, 14%)
(0.22 / 0.42 / 0.00 / 0.14)
Color #AA7EDB in popluar color models
AA | 7E | DB | |
---|---|---|---|
RGB | 170 | 126 | 219 |
HSL | 268° | 56.36% | 67.65% |
HSB/HSV | 268° | 42.47% | 85.88% |
CMYK | 22.37% | 42.47% | 0.00% |
14.12% |
Color #AA7EDB in popluar number systems.
HEX | AA | 7E | DB |
Decimal | 170 | 126 | 219 |
Binary | 10101010 | 1111110 | 11011011 |
Octal | 252 | 176 | 333 |
Shades of #AA7EDB
Tints of #AA7EDB
Examples of css and html codes for elements with #AA7EDB color. Also use rgb(170,126,219) instead hex code.
.myTextColor { color: #AA7EDB; }
<p style="color:#AA7EDB">This sample text font color is #AA7EDB.</p>
This text font color is #AA7EDB.
.myBgColor { background-color: #AA7EDB; }
<div style="background-color:#AA7EDB">Inner text</div>
This div background color is #AA7EDB.
.myBorderColor { border: 1px solid #AA7EDB; }
<div style="border:3px solid #AA7EDB">Div</div>
This div border color is #AA7EDB.
.myOpacity80 { color: #AA7EDB; opacity: 0.8; }
<p style="color:#AA7EDB;opacity:0.8;">80%</p>
Text with #AA7EDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AA7EDB;}
<p style="text-shadow: 3px 3px 1px #AA7EDB">Text here.</p>
This text has shadow with #AA7EDB color.
.textShadow {text-shadow: 3px 3px 1px #AA7EDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AA7EDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AA7EDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AA7EDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AA7EDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AA7EDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AA7EDB;
-webkit-box-shadow: 1px 1px 3px 2px #AA7EDB;
box-shadow: 1px 1px 3px 2px #AA7EDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AA7EDB; -webkit-box-shadow: 1px 1px 3px 2px #AA7EDB; box-shadow:1px 1px 3px 2px #AA7EDB;">
Div content here
</div>
This text has color #AA7EDB on black background.
This text has color #AA7EDB on white background.
This text has black color on #AA7EDB background.
This text has white color on #AA7EDB background.
Complementary color for #hex is #558124.