COLOR #AA7EDB

HEX: #AA7EDB RGB: (170,126,219)

Color info

#AA7EDB contains mainly red and blue colors. Web safe color of #AA7EDB is #9966CC (or #96C).

RGB color model

#AA7EDB color RGB value is (170,126,219).

RGB: (170,126,219) (67%, 49%, 86%)

RGB channels and saturation

R 170 of 255 = 67%
G 126 of 255 = 49%
B 219 of 255 = 86%

170
126
219

R + G + B ~ 67%. #AA7EDB is quite light color.

Portions of RGB colors in percentages

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'%

%33.01
%24.47
%42.52

CMYK color model

#AA7EDB color CMYK value is (22,42,0,14).

  • cyan value is 22.37%
  • magenta value is 42.47%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (22,42,0,14)
C22M42Y0K14 (22%, 42%, 0%, 14%)
(0.22 / 0.42 / 0.00 / 0.14)

CMYK percentages

%22.37
%42.47
%0
%14.12

Codes

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 and tints

Shades of #AA7EDB

#AA7EDB
(170,126,219)
#9B73C8
(155,115,200)
#8C68B5
(140,104,181)
#7D5DA2
(125,93,162)
#6E528F
(110,82,143)
#5F477C
(95,71,124)
#503C69
(80,60,105)
#413156
(65,49,86)
#322643
(50,38,67)
#231B30
(35,27,48)
#14101D
(20,16,29)
#000000
(0,0,0)

Tints of #AA7EDB

#AA7EDB
(170,126,219)
#B189DE
(177,137,222)
#B894E1
(184,148,225)
#BF9FE4
(191,159,228)
#C6AAE7
(198,170,231)
#CDB5EA
(205,181,234)
#D4C0ED
(212,192,237)
#DBCBF0
(219,203,240)
#E2D6F3
(226,214,243)
#E9E1F6
(233,225,246)
#F0ECF9
(240,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7EDB color. Also use rgb(170,126,219) instead hex code.

Text Font Color

.myTextColor { color: #AA7EDB; }

<p style="color:#AA7EDB">This sample text font color is #AA7EDB.</p>

This text font color is #AA7EDB.

Background Color

.myBgColor { background-color: #AA7EDB; }

<div style="background-color:#AA7EDB">Inner text</div>

This div background color is #AA7EDB.

Border color

.myBorderColor { border: 1px solid #AA7EDB; }

<div style="border:3px solid #AA7EDB">Div</div>

This div border color is #AA7EDB.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #AA7EDB.

Preview

Color preview on black background

This text has color #AA7EDB on black background.


Color preview on white background

This text has color #AA7EDB on white background.


Black color preview on #AA7EDB background

This text has black color on #AA7EDB background.


White color preview on #AA7EDB background

This text has white color on #AA7EDB background.


Related colors

Complementary color

Complementary color for #hex is #558124.


I love getcolorcode.com

Triadic colors

1 #DBAA7E and #7EDBAA with #AA7EDB are triadic colors.

2 #DB7EAA and #7EAADB with #AA7EDB are triadic colors.