COLOR #AA4EC0

HEX: #AA4EC0
RGB: (170,78,192)

Color info

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

RGB color model

#AA4EC0 color RGB value is (170,78,192).

  • red value is 170;
  • green value is 78;
  • blue value is 192.
RGB:
(170,78,192)
(67%,31%,75%)

RGB channels and saturation

R 170 of 255 = 67%
G 78 of 255 = 31%
B 192 of 255 = 75%

170
78
192

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

Portions of RGB colors in percentages

R + G + B =
170 + 78 + 192 = 440 (100%)
R 170 of 440 ~ 38.64%
G 78 of 440 ~ 17.73%
B 192 of 440 ~ 43.64%

%38.64
%17.73
%43.64

CMYK color model

#AA4EC0 color CMYK value is (11,59,0,25).

  • cyan value is 11.46%
  • magenta value is 59.38%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(11,59,0,25)
C11M59Y0K25 
(11%,59%,0%,25%)
(0.11/0.59/0.00/0.25)	

CMYK percentages

%11.46
%59.38
%0
%24.71

Codes

Color #AA4EC0 in popluar color models

AA4EC0
RGB17078192
HSL288°47.50%52.94%
HSB/HSV288°59.38%75.29%
CMYK11.46%59.38%0.00%
24.71%

Color #AA4EC0 in popluar number systems.

HEXAA4EC0
Decimal17078192
Binary10101010100111011000000
Octal252116300

Shades and tints

Shades of #AA4EC0

#AA4EC0
(170,78,192)
#9B47AF
(155,71,175)
#8C409E
(140,64,158)
#7D398D
(125,57,141)
#6E327C
(110,50,124)
#5F2B6B
(95,43,107)
#50245A
(80,36,90)
#411D49
(65,29,73)
#321638
(50,22,56)
#230F27
(35,15,39)
#140816
(20,8,22)
#000000
(0,0,0)

Tints of #AA4EC0

#AA4EC0
(170,78,192)
#B15EC5
(177,94,197)
#B86ECA
(184,110,202)
#BF7ECF
(191,126,207)
#C68ED4
(198,142,212)
#CD9ED9
(205,158,217)
#D4AEDE
(212,174,222)
#DBBEE3
(219,190,227)
#E2CEE8
(226,206,232)
#E9DEED
(233,222,237)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA4EC0 color. Also use rgb(170,78,192) instead hex code.

Text Font Color

.myTextColor { color: #AA4EC0; }

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

This text font color is #AA4EC0.


Background Color

.myBgColor { background-color: #AA4EC0; }

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

This div background color is #AA4EC0.


Border color

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

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

This div border color is #AA4EC0.


Opacity

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

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

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

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

This text has shadow with #AA4EC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA4EC0 on black background.


Color preview on white background

This text has color #AA4EC0 on white background.



Black color preview on #AA4EC0 background

This text has black color on #AA4EC0 background.


White color preview on #AA4EC0 background

This text has white color on #AA4EC0 background.