COLOR #AA5C97

HEX: #AA5C97
RGB: (170,92,151)

Color info

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

RGB color model

#AA5C97 color RGB value is (170,92,151).

  • red value is 170;
  • green value is 92;
  • blue value is 151.
RGB:
(170,92,151)
(67%,36%,59%)

RGB channels and saturation

R 170 of 255 = 67%
G 92 of 255 = 36%
B 151 of 255 = 59%

170
92
151

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

Portions of RGB colors in percentages

R + G + B =
170 + 92 + 151 = 413 (100%)
R 170 of 413 ~ 41.16%
G 92 of 413 ~ 22.28%
B 151 of 413 ~ 36.56%

%41.16
%22.28
%36.56

CMYK color model

#AA5C97 color CMYK value is (0,46,11,33).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 11.18%
  • key color value is 33.33%
CMYK:
(0,46,11,33)
C0M46Y11K33 
(0%,46%,11%,33%)
(0.00/0.46/0.11/0.33)	

CMYK percentages

%0
%45.88
%11.18
%33.33

Codes

Color #AA5C97 in popluar color models

AA5C97
RGB17092151
HSL315°31.45%51.37%
HSB/HSV315°45.88%66.67%
CMYK0.00%45.88%11.18%
33.33%

Color #AA5C97 in popluar number systems.

HEXAA5C97
Decimal17092151
Binary10101010101110010010111
Octal252134227

Shades and tints

Shades of #AA5C97

#AA5C97
(170,92,151)
#9B548A
(155,84,138)
#8C4C7D
(140,76,125)
#7D4470
(125,68,112)
#6E3C63
(110,60,99)
#5F3456
(95,52,86)
#502C49
(80,44,73)
#41243C
(65,36,60)
#321C2F
(50,28,47)
#231422
(35,20,34)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #AA5C97

#AA5C97
(170,92,151)
#B16AA0
(177,106,160)
#B878A9
(184,120,169)
#BF86B2
(191,134,178)
#C694BB
(198,148,187)
#CDA2C4
(205,162,196)
#D4B0CD
(212,176,205)
#DBBED6
(219,190,214)
#E2CCDF
(226,204,223)
#E9DAE8
(233,218,232)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA5C97 color. Also use rgb(170,92,151) instead hex code.

Text Font Color

.myTextColor { color: #AA5C97; }

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

This text font color is #AA5C97.


Background Color

.myBgColor { background-color: #AA5C97; }

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

This div background color is #AA5C97.


Border color

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

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

This div border color is #AA5C97.


Opacity

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

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

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

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

This text has shadow with #AA5C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5C97 on black background.


Color preview on white background

This text has color #AA5C97 on white background.



Black color preview on #AA5C97 background

This text has black color on #AA5C97 background.


White color preview on #AA5C97 background

This text has white color on #AA5C97 background.