COLOR #AA94B1

HEX: #AA94B1 RGB: (170,148,177)

Color info

#AA94B1 contains red, green and blue colors in about the same proportion. Web safe color of #AA94B1 is #999999 (or #999).

RGB color model

#AA94B1 color RGB value is (170,148,177).

RGB: (170,148,177) (67%, 58%, 69%)

RGB channels and saturation

R 170 of 255 = 67%
G 148 of 255 = 58%
B 177 of 255 = 69%

170
148
177

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

Portions of RGB colors in percentages

R + G + B = 170 + 148 + 177 = 495 (100%)
R 170 of 495 ~ 34.34%
G 148 of 495 ~ 29.9%
B 177 of 495 ~ 35.76'%

%34.34
%29.9
%35.76

CMYK color model

#AA94B1 color CMYK value is (4,16,0,31).

  • cyan value is 3.95%
  • magenta value is 16.38%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (4,16,0,31)
C4M16Y0K31 (4%, 16%, 0%, 31%)
(0.04 / 0.16 / 0.00 / 0.31)

CMYK percentages

%3.95
%16.38
%0
%30.59

Codes

Color #AA94B1 in popluar color models

AA 94 B1
RGB 170 148 177
HSL 286° 15.68% 63.73%
HSB/HSV 286° 16.38% 69.41%
CMYK 3.95% 16.38% 0.00%
30.59%

Color #AA94B1 in popluar number systems.

HEX AA 94 B1
Decimal 170 148 177
Binary 10101010 10010100 10110001
Octal 252 224 261

Shades and tints

Shades of #AA94B1

#AA94B1
(170,148,177)
#9B87A1
(155,135,161)
#8C7A91
(140,122,145)
#7D6D81
(125,109,129)
#6E6071
(110,96,113)
#5F5361
(95,83,97)
#504651
(80,70,81)
#413941
(65,57,65)
#322C31
(50,44,49)
#231F21
(35,31,33)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #AA94B1

#AA94B1
(170,148,177)
#B19DB8
(177,157,184)
#B8A6BF
(184,166,191)
#BFAFC6
(191,175,198)
#C6B8CD
(198,184,205)
#CDC1D4
(205,193,212)
#D4CADB
(212,202,219)
#DBD3E2
(219,211,226)
#E2DCE9
(226,220,233)
#E9E5F0
(233,229,240)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA94B1; }

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

This text font color is #AA94B1.

Background Color

.myBgColor { background-color: #AA94B1; }

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

This div background color is #AA94B1.

Border color

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

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

This div border color is #AA94B1.

Opacity

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

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

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

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

This text has shadow with #AA94B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA94B1.

Preview

Color preview on black background

This text has color #AA94B1 on black background.


Color preview on white background

This text has color #AA94B1 on white background.


Black color preview on #AA94B1 background

This text has black color on #AA94B1 background.


White color preview on #AA94B1 background

This text has white color on #AA94B1 background.


Related colors

Complementary color

Complementary color for #hex is #556B4E.


I love getcolorcode.com

Triadic colors

1 #B1AA94 and #94B1AA with #AA94B1 are triadic colors.

2 #B194AA and #94AAB1 with #AA94B1 are triadic colors.