COLOR #AA93B8

HEX: #AA93B8 RGB: (170,147,184)

Color info

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

RGB color model

#AA93B8 color RGB value is (170,147,184).

RGB: (170,147,184) (67%, 58%, 72%)

RGB channels and saturation

R 170 of 255 = 67%
G 147 of 255 = 58%
B 184 of 255 = 72%

170
147
184

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

Portions of RGB colors in percentages

R + G + B = 170 + 147 + 184 = 501 (100%)
R 170 of 501 ~ 33.93%
G 147 of 501 ~ 29.34%
B 184 of 501 ~ 36.73'%

%33.93
%29.34
%36.73

CMYK color model

#AA93B8 color CMYK value is (8,20,0,28).

  • cyan value is 7.61%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (8,20,0,28)
C8M20Y0K28 (8%, 20%, 0%, 28%)
(0.08 / 0.20 / 0.00 / 0.28)

CMYK percentages

%7.61
%20.11
%0
%27.84

Codes

Color #AA93B8 in popluar color models

AA 93 B8
RGB 170 147 184
HSL 277° 20.67% 64.90%
HSB/HSV 277° 20.11% 72.16%
CMYK 7.61% 20.11% 0.00%
27.84%

Color #AA93B8 in popluar number systems.

HEX AA 93 B8
Decimal 170 147 184
Binary 10101010 10010011 10111000
Octal 252 223 270

Shades and tints

Shades of #AA93B8

#AA93B8
(170,147,184)
#9B86A8
(155,134,168)
#8C7998
(140,121,152)
#7D6C88
(125,108,136)
#6E5F78
(110,95,120)
#5F5268
(95,82,104)
#504558
(80,69,88)
#413848
(65,56,72)
#322B38
(50,43,56)
#231E28
(35,30,40)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #AA93B8

#AA93B8
(170,147,184)
#B19CBE
(177,156,190)
#B8A5C4
(184,165,196)
#BFAECA
(191,174,202)
#C6B7D0
(198,183,208)
#CDC0D6
(205,192,214)
#D4C9DC
(212,201,220)
#DBD2E2
(219,210,226)
#E2DBE8
(226,219,232)
#E9E4EE
(233,228,238)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA93B8; }

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

This text font color is #AA93B8.

Background Color

.myBgColor { background-color: #AA93B8; }

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

This div background color is #AA93B8.

Border color

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

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

This div border color is #AA93B8.

Opacity

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

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

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

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

This text has shadow with #AA93B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA93B8.

Preview

Color preview on black background

This text has color #AA93B8 on black background.


Color preview on white background

This text has color #AA93B8 on white background.


Black color preview on #AA93B8 background

This text has black color on #AA93B8 background.


White color preview on #AA93B8 background

This text has white color on #AA93B8 background.


Related colors

Complementary color

Complementary color for #hex is #556C47.


I love getcolorcode.com

Triadic colors

1 #B8AA93 and #93B8AA with #AA93B8 are triadic colors.

2 #B893AA and #93AAB8 with #AA93B8 are triadic colors.