COLOR #AA93B9

HEX: #AA93B9 RGB: (170,147,185)

Color info

#AA93B9 contains red, green and blue colors in about the same proportion. Web safe color of #AA93B9 is #9999CC (or #99C).

RGB color model

#AA93B9 color RGB value is (170,147,185).

RGB: (170,147,185) (67%, 58%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 147 of 255 = 58%
B 185 of 255 = 73%

170
147
185

R + G + B ~ 66%. #AA93B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 147 + 185 = 502 (100%)
R 170 of 502 ~ 33.86%
G 147 of 502 ~ 29.28%
B 185 of 502 ~ 36.85'%

%33.86
%29.28
%36.85

CMYK color model

#AA93B9 color CMYK value is (8,21,0,27).

  • cyan value is 8.11%
  • magenta value is 20.54%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK: (8,21,0,27) C8M21Y0K27 (8%,21%,0%,27%) (0.08/0.21/0.00/0.27) 

CMYK percentages

%8.11
%20.54
%0
%27.45

Codes

Color #AA93B9 in popluar color models

AA 93 B9
RGB 170 147 185
HSL 276° 21.35% 65.10%
HSB/HSV 276° 20.54% 72.55%
CMYK 8.11% 20.54% 0.00%
27.45%

Color #AA93B9 in popluar number systems.

HEX AA 93 B9
Decimal 170 147 185
Binary 10101010 10010011 10111001
Octal 252 223 271

Shades and tints

Shades of #AA93B9

#AA93B9
(170,147,185)
#9B86A9
(155,134,169)
#8C7999
(140,121,153)
#7D6C89
(125,108,137)
#6E5F79
(110,95,121)
#5F5269
(95,82,105)
#504559
(80,69,89)
#413849
(65,56,73)
#322B39
(50,43,57)
#231E29
(35,30,41)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #AA93B9

#AA93B9
(170,147,185)
#B19CBF
(177,156,191)
#B8A5C5
(184,165,197)
#BFAECB
(191,174,203)
#C6B7D1
(198,183,209)
#CDC0D7
(205,192,215)
#D4C9DD
(212,201,221)
#DBD2E3
(219,210,227)
#E2DBE9
(226,219,233)
#E9E4EF
(233,228,239)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA93B9 color. Also use rgb(170,147,185) instead hex code.

Text Font Color

.myTextColor { color: #AA93B9; }

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

This text font color is #AA93B9.

Background Color

.myBgColor { background-color: #AA93B9; }

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

This div background color is #AA93B9.

Border color

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

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

This div border color is #AA93B9.

Opacity

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

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

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

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

This text has shadow with #AA93B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA93B9.

Preview

Color preview on black background

This text has color #AA93B9 on black background.


Color preview on white background

This text has color #AA93B9 on white background.


Black color preview on #AA93B9 background

This text has black color on #AA93B9 background.


White color preview on #AA93B9 background

This text has white color on #AA93B9 background.


Related colors

Complementary color

Complementary color for #hex is #556C46.


I love getcolorcode.com

Triadic colors

1 #B9AA93 and #93B9AA with #AA93B9 are triadic colors.

2 #B993AA and #93AAB9 with #AA93B9 are triadic colors.