COLOR #AA6691

HEX: #AA6691 RGB: (170,102,145)

Color info

#AA6691 contains mainly red and blue colors. Web safe color of #AA6691 is #996699 (or #969).

RGB color model

#AA6691 color RGB value is (170,102,145).

RGB: (170,102,145) (67%, 40%, 57%)

RGB channels and saturation

R 170 of 255 = 67%
G 102 of 255 = 40%
B 145 of 255 = 57%

170
102
145

R + G + B ~ 55%. #AA6691 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 170 + 102 + 145 = 417 (100%)
R 170 of 417 ~ 40.77%
G 102 of 417 ~ 24.46%
B 145 of 417 ~ 34.77'%

%40.77
%24.46
%34.77

CMYK color model

#AA6691 color CMYK value is (0,40,15,33).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 14.71%
  • key color value is 33.33%
CMYK: (0,40,15,33) C0M40Y15K33 (0%,40%,15%,33%) (0.00/0.40/0.15/0.33) 

CMYK percentages

%0
%40
%14.71
%33.33

Codes

Color #AA6691 in popluar color models

AA 66 91
RGB 170 102 145
HSL 322° 28.57% 53.33%
HSB/HSV 322° 40.00% 66.67%
CMYK 0.00% 40.00% 14.71%
33.33%

Color #AA6691 in popluar number systems.

HEX AA 66 91
Decimal 170 102 145
Binary 10101010 1100110 10010001
Octal 252 146 221

Shades and tints

Shades of #AA6691

#AA6691
(170,102,145)
#9B5D84
(155,93,132)
#8C5477
(140,84,119)
#7D4B6A
(125,75,106)
#6E425D
(110,66,93)
#5F3950
(95,57,80)
#503043
(80,48,67)
#412736
(65,39,54)
#321E29
(50,30,41)
#23151C
(35,21,28)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #AA6691

#AA6691
(170,102,145)
#B1739B
(177,115,155)
#B880A5
(184,128,165)
#BF8DAF
(191,141,175)
#C69AB9
(198,154,185)
#CDA7C3
(205,167,195)
#D4B4CD
(212,180,205)
#DBC1D7
(219,193,215)
#E2CEE1
(226,206,225)
#E9DBEB
(233,219,235)
#F0E8F5
(240,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6691; }

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

This text font color is #AA6691.

Background Color

.myBgColor { background-color: #AA6691; }

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

This div background color is #AA6691.

Border color

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

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

This div border color is #AA6691.

Opacity

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

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

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

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

This text has shadow with #AA6691 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6691.

Preview

Color preview on black background

This text has color #AA6691 on black background.


Color preview on white background

This text has color #AA6691 on white background.


Black color preview on #AA6691 background

This text has black color on #AA6691 background.


White color preview on #AA6691 background

This text has white color on #AA6691 background.


Related colors

Complementary color

Complementary color for #hex is #55996E.


I love getcolorcode.com

Triadic colors

1 #91AA66 and #6691AA with #AA6691 are triadic colors.

2 #9166AA and #66AA91 with #AA6691 are triadic colors.