COLOR #AA3EA3

HEX: #AA3EA3
RGB: (170,62,163)

Color info

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

RGB color model

#AA3EA3 color RGB value is (170,62,163).

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

RGB channels and saturation

R 170 of 255 = 67%
G 62 of 255 = 24%
B 163 of 255 = 64%

170
62
163

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

Portions of RGB colors in percentages

R + G + B =
170 + 62 + 163 = 395 (100%)
R 170 of 395 ~ 43.04%
G 62 of 395 ~ 15.7%
B 163 of 395 ~ 41.27%

%43.04
%15.7
%41.27

CMYK color model

#AA3EA3 color CMYK value is (0,64,4,33).

  • cyan value is 0.00%
  • magenta value is 63.53%
  • yellow value is 4.12%
  • key color value is 33.33%
CMYK:
(0,64,4,33)
C0M64Y4K33 
(0%,64%,4%,33%)
(0.00/0.64/0.04/0.33)	

CMYK percentages

%0
%63.53
%4.12
%33.33

Codes

Color #AA3EA3 in popluar color models

AA3EA3
RGB17062163
HSL304°46.55%45.49%
HSB/HSV304°63.53%66.67%
CMYK0.00%63.53%4.12%
33.33%

Color #AA3EA3 in popluar number systems.

HEXAA3EA3
Decimal17062163
Binary1010101011111010100011
Octal25276243

Shades and tints

Shades of #AA3EA3

#AA3EA3
(170,62,163)
#9B3995
(155,57,149)
#8C3487
(140,52,135)
#7D2F79
(125,47,121)
#6E2A6B
(110,42,107)
#5F255D
(95,37,93)
#50204F
(80,32,79)
#411B41
(65,27,65)
#321633
(50,22,51)
#231125
(35,17,37)
#140C17
(20,12,23)
#000000
(0,0,0)

Tints of #AA3EA3

#AA3EA3
(170,62,163)
#B14FAB
(177,79,171)
#B860B3
(184,96,179)
#BF71BB
(191,113,187)
#C682C3
(198,130,195)
#CD93CB
(205,147,203)
#D4A4D3
(212,164,211)
#DBB5DB
(219,181,219)
#E2C6E3
(226,198,227)
#E9D7EB
(233,215,235)
#F0E8F3
(240,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA3EA3; }

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

This text font color is #AA3EA3.


Background Color

.myBgColor { background-color: #AA3EA3; }

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

This div background color is #AA3EA3.


Border color

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

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

This div border color is #AA3EA3.


Opacity

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

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

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

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

This text has shadow with #AA3EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA3EA3 on black background.


Color preview on white background

This text has color #AA3EA3 on white background.



Black color preview on #AA3EA3 background

This text has black color on #AA3EA3 background.


White color preview on #AA3EA3 background

This text has white color on #AA3EA3 background.