COLOR #AA79B9

HEX: #AA79B9 RGB: (170,121,185)

Color info

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

RGB color model

#AA79B9 color RGB value is (170,121,185).

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

RGB channels and saturation

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

170
121
185

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

Portions of RGB colors in percentages

R + G + B = 170 + 121 + 185 = 476 (100%)
R 170 of 476 ~ 35.71%
G 121 of 476 ~ 25.42%
B 185 of 476 ~ 38.87'%

%35.71
%25.42
%38.87

CMYK color model

#AA79B9 color CMYK value is (8,35,0,27).

  • cyan value is 8.11%
  • magenta value is 34.59%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (8,35,0,27)
C8M35Y0K27 (8%, 35%, 0%, 27%)
(0.08 / 0.35 / 0.00 / 0.27)

CMYK percentages

%8.11
%34.59
%0
%27.45

Codes

Color #AA79B9 in popluar color models

AA 79 B9
RGB 170 121 185
HSL 286° 31.37% 60.00%
HSB/HSV 286° 34.59% 72.55%
CMYK 8.11% 34.59% 0.00%
27.45%

Color #AA79B9 in popluar number systems.

HEX AA 79 B9
Decimal 170 121 185
Binary 10101010 1111001 10111001
Octal 252 171 271

Shades and tints

Shades of #AA79B9

#AA79B9
(170,121,185)
#9B6EA9
(155,110,169)
#8C6399
(140,99,153)
#7D5889
(125,88,137)
#6E4D79
(110,77,121)
#5F4269
(95,66,105)
#503759
(80,55,89)
#412C49
(65,44,73)
#322139
(50,33,57)
#231629
(35,22,41)
#140B19
(20,11,25)
#000000
(0,0,0)

Tints of #AA79B9

#AA79B9
(170,121,185)
#B185BF
(177,133,191)
#B891C5
(184,145,197)
#BF9DCB
(191,157,203)
#C6A9D1
(198,169,209)
#CDB5D7
(205,181,215)
#D4C1DD
(212,193,221)
#DBCDE3
(219,205,227)
#E2D9E9
(226,217,233)
#E9E5EF
(233,229,239)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA79B9; }

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

This text font color is #AA79B9.

Background Color

.myBgColor { background-color: #AA79B9; }

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

This div background color is #AA79B9.

Border color

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

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

This div border color is #AA79B9.

Opacity

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

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

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

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

This text has shadow with #AA79B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA79B9.

Preview

Color preview on black background

This text has color #AA79B9 on black background.


Color preview on white background

This text has color #AA79B9 on white background.


Black color preview on #AA79B9 background

This text has black color on #AA79B9 background.


White color preview on #AA79B9 background

This text has white color on #AA79B9 background.


Related colors

Complementary color

Complementary color for #hex is #558646.


I love getcolorcode.com

Triadic colors

1 #B9AA79 and #79B9AA with #AA79B9 are triadic colors.

2 #B979AA and #79AAB9 with #AA79B9 are triadic colors.