COLOR #AA49B6

HEX: #AA49B6 RGB: (170,73,182)

Color info

#AA49B6 contains mainly red and blue colors. Web safe color of #AA49B6 is #9933CC (or #93C).

RGB color model

#AA49B6 color RGB value is (170,73,182).

RGB: (170,73,182) (67%, 29%, 71%)

RGB channels and saturation

R 170 of 255 = 67%
G 73 of 255 = 29%
B 182 of 255 = 71%

170
73
182

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

Portions of RGB colors in percentages

R + G + B = 170 + 73 + 182 = 425 (100%)
R 170 of 425 ~ 40%
G 73 of 425 ~ 17.18%
B 182 of 425 ~ 42.82'%

%40
%17.18
%42.82

CMYK color model

#AA49B6 color CMYK value is (7,60,0,29).

  • cyan value is 6.59%
  • magenta value is 59.89%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (7,60,0,29)
C7M60Y0K29 (7%, 60%, 0%, 29%)
(0.07 / 0.60 / 0.00 / 0.29)

CMYK percentages

%6.59
%59.89
%0
%28.63

Codes

Color #AA49B6 in popluar color models

AA 49 B6
RGB 170 73 182
HSL 293° 42.75% 50.00%
HSB/HSV 293° 59.89% 71.37%
CMYK 6.59% 59.89% 0.00%
28.63%

Color #AA49B6 in popluar number systems.

HEX AA 49 B6
Decimal 170 73 182
Binary 10101010 1001001 10110110
Octal 252 111 266

Shades and tints

Shades of #AA49B6

#AA49B6
(170,73,182)
#9B43A6
(155,67,166)
#8C3D96
(140,61,150)
#7D3786
(125,55,134)
#6E3176
(110,49,118)
#5F2B66
(95,43,102)
#502556
(80,37,86)
#411F46
(65,31,70)
#321936
(50,25,54)
#231326
(35,19,38)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #AA49B6

#AA49B6
(170,73,182)
#B159BC
(177,89,188)
#B869C2
(184,105,194)
#BF79C8
(191,121,200)
#C689CE
(198,137,206)
#CD99D4
(205,153,212)
#D4A9DA
(212,169,218)
#DBB9E0
(219,185,224)
#E2C9E6
(226,201,230)
#E9D9EC
(233,217,236)
#F0E9F2
(240,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA49B6 color. Also use rgb(170,73,182) instead hex code.

Text Font Color

.myTextColor { color: #AA49B6; }

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

This text font color is #AA49B6.

Background Color

.myBgColor { background-color: #AA49B6; }

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

This div background color is #AA49B6.

Border color

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

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

This div border color is #AA49B6.

Opacity

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

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

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

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

This text has shadow with #AA49B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA49B6.

Preview

Color preview on black background

This text has color #AA49B6 on black background.


Color preview on white background

This text has color #AA49B6 on white background.


Black color preview on #AA49B6 background

This text has black color on #AA49B6 background.


White color preview on #AA49B6 background

This text has white color on #AA49B6 background.


Related colors

Complementary color

Complementary color for #hex is #55B649.


I love getcolorcode.com

Triadic colors

1 #B6AA49 and #49B6AA with #AA49B6 are triadic colors.

2 #B649AA and #49AAB6 with #AA49B6 are triadic colors.