COLOR #AA5B8E

HEX: #AA5B8E
RGB: (170,91,142)

Color info

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

RGB color model

#AA5B8E color RGB value is (170,91,142).

  • red value is 170;
  • green value is 91;
  • blue value is 142.
RGB:
(170,91,142)
(67%,36%,56%)

RGB channels and saturation

R 170 of 255 = 67%
G 91 of 255 = 36%
B 142 of 255 = 56%

170
91
142

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

Portions of RGB colors in percentages

R + G + B =
170 + 91 + 142 = 403 (100%)
R 170 of 403 ~ 42.18%
G 91 of 403 ~ 22.58%
B 142 of 403 ~ 35.24%

%42.18
%22.58
%35.24

CMYK color model

#AA5B8E color CMYK value is (0,46,16,33).

  • cyan value is 0.00%
  • magenta value is 46.47%
  • yellow value is 16.47%
  • key color value is 33.33%
CMYK:
(0,46,16,33)
C0M46Y16K33 
(0%,46%,16%,33%)
(0.00/0.46/0.16/0.33)	

CMYK percentages

%0
%46.47
%16.47
%33.33

Codes

Color #AA5B8E in popluar color models

AA5B8E
RGB17091142
HSL321°31.73%51.18%
HSB/HSV321°46.47%66.67%
CMYK0.00%46.47%16.47%
33.33%

Color #AA5B8E in popluar number systems.

HEXAA5B8E
Decimal17091142
Binary10101010101101110001110
Octal252133216

Shades and tints

Shades of #AA5B8E

#AA5B8E
(170,91,142)
#9B5382
(155,83,130)
#8C4B76
(140,75,118)
#7D436A
(125,67,106)
#6E3B5E
(110,59,94)
#5F3352
(95,51,82)
#502B46
(80,43,70)
#41233A
(65,35,58)
#321B2E
(50,27,46)
#231322
(35,19,34)
#140B16
(20,11,22)
#000000
(0,0,0)

Tints of #AA5B8E

#AA5B8E
(170,91,142)
#B16998
(177,105,152)
#B877A2
(184,119,162)
#BF85AC
(191,133,172)
#C693B6
(198,147,182)
#CDA1C0
(205,161,192)
#D4AFCA
(212,175,202)
#DBBDD4
(219,189,212)
#E2CBDE
(226,203,222)
#E9D9E8
(233,217,232)
#F0E7F2
(240,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA5B8E color. Also use rgb(170,91,142) instead hex code.

Text Font Color

.myTextColor { color: #AA5B8E; }

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

This text font color is #AA5B8E.


Background Color

.myBgColor { background-color: #AA5B8E; }

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

This div background color is #AA5B8E.


Border color

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

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

This div border color is #AA5B8E.


Opacity

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

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

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

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

This text has shadow with #AA5B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5B8E on black background.


Color preview on white background

This text has color #AA5B8E on white background.



Black color preview on #AA5B8E background

This text has black color on #AA5B8E background.


White color preview on #AA5B8E background

This text has white color on #AA5B8E background.