COLOR #AA84B4

HEX: #AA84B4
RGB: (170,132,180)

Color info

#AA84B4 contains red, green and blue colors in about the same proportion. Web safe color of #AA84B4 is #9999CC (or #99C).

RGB color model

#AA84B4 color RGB value is (170,132,180).

  • red value is 170;
  • green value is 132;
  • blue value is 180.
RGB:
(170,132,180)
(67%,52%,71%)

RGB channels and saturation

R 170 of 255 = 67%
G 132 of 255 = 52%
B 180 of 255 = 71%

170
132
180

R + G + B ~ 63%. #AA84B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 132 + 180 = 482 (100%)
R 170 of 482 ~ 35.27%
G 132 of 482 ~ 27.39%
B 180 of 482 ~ 37.34%

%35.27
%27.39
%37.34

CMYK color model

#AA84B4 color CMYK value is (6,27,0,29).

  • cyan value is 5.56%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(6,27,0,29)
C6M27Y0K29 
(6%,27%,0%,29%)
(0.06/0.27/0.00/0.29)	

CMYK percentages

%5.56
%26.67
%0
%29.41

Codes

Color #AA84B4 in popluar color models

AA84B4
RGB170132180
HSL288°24.24%61.18%
HSB/HSV288°26.67%70.59%
CMYK5.56%26.67%0.00%
29.41%

Color #AA84B4 in popluar number systems.

HEXAA84B4
Decimal170132180
Binary101010101000010010110100
Octal252204264

Shades and tints

Shades of #AA84B4

#AA84B4
(170,132,180)
#9B78A4
(155,120,164)
#8C6C94
(140,108,148)
#7D6084
(125,96,132)
#6E5474
(110,84,116)
#5F4864
(95,72,100)
#503C54
(80,60,84)
#413044
(65,48,68)
#322434
(50,36,52)
#231824
(35,24,36)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #AA84B4

#AA84B4
(170,132,180)
#B18FBA
(177,143,186)
#B89AC0
(184,154,192)
#BFA5C6
(191,165,198)
#C6B0CC
(198,176,204)
#CDBBD2
(205,187,210)
#D4C6D8
(212,198,216)
#DBD1DE
(219,209,222)
#E2DCE4
(226,220,228)
#E9E7EA
(233,231,234)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA84B4 color. Also use rgb(170,132,180) instead hex code.

Text Font Color

.myTextColor { color: #AA84B4; }

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

This text font color is #AA84B4.


Background Color

.myBgColor { background-color: #AA84B4; }

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

This div background color is #AA84B4.


Border color

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

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

This div border color is #AA84B4.


Opacity

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

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

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

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

This text has shadow with #AA84B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA84B4 on black background.


Color preview on white background

This text has color #AA84B4 on white background.



Black color preview on #AA84B4 background

This text has black color on #AA84B4 background.


White color preview on #AA84B4 background

This text has white color on #AA84B4 background.