COLOR #AA5D9B

HEX: #AA5D9B RGB: (170,93,155)

Color info

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

RGB color model

#AA5D9B color RGB value is (170,93,155).

RGB: (170,93,155) (67%, 36%, 61%)

RGB channels and saturation

R 170 of 255 = 67%
G 93 of 255 = 36%
B 155 of 255 = 61%

170
93
155

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

Portions of RGB colors in percentages

R + G + B = 170 + 93 + 155 = 418 (100%)
R 170 of 418 ~ 40.67%
G 93 of 418 ~ 22.25%
B 155 of 418 ~ 37.08'%

%40.67
%22.25
%37.08

CMYK color model

#AA5D9B color CMYK value is (0,45,9,33).

  • cyan value is 0.00%
  • magenta value is 45.29%
  • yellow value is 8.82%
  • key color value is 33.33%

CMYK: (0,45,9,33)
C0M45Y9K33 (0%, 45%, 9%, 33%)
(0.00 / 0.45 / 0.09 / 0.33)

CMYK percentages

%0
%45.29
%8.82
%33.33

Codes

Color #AA5D9B in popluar color models

AA 5D 9B
RGB 170 93 155
HSL 312° 31.17% 51.57%
HSB/HSV 312° 45.29% 66.67%
CMYK 0.00% 45.29% 8.82%
33.33%

Color #AA5D9B in popluar number systems.

HEX AA 5D 9B
Decimal 170 93 155
Binary 10101010 1011101 10011011
Octal 252 135 233

Shades and tints

Shades of #AA5D9B

#AA5D9B
(170,93,155)
#9B558D
(155,85,141)
#8C4D7F
(140,77,127)
#7D4571
(125,69,113)
#6E3D63
(110,61,99)
#5F3555
(95,53,85)
#502D47
(80,45,71)
#412539
(65,37,57)
#321D2B
(50,29,43)
#23151D
(35,21,29)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #AA5D9B

#AA5D9B
(170,93,155)
#B16BA4
(177,107,164)
#B879AD
(184,121,173)
#BF87B6
(191,135,182)
#C695BF
(198,149,191)
#CDA3C8
(205,163,200)
#D4B1D1
(212,177,209)
#DBBFDA
(219,191,218)
#E2CDE3
(226,205,227)
#E9DBEC
(233,219,236)
#F0E9F5
(240,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA5D9B color. Also use rgb(170,93,155) instead hex code.

Text Font Color

.myTextColor { color: #AA5D9B; }

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

This text font color is #AA5D9B.

Background Color

.myBgColor { background-color: #AA5D9B; }

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

This div background color is #AA5D9B.

Border color

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

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

This div border color is #AA5D9B.

Opacity

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

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

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

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

This text has shadow with #AA5D9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA5D9B.

Preview

Color preview on black background

This text has color #AA5D9B on black background.


Color preview on white background

This text has color #AA5D9B on white background.


Black color preview on #AA5D9B background

This text has black color on #AA5D9B background.


White color preview on #AA5D9B background

This text has white color on #AA5D9B background.


Related colors

Complementary color

Complementary color for #hex is #55A264.


I love getcolorcode.com

Triadic colors

1 #9BAA5D and #5D9BAA with #AA5D9B are triadic colors.

2 #9B5DAA and #5DAA9B with #AA5D9B are triadic colors.