COLOR #AA7AB1

HEX: #AA7AB1 RGB: (170,122,177)

Color info

#AA7AB1 contains red, green and blue colors in about the same proportion. Web safe color of #AA7AB1 is #996699 (or #969).

RGB color model

#AA7AB1 color RGB value is (170,122,177).

RGB: (170,122,177) (67%, 48%, 69%)

RGB channels and saturation

R 170 of 255 = 67%
G 122 of 255 = 48%
B 177 of 255 = 69%

170
122
177

R + G + B ~ 61%. #AA7AB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 122 + 177 = 469 (100%)
R 170 of 469 ~ 36.25%
G 122 of 469 ~ 26.01%
B 177 of 469 ~ 37.74'%

%36.25
%26.01
%37.74

CMYK color model

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

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

CMYK: (4,31,0,31)
C4M31Y0K31 (4%, 31%, 0%, 31%)
(0.04 / 0.31 / 0.00 / 0.31)

CMYK percentages

%3.95
%31.07
%0
%30.59

Codes

Color #AA7AB1 in popluar color models

AA 7A B1
RGB 170 122 177
HSL 292° 26.07% 58.63%
HSB/HSV 292° 31.07% 69.41%
CMYK 3.95% 31.07% 0.00%
30.59%

Color #AA7AB1 in popluar number systems.

HEX AA 7A B1
Decimal 170 122 177
Binary 10101010 1111010 10110001
Octal 252 172 261

Shades and tints

Shades of #AA7AB1

#AA7AB1
(170,122,177)
#9B6FA1
(155,111,161)
#8C6491
(140,100,145)
#7D5981
(125,89,129)
#6E4E71
(110,78,113)
#5F4361
(95,67,97)
#503851
(80,56,81)
#412D41
(65,45,65)
#322231
(50,34,49)
#231721
(35,23,33)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #AA7AB1

#AA7AB1
(170,122,177)
#B186B8
(177,134,184)
#B892BF
(184,146,191)
#BF9EC6
(191,158,198)
#C6AACD
(198,170,205)
#CDB6D4
(205,182,212)
#D4C2DB
(212,194,219)
#DBCEE2
(219,206,226)
#E2DAE9
(226,218,233)
#E9E6F0
(233,230,240)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7AB1; }

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

This text font color is #AA7AB1.

Background Color

.myBgColor { background-color: #AA7AB1; }

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

This div background color is #AA7AB1.

Border color

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

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

This div border color is #AA7AB1.

Opacity

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

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

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

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

This text has shadow with #AA7AB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7AB1.

Preview

Color preview on black background

This text has color #AA7AB1 on black background.


Color preview on white background

This text has color #AA7AB1 on white background.


Black color preview on #AA7AB1 background

This text has black color on #AA7AB1 background.


White color preview on #AA7AB1 background

This text has white color on #AA7AB1 background.


Related colors

Complementary color

Complementary color for #hex is #55854E.


I love getcolorcode.com

Triadic colors

1 #B1AA7A and #7AB1AA with #AA7AB1 are triadic colors.

2 #B17AAA and #7AAAB1 with #AA7AB1 are triadic colors.