COLOR #AA4179

HEX: #AA4179 RGB: (170,65,121)

Color info

#AA4179 contains mainly red and blue colors. Web safe color of #AA4179 is #993366 (or #936).

RGB color model

#AA4179 color RGB value is (170,65,121).

RGB: (170,65,121) (67%, 25%, 47%)

RGB channels and saturation

R 170 of 255 = 67%
G 65 of 255 = 25%
B 121 of 255 = 47%

170
65
121

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

Portions of RGB colors in percentages

R + G + B = 170 + 65 + 121 = 356 (100%)
R 170 of 356 ~ 47.75%
G 65 of 356 ~ 18.26%
B 121 of 356 ~ 33.99'%

%47.75
%18.26
%33.99

CMYK color model

#AA4179 color CMYK value is (0,62,29,33).

  • cyan value is 0.00%
  • magenta value is 61.76%
  • yellow value is 28.82%
  • key color value is 33.33%

CMYK: (0,62,29,33)
C0M62Y29K33 (0%, 62%, 29%, 33%)
(0.00 / 0.62 / 0.29 / 0.33)

CMYK percentages

%0
%61.76
%28.82
%33.33

Codes

Color #AA4179 in popluar color models

AA 41 79
RGB 170 65 121
HSL 328° 44.68% 46.08%
HSB/HSV 328° 61.76% 66.67%
CMYK 0.00% 61.76% 28.82%
33.33%

Color #AA4179 in popluar number systems.

HEX AA 41 79
Decimal 170 65 121
Binary 10101010 1000001 1111001
Octal 252 101 171

Shades and tints

Shades of #AA4179

#AA4179
(170,65,121)
#9B3C6E
(155,60,110)
#8C3763
(140,55,99)
#7D3258
(125,50,88)
#6E2D4D
(110,45,77)
#5F2842
(95,40,66)
#502337
(80,35,55)
#411E2C
(65,30,44)
#321921
(50,25,33)
#231416
(35,20,22)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #AA4179

#AA4179
(170,65,121)
#B15285
(177,82,133)
#B86391
(184,99,145)
#BF749D
(191,116,157)
#C685A9
(198,133,169)
#CD96B5
(205,150,181)
#D4A7C1
(212,167,193)
#DBB8CD
(219,184,205)
#E2C9D9
(226,201,217)
#E9DAE5
(233,218,229)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA4179; }

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

This text font color is #AA4179.

Background Color

.myBgColor { background-color: #AA4179; }

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

This div background color is #AA4179.

Border color

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

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

This div border color is #AA4179.

Opacity

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

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

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

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

This text has shadow with #AA4179 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA4179.

Preview

Color preview on black background

This text has color #AA4179 on black background.


Color preview on white background

This text has color #AA4179 on white background.


Black color preview on #AA4179 background

This text has black color on #AA4179 background.


White color preview on #AA4179 background

This text has white color on #AA4179 background.


Related colors

Complementary color

Complementary color for #hex is #55BE86.


I love getcolorcode.com

Triadic colors

1 #79AA41 and #4179AA with #AA4179 are triadic colors.

2 #7941AA and #41AA79 with #AA4179 are triadic colors.