COLOR #AA91B4

HEX: #AA91B4 RGB: (170,145,180)

Color info

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

RGB color model

#AA91B4 color RGB value is (170,145,180).

RGB: (170,145,180) (67%, 57%, 71%)

RGB channels and saturation

R 170 of 255 = 67%
G 145 of 255 = 57%
B 180 of 255 = 71%

170
145
180

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

Portions of RGB colors in percentages

R + G + B = 170 + 145 + 180 = 495 (100%)
R 170 of 495 ~ 34.34%
G 145 of 495 ~ 29.29%
B 180 of 495 ~ 36.36'%

%34.34
%29.29
%36.36

CMYK color model

#AA91B4 color CMYK value is (6,19,0,29).

  • cyan value is 5.56%
  • magenta value is 19.44%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (6,19,0,29)
C6M19Y0K29 (6%, 19%, 0%, 29%)
(0.06 / 0.19 / 0.00 / 0.29)

CMYK percentages

%5.56
%19.44
%0
%29.41

Codes

Color #AA91B4 in popluar color models

AA 91 B4
RGB 170 145 180
HSL 283° 18.92% 63.73%
HSB/HSV 283° 19.44% 70.59%
CMYK 5.56% 19.44% 0.00%
29.41%

Color #AA91B4 in popluar number systems.

HEX AA 91 B4
Decimal 170 145 180
Binary 10101010 10010001 10110100
Octal 252 221 264

Shades and tints

Shades of #AA91B4

#AA91B4
(170,145,180)
#9B84A4
(155,132,164)
#8C7794
(140,119,148)
#7D6A84
(125,106,132)
#6E5D74
(110,93,116)
#5F5064
(95,80,100)
#504354
(80,67,84)
#413644
(65,54,68)
#322934
(50,41,52)
#231C24
(35,28,36)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #AA91B4

#AA91B4
(170,145,180)
#B19BBA
(177,155,186)
#B8A5C0
(184,165,192)
#BFAFC6
(191,175,198)
#C6B9CC
(198,185,204)
#CDC3D2
(205,195,210)
#D4CDD8
(212,205,216)
#DBD7DE
(219,215,222)
#E2E1E4
(226,225,228)
#E9EBEA
(233,235,234)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA91B4 color. Also use rgb(170,145,180) instead hex code.

Text Font Color

.myTextColor { color: #AA91B4; }

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

This text font color is #AA91B4.

Background Color

.myBgColor { background-color: #AA91B4; }

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

This div background color is #AA91B4.

Border color

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

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

This div border color is #AA91B4.

Opacity

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

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

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

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

This text has shadow with #AA91B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA91B4.

Preview

Color preview on black background

This text has color #AA91B4 on black background.


Color preview on white background

This text has color #AA91B4 on white background.


Black color preview on #AA91B4 background

This text has black color on #AA91B4 background.


White color preview on #AA91B4 background

This text has white color on #AA91B4 background.


Related colors

Complementary color

Complementary color for #hex is #556E4B.


I love getcolorcode.com

Triadic colors

1 #B4AA91 and #91B4AA with #AA91B4 are triadic colors.

2 #B491AA and #91AAB4 with #AA91B4 are triadic colors.