COLOR #AA79AB

HEX: #AA79AB RGB: (170,121,171)

Color info

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

RGB color model

#AA79AB color RGB value is (170,121,171).

RGB: (170,121,171) (67%, 47%, 67%)

RGB channels and saturation

R 170 of 255 = 67%
G 121 of 255 = 47%
B 171 of 255 = 67%

170
121
171

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

Portions of RGB colors in percentages

R + G + B = 170 + 121 + 171 = 462 (100%)
R 170 of 462 ~ 36.8%
G 121 of 462 ~ 26.19%
B 171 of 462 ~ 37.01'%

%36.8
%26.19
%37.01

CMYK color model

#AA79AB color CMYK value is (1,29,0,33).

  • cyan value is 0.58%
  • magenta value is 29.24%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (1,29,0,33) C1M29Y0K33 (1%,29%,0%,33%) (0.01/0.29/0.00/0.33) 

CMYK percentages

%0.58
%29.24
%0
%32.94

Codes

Color #AA79AB in popluar color models

AA 79 AB
RGB 170 121 171
HSL 299° 22.94% 57.25%
HSB/HSV 299° 29.24% 67.06%
CMYK 0.58% 29.24% 0.00%
32.94%

Color #AA79AB in popluar number systems.

HEX AA 79 AB
Decimal 170 121 171
Binary 10101010 1111001 10101011
Octal 252 171 253

Shades and tints

Shades of #AA79AB

#AA79AB
(170,121,171)
#9B6E9C
(155,110,156)
#8C638D
(140,99,141)
#7D587E
(125,88,126)
#6E4D6F
(110,77,111)
#5F4260
(95,66,96)
#503751
(80,55,81)
#412C42
(65,44,66)
#322133
(50,33,51)
#231624
(35,22,36)
#140B15
(20,11,21)
#000000
(0,0,0)

Tints of #AA79AB

#AA79AB
(170,121,171)
#B185B2
(177,133,178)
#B891B9
(184,145,185)
#BF9DC0
(191,157,192)
#C6A9C7
(198,169,199)
#CDB5CE
(205,181,206)
#D4C1D5
(212,193,213)
#DBCDDC
(219,205,220)
#E2D9E3
(226,217,227)
#E9E5EA
(233,229,234)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA79AB color. Also use rgb(170,121,171) instead hex code.

Text Font Color

.myTextColor { color: #AA79AB; }

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

This text font color is #AA79AB.

Background Color

.myBgColor { background-color: #AA79AB; }

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

This div background color is #AA79AB.

Border color

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

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

This div border color is #AA79AB.

Opacity

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

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

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

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

This text has shadow with #AA79AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA79AB.

Preview

Color preview on black background

This text has color #AA79AB on black background.


Color preview on white background

This text has color #AA79AB on white background.


Black color preview on #AA79AB background

This text has black color on #AA79AB background.


White color preview on #AA79AB background

This text has white color on #AA79AB background.


Related colors

Complementary color

Complementary color for #hex is #558654.


I love getcolorcode.com

Triadic colors

1 #ABAA79 and #79ABAA with #AA79AB are triadic colors.

2 #AB79AA and #79AAAB with #AA79AB are triadic colors.