COLOR #AA3EA5

HEX: #AA3EA5
RGB: (170,62,165)

Color info

#AA3EA5 contains mainly red and blue colors. Web safe color of #AA3EA5 is #993399 (or #939).

RGB color model

#AA3EA5 color RGB value is (170,62,165).

  • red value is 170;
  • green value is 62;
  • blue value is 165.
RGB:
(170,62,165)
(67%,24%,65%)

RGB channels and saturation

R 170 of 255 = 67%
G 62 of 255 = 24%
B 165 of 255 = 65%

170
62
165

R + G + B ~ 52%. #AA3EA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 62 + 165 = 397 (100%)
R 170 of 397 ~ 42.82%
G 62 of 397 ~ 15.62%
B 165 of 397 ~ 41.56%

%42.82
%15.62
%41.56

CMYK color model

#AA3EA5 color CMYK value is (0,64,3,33).

  • cyan value is 0.00%
  • magenta value is 63.53%
  • yellow value is 2.94%
  • key color value is 33.33%
CMYK:
(0,64,3,33)
C0M64Y3K33 
(0%,64%,3%,33%)
(0.00/0.64/0.03/0.33)	

CMYK percentages

%0
%63.53
%2.94
%33.33

Codes

Color #AA3EA5 in popluar color models

AA3EA5
RGB17062165
HSL303°46.55%45.49%
HSB/HSV303°63.53%66.67%
CMYK0.00%63.53%2.94%
33.33%

Color #AA3EA5 in popluar number systems.

HEXAA3EA5
Decimal17062165
Binary1010101011111010100101
Octal25276245

Shades and tints

Shades of #AA3EA5

#AA3EA5
(170,62,165)
#9B3996
(155,57,150)
#8C3487
(140,52,135)
#7D2F78
(125,47,120)
#6E2A69
(110,42,105)
#5F255A
(95,37,90)
#50204B
(80,32,75)
#411B3C
(65,27,60)
#32162D
(50,22,45)
#23111E
(35,17,30)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #AA3EA5

#AA3EA5
(170,62,165)
#B14FAD
(177,79,173)
#B860B5
(184,96,181)
#BF71BD
(191,113,189)
#C682C5
(198,130,197)
#CD93CD
(205,147,205)
#D4A4D5
(212,164,213)
#DBB5DD
(219,181,221)
#E2C6E5
(226,198,229)
#E9D7ED
(233,215,237)
#F0E8F5
(240,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA3EA5 color. Also use rgb(170,62,165) instead hex code.

Text Font Color

.myTextColor { color: #AA3EA5; }

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

This text font color is #AA3EA5.


Background Color

.myBgColor { background-color: #AA3EA5; }

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

This div background color is #AA3EA5.


Border color

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

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

This div border color is #AA3EA5.


Opacity

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

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

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

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

This text has shadow with #AA3EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA3EA5 on black background.


Color preview on white background

This text has color #AA3EA5 on white background.



Black color preview on #AA3EA5 background

This text has black color on #AA3EA5 background.


White color preview on #AA3EA5 background

This text has white color on #AA3EA5 background.