COLOR #AA79BB

HEX: #AA79BB RGB: (170,121,187)

Color info

#AA79BB contains mainly red and blue colors. Web safe color of #AA79BB is #9966CC (or #96C).

RGB color model

#AA79BB color RGB value is (170,121,187).

RGB: (170,121,187) (67%, 47%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 121 of 255 = 47%
B 187 of 255 = 73%

170
121
187

R + G + B ~ 62%. #AA79BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 121 + 187 = 478 (100%)
R 170 of 478 ~ 35.56%
G 121 of 478 ~ 25.31%
B 187 of 478 ~ 39.12'%

%35.56
%25.31
%39.12

CMYK color model

#AA79BB color CMYK value is (9,35,0,27).

  • cyan value is 9.09%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (9,35,0,27)
C9M35Y0K27 (9%, 35%, 0%, 27%)
(0.09 / 0.35 / 0.00 / 0.27)

CMYK percentages

%9.09
%35.29
%0
%26.67

Codes

Color #AA79BB in popluar color models

AA 79 BB
RGB 170 121 187
HSL 285° 32.67% 60.39%
HSB/HSV 285° 35.29% 73.33%
CMYK 9.09% 35.29% 0.00%
26.67%

Color #AA79BB in popluar number systems.

HEX AA 79 BB
Decimal 170 121 187
Binary 10101010 1111001 10111011
Octal 252 171 273

Shades and tints

Shades of #AA79BB

#AA79BB
(170,121,187)
#9B6EAA
(155,110,170)
#8C6399
(140,99,153)
#7D5888
(125,88,136)
#6E4D77
(110,77,119)
#5F4266
(95,66,102)
#503755
(80,55,85)
#412C44
(65,44,68)
#322133
(50,33,51)
#231622
(35,22,34)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #AA79BB

#AA79BB
(170,121,187)
#B185C1
(177,133,193)
#B891C7
(184,145,199)
#BF9DCD
(191,157,205)
#C6A9D3
(198,169,211)
#CDB5D9
(205,181,217)
#D4C1DF
(212,193,223)
#DBCDE5
(219,205,229)
#E2D9EB
(226,217,235)
#E9E5F1
(233,229,241)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA79BB; }

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

This text font color is #AA79BB.

Background Color

.myBgColor { background-color: #AA79BB; }

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

This div background color is #AA79BB.

Border color

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

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

This div border color is #AA79BB.

Opacity

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

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

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

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

This text has shadow with #AA79BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA79BB.

Preview

Color preview on black background

This text has color #AA79BB on black background.


Color preview on white background

This text has color #AA79BB on white background.


Black color preview on #AA79BB background

This text has black color on #AA79BB background.


White color preview on #AA79BB background

This text has white color on #AA79BB background.


Related colors

Complementary color

Complementary color for #hex is #558644.


I love getcolorcode.com

Triadic colors

1 #BBAA79 and #79BBAA with #AA79BB are triadic colors.

2 #BB79AA and #79AABB with #AA79BB are triadic colors.