COLOR #AA7AE5

HEX: #AA7AE5 RGB: (170,122,229)

Color info

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

RGB color model

#AA7AE5 color RGB value is (170,122,229).

RGB: (170,122,229) (67%, 48%, 90%)

RGB channels and saturation

R 170 of 255 = 67%
G 122 of 255 = 48%
B 229 of 255 = 90%

170
122
229

R + G + B ~ 68%. #AA7AE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 122 + 229 = 521 (100%)
R 170 of 521 ~ 32.63%
G 122 of 521 ~ 23.42%
B 229 of 521 ~ 43.95'%

%32.63
%23.42
%43.95

CMYK color model

#AA7AE5 color CMYK value is (26,47,0,10).

  • cyan value is 25.76%
  • magenta value is 46.72%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (26,47,0,10)
C26M47Y0K10 (26%, 47%, 0%, 10%)
(0.26 / 0.47 / 0.00 / 0.10)

CMYK percentages

%25.76
%46.72
%0
%10.2

Codes

Color #AA7AE5 in popluar color models

AA 7A E5
RGB 170 122 229
HSL 267° 67.30% 68.82%
HSB/HSV 267° 46.72% 89.80%
CMYK 25.76% 46.72% 0.00%
10.20%

Color #AA7AE5 in popluar number systems.

HEX AA 7A E5
Decimal 170 122 229
Binary 10101010 1111010 11100101
Octal 252 172 345

Shades and tints

Shades of #AA7AE5

#AA7AE5
(170,122,229)
#9B6FD1
(155,111,209)
#8C64BD
(140,100,189)
#7D59A9
(125,89,169)
#6E4E95
(110,78,149)
#5F4381
(95,67,129)
#50386D
(80,56,109)
#412D59
(65,45,89)
#322245
(50,34,69)
#231731
(35,23,49)
#140C1D
(20,12,29)
#000000
(0,0,0)

Tints of #AA7AE5

#AA7AE5
(170,122,229)
#B186E7
(177,134,231)
#B892E9
(184,146,233)
#BF9EEB
(191,158,235)
#C6AAED
(198,170,237)
#CDB6EF
(205,182,239)
#D4C2F1
(212,194,241)
#DBCEF3
(219,206,243)
#E2DAF5
(226,218,245)
#E9E6F7
(233,230,247)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7AE5 color. Also use rgb(170,122,229) instead hex code.

Text Font Color

.myTextColor { color: #AA7AE5; }

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

This text font color is #AA7AE5.

Background Color

.myBgColor { background-color: #AA7AE5; }

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

This div background color is #AA7AE5.

Border color

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

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

This div border color is #AA7AE5.

Opacity

.myOpacity80 { color: #AA7AE5; opacity: 0.8; }

<p style="color:#AA7AE5;opacity:0.8;">80%</p>

Text with #AA7AE5 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 #AA7AE5;}

<p style="text-shadow: 3px 3px 1px #AA7AE5">Text here.</p>

This text has shadow with #AA7AE5 color.


.textShadow {text-shadow: 3px 3px 1px #AA7AE5', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AA7AE5, 5px 5px 20px red">Text here.</p>

This text has shadow with #AA7AE5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AA7AE5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AA7AE5, Direction=45, Strength=4)">Text</p>

This text has shadow with #AA7AE5 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AA7AE5;
-webkit-box-shadow: 1px 1px 3px 2px #AA7AE5;
box-shadow: 1px 1px 3px 2px #AA7AE5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AA7AE5; -webkit-box-shadow: 1px 1px 3px 2px #AA7AE5; box-shadow:1px 1px 3px 2px #AA7AE5;">
Div content here
</div>

This div box has shadow with color #AA7AE5.

Preview

Color preview on black background

This text has color #AA7AE5 on black background.


Color preview on white background

This text has color #AA7AE5 on white background.


Black color preview on #AA7AE5 background

This text has black color on #AA7AE5 background.


White color preview on #AA7AE5 background

This text has white color on #AA7AE5 background.


Related colors

Complementary color

Complementary color for #hex is #55851A.


I love getcolorcode.com

Triadic colors

1 #E5AA7A and #7AE5AA with #AA7AE5 are triadic colors.

2 #E57AAA and #7AAAE5 with #AA7AE5 are triadic colors.