COLOR #AA94BE

HEX: #AA94BE RGB: (170,148,190)

Color info

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

RGB color model

#AA94BE color RGB value is (170,148,190).

RGB: (170,148,190) (67%, 58%, 75%)

RGB channels and saturation

R 170 of 255 = 67%
G 148 of 255 = 58%
B 190 of 255 = 75%

170
148
190

R + G + B ~ 67%. #AA94BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 148 + 190 = 508 (100%)
R 170 of 508 ~ 33.46%
G 148 of 508 ~ 29.13%
B 190 of 508 ~ 37.4'%

%33.46
%29.13
%37.4

CMYK color model

#AA94BE color CMYK value is (11,22,0,25).

  • cyan value is 10.53%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (11,22,0,25)
C11M22Y0K25 (11%, 22%, 0%, 25%)
(0.11 / 0.22 / 0.00 / 0.25)

CMYK percentages

%10.53
%22.11
%0
%25.49

Codes

Color #AA94BE in popluar color models

AA 94 BE
RGB 170 148 190
HSL 271° 24.42% 66.27%
HSB/HSV 271° 22.11% 74.51%
CMYK 10.53% 22.11% 0.00%
25.49%

Color #AA94BE in popluar number systems.

HEX AA 94 BE
Decimal 170 148 190
Binary 10101010 10010100 10111110
Octal 252 224 276

Shades and tints

Shades of #AA94BE

#AA94BE
(170,148,190)
#9B87AD
(155,135,173)
#8C7A9C
(140,122,156)
#7D6D8B
(125,109,139)
#6E607A
(110,96,122)
#5F5369
(95,83,105)
#504658
(80,70,88)
#413947
(65,57,71)
#322C36
(50,44,54)
#231F25
(35,31,37)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #AA94BE

#AA94BE
(170,148,190)
#B19DC3
(177,157,195)
#B8A6C8
(184,166,200)
#BFAFCD
(191,175,205)
#C6B8D2
(198,184,210)
#CDC1D7
(205,193,215)
#D4CADC
(212,202,220)
#DBD3E1
(219,211,225)
#E2DCE6
(226,220,230)
#E9E5EB
(233,229,235)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA94BE; }

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

This text font color is #AA94BE.

Background Color

.myBgColor { background-color: #AA94BE; }

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

This div background color is #AA94BE.

Border color

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

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

This div border color is #AA94BE.

Opacity

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

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

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

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

This text has shadow with #AA94BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA94BE.

Preview

Color preview on black background

This text has color #AA94BE on black background.


Color preview on white background

This text has color #AA94BE on white background.


Black color preview on #AA94BE background

This text has black color on #AA94BE background.


White color preview on #AA94BE background

This text has white color on #AA94BE background.


Related colors

Complementary color

Complementary color for #hex is #556B41.


I love getcolorcode.com

Triadic colors

1 #BEAA94 and #94BEAA with #AA94BE are triadic colors.

2 #BE94AA and #94AABE with #AA94BE are triadic colors.