COLOR #AA5E91

HEX: #AA5E91
RGB: (170,94,145)

Color info

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

RGB color model

#AA5E91 color RGB value is (170,94,145).

  • red value is 170;
  • green value is 94;
  • blue value is 145.
RGB:
(170,94,145)
(67%,37%,57%)

RGB channels and saturation

R 170 of 255 = 67%
G 94 of 255 = 37%
B 145 of 255 = 57%

170
94
145

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

Portions of RGB colors in percentages

R + G + B =
170 + 94 + 145 = 409 (100%)
R 170 of 409 ~ 41.56%
G 94 of 409 ~ 22.98%
B 145 of 409 ~ 35.45%

%41.56
%22.98
%35.45

CMYK color model

#AA5E91 color CMYK value is (0,45,15,33).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 14.71%
  • key color value is 33.33%
CMYK:
(0,45,15,33)
C0M45Y15K33 
(0%,45%,15%,33%)
(0.00/0.45/0.15/0.33)	

CMYK percentages

%0
%44.71
%14.71
%33.33

Codes

Color #AA5E91 in popluar color models

AA5E91
RGB17094145
HSL320°30.89%51.76%
HSB/HSV320°44.71%66.67%
CMYK0.00%44.71%14.71%
33.33%

Color #AA5E91 in popluar number systems.

HEXAA5E91
Decimal17094145
Binary10101010101111010010001
Octal252136221

Shades and tints

Shades of #AA5E91

#AA5E91
(170,94,145)
#9B5684
(155,86,132)
#8C4E77
(140,78,119)
#7D466A
(125,70,106)
#6E3E5D
(110,62,93)
#5F3650
(95,54,80)
#502E43
(80,46,67)
#412636
(65,38,54)
#321E29
(50,30,41)
#23161C
(35,22,28)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #AA5E91

#AA5E91
(170,94,145)
#B16C9B
(177,108,155)
#B87AA5
(184,122,165)
#BF88AF
(191,136,175)
#C696B9
(198,150,185)
#CDA4C3
(205,164,195)
#D4B2CD
(212,178,205)
#DBC0D7
(219,192,215)
#E2CEE1
(226,206,225)
#E9DCEB
(233,220,235)
#F0EAF5
(240,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA5E91 color. Also use rgb(170,94,145) instead hex code.

Text Font Color

.myTextColor { color: #AA5E91; }

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

This text font color is #AA5E91.


Background Color

.myBgColor { background-color: #AA5E91; }

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

This div background color is #AA5E91.


Border color

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

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

This div border color is #AA5E91.


Opacity

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

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

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

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

This text has shadow with #AA5E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5E91 on black background.


Color preview on white background

This text has color #AA5E91 on white background.



Black color preview on #AA5E91 background

This text has black color on #AA5E91 background.


White color preview on #AA5E91 background

This text has white color on #AA5E91 background.