COLOR #AA94C8

HEX: #AA94C8 RGB: (170,148,200)

Color info

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

RGB color model

#AA94C8 color RGB value is (170,148,200).

RGB: (170,148,200) (67%, 58%, 78%)

RGB channels and saturation

R 170 of 255 = 67%
G 148 of 255 = 58%
B 200 of 255 = 78%

170
148
200

R + G + B ~ 68%. #AA94C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 148 + 200 = 518 (100%)
R 170 of 518 ~ 32.82%
G 148 of 518 ~ 28.57%
B 200 of 518 ~ 38.61'%

%32.82
%28.57
%38.61

CMYK color model

#AA94C8 color CMYK value is (15,26,0,22).

  • cyan value is 15.00%
  • magenta value is 26.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (15,26,0,22)
C15M26Y0K22 (15%, 26%, 0%, 22%)
(0.15 / 0.26 / 0.00 / 0.22)

CMYK percentages

%15
%26
%0
%21.57

Codes

Color #AA94C8 in popluar color models

AA 94 C8
RGB 170 148 200
HSL 265° 32.10% 68.24%
HSB/HSV 265° 26.00% 78.43%
CMYK 15.00% 26.00% 0.00%
21.57%

Color #AA94C8 in popluar number systems.

HEX AA 94 C8
Decimal 170 148 200
Binary 10101010 10010100 11001000
Octal 252 224 310

Shades and tints

Shades of #AA94C8

#AA94C8
(170,148,200)
#9B87B6
(155,135,182)
#8C7AA4
(140,122,164)
#7D6D92
(125,109,146)
#6E6080
(110,96,128)
#5F536E
(95,83,110)
#50465C
(80,70,92)
#41394A
(65,57,74)
#322C38
(50,44,56)
#231F26
(35,31,38)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #AA94C8

#AA94C8
(170,148,200)
#B19DCD
(177,157,205)
#B8A6D2
(184,166,210)
#BFAFD7
(191,175,215)
#C6B8DC
(198,184,220)
#CDC1E1
(205,193,225)
#D4CAE6
(212,202,230)
#DBD3EB
(219,211,235)
#E2DCF0
(226,220,240)
#E9E5F5
(233,229,245)
#F0EEFA
(240,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA94C8; }

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

This text font color is #AA94C8.

Background Color

.myBgColor { background-color: #AA94C8; }

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

This div background color is #AA94C8.

Border color

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

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

This div border color is #AA94C8.

Opacity

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

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

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

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

This text has shadow with #AA94C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA94C8.

Preview

Color preview on black background

This text has color #AA94C8 on black background.


Color preview on white background

This text has color #AA94C8 on white background.


Black color preview on #AA94C8 background

This text has black color on #AA94C8 background.


White color preview on #AA94C8 background

This text has white color on #AA94C8 background.


Related colors

Complementary color

Complementary color for #hex is #556B37.


I love getcolorcode.com

Triadic colors

1 #C8AA94 and #94C8AA with #AA94C8 are triadic colors.

2 #C894AA and #94AAC8 with #AA94C8 are triadic colors.