COLOR #AA5F97

HEX: #AA5F97
RGB: (170,95,151)

Color info

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

RGB color model

#AA5F97 color RGB value is (170,95,151).

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

RGB channels and saturation

R 170 of 255 = 67%
G 95 of 255 = 37%
B 151 of 255 = 59%

170
95
151

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

Portions of RGB colors in percentages

R + G + B =
170 + 95 + 151 = 416 (100%)
R 170 of 416 ~ 40.87%
G 95 of 416 ~ 22.84%
B 151 of 416 ~ 36.3%

%40.87
%22.84
%36.3

CMYK color model

#AA5F97 color CMYK value is (0,44,11,33).

  • cyan value is 0.00%
  • magenta value is 44.12%
  • yellow value is 11.18%
  • key color value is 33.33%
CMYK:
(0,44,11,33)
C0M44Y11K33 
(0%,44%,11%,33%)
(0.00/0.44/0.11/0.33)	

CMYK percentages

%0
%44.12
%11.18
%33.33

Codes

Color #AA5F97 in popluar color models

AA5F97
RGB17095151
HSL315°30.61%51.96%
HSB/HSV315°44.12%66.67%
CMYK0.00%44.12%11.18%
33.33%

Color #AA5F97 in popluar number systems.

HEXAA5F97
Decimal17095151
Binary10101010101111110010111
Octal252137227

Shades and tints

Shades of #AA5F97

#AA5F97
(170,95,151)
#9B578A
(155,87,138)
#8C4F7D
(140,79,125)
#7D4770
(125,71,112)
#6E3F63
(110,63,99)
#5F3756
(95,55,86)
#502F49
(80,47,73)
#41273C
(65,39,60)
#321F2F
(50,31,47)
#231722
(35,23,34)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #AA5F97

#AA5F97
(170,95,151)
#B16DA0
(177,109,160)
#B87BA9
(184,123,169)
#BF89B2
(191,137,178)
#C697BB
(198,151,187)
#CDA5C4
(205,165,196)
#D4B3CD
(212,179,205)
#DBC1D6
(219,193,214)
#E2CFDF
(226,207,223)
#E9DDE8
(233,221,232)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA5F97; }

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

This text font color is #AA5F97.


Background Color

.myBgColor { background-color: #AA5F97; }

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

This div background color is #AA5F97.


Border color

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

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

This div border color is #AA5F97.


Opacity

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

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

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

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

This text has shadow with #AA5F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5F97 on black background.


Color preview on white background

This text has color #AA5F97 on white background.



Black color preview on #AA5F97 background

This text has black color on #AA5F97 background.


White color preview on #AA5F97 background

This text has white color on #AA5F97 background.