COLOR #AA94B5

HEX: #AA94B5 RGB: (170,148,181)

Color info

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

RGB color model

#AA94B5 color RGB value is (170,148,181).

RGB: (170,148,181) (67%, 58%, 71%)

RGB channels and saturation

R 170 of 255 = 67%
G 148 of 255 = 58%
B 181 of 255 = 71%

170
148
181

R + G + B ~ 65%. #AA94B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 148 + 181 = 499 (100%)
R 170 of 499 ~ 34.07%
G 148 of 499 ~ 29.66%
B 181 of 499 ~ 36.27'%

%34.07
%29.66
%36.27

CMYK color model

#AA94B5 color CMYK value is (6,18,0,29).

  • cyan value is 6.08%
  • magenta value is 18.23%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (6,18,0,29)
C6M18Y0K29 (6%, 18%, 0%, 29%)
(0.06 / 0.18 / 0.00 / 0.29)

CMYK percentages

%6.08
%18.23
%0
%29.02

Codes

Color #AA94B5 in popluar color models

AA 94 B5
RGB 170 148 181
HSL 280° 18.23% 64.51%
HSB/HSV 280° 18.23% 70.98%
CMYK 6.08% 18.23% 0.00%
29.02%

Color #AA94B5 in popluar number systems.

HEX AA 94 B5
Decimal 170 148 181
Binary 10101010 10010100 10110101
Octal 252 224 265

Shades and tints

Shades of #AA94B5

#AA94B5
(170,148,181)
#9B87A5
(155,135,165)
#8C7A95
(140,122,149)
#7D6D85
(125,109,133)
#6E6075
(110,96,117)
#5F5365
(95,83,101)
#504655
(80,70,85)
#413945
(65,57,69)
#322C35
(50,44,53)
#231F25
(35,31,37)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #AA94B5

#AA94B5
(170,148,181)
#B19DBB
(177,157,187)
#B8A6C1
(184,166,193)
#BFAFC7
(191,175,199)
#C6B8CD
(198,184,205)
#CDC1D3
(205,193,211)
#D4CAD9
(212,202,217)
#DBD3DF
(219,211,223)
#E2DCE5
(226,220,229)
#E9E5EB
(233,229,235)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA94B5 color. Also use rgb(170,148,181) instead hex code.

Text Font Color

.myTextColor { color: #AA94B5; }

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

This text font color is #AA94B5.

Background Color

.myBgColor { background-color: #AA94B5; }

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

This div background color is #AA94B5.

Border color

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

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

This div border color is #AA94B5.

Opacity

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

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

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

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

This text has shadow with #AA94B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA94B5.

Preview

Color preview on black background

This text has color #AA94B5 on black background.


Color preview on white background

This text has color #AA94B5 on white background.


Black color preview on #AA94B5 background

This text has black color on #AA94B5 background.


White color preview on #AA94B5 background

This text has white color on #AA94B5 background.


Related colors

Complementary color

Complementary color for #hex is #556B4A.


I love getcolorcode.com

Triadic colors

1 #B5AA94 and #94B5AA with #AA94B5 are triadic colors.

2 #B594AA and #94AAB5 with #AA94B5 are triadic colors.