COLOR #AA4E93

HEX: #AA4E93
RGB: (170,78,147)

Color info

#AA4E93 contains mainly red and blue colors. Web safe color of #AA4E93 is #996699 (or #969).

RGB color model

#AA4E93 color RGB value is (170,78,147).

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

RGB channels and saturation

R 170 of 255 = 67%
G 78 of 255 = 31%
B 147 of 255 = 58%

170
78
147

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

Portions of RGB colors in percentages

R + G + B =
170 + 78 + 147 = 395 (100%)
R 170 of 395 ~ 43.04%
G 78 of 395 ~ 19.75%
B 147 of 395 ~ 37.22%

%43.04
%19.75
%37.22

CMYK color model

#AA4E93 color CMYK value is (0,54,14,33).

  • cyan value is 0.00%
  • magenta value is 54.12%
  • yellow value is 13.53%
  • key color value is 33.33%
CMYK:
(0,54,14,33)
C0M54Y14K33 
(0%,54%,14%,33%)
(0.00/0.54/0.14/0.33)	

CMYK percentages

%0
%54.12
%13.53
%33.33

Codes

Color #AA4E93 in popluar color models

AA4E93
RGB17078147
HSL315°37.10%48.63%
HSB/HSV315°54.12%66.67%
CMYK0.00%54.12%13.53%
33.33%

Color #AA4E93 in popluar number systems.

HEXAA4E93
Decimal17078147
Binary10101010100111010010011
Octal252116223

Shades and tints

Shades of #AA4E93

#AA4E93
(170,78,147)
#9B4786
(155,71,134)
#8C4079
(140,64,121)
#7D396C
(125,57,108)
#6E325F
(110,50,95)
#5F2B52
(95,43,82)
#502445
(80,36,69)
#411D38
(65,29,56)
#32162B
(50,22,43)
#230F1E
(35,15,30)
#140811
(20,8,17)
#000000
(0,0,0)

Tints of #AA4E93

#AA4E93
(170,78,147)
#B15E9C
(177,94,156)
#B86EA5
(184,110,165)
#BF7EAE
(191,126,174)
#C68EB7
(198,142,183)
#CD9EC0
(205,158,192)
#D4AEC9
(212,174,201)
#DBBED2
(219,190,210)
#E2CEDB
(226,206,219)
#E9DEE4
(233,222,228)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA4E93; }

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

This text font color is #AA4E93.


Background Color

.myBgColor { background-color: #AA4E93; }

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

This div background color is #AA4E93.


Border color

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

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

This div border color is #AA4E93.


Opacity

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

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

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

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

This text has shadow with #AA4E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA4E93 on black background.


Color preview on white background

This text has color #AA4E93 on white background.



Black color preview on #AA4E93 background

This text has black color on #AA4E93 background.


White color preview on #AA4E93 background

This text has white color on #AA4E93 background.