COLOR #AA7FB2

HEX: #AA7FB2
RGB: (170,127,178)

Color info

#AA7FB2 contains red, green and blue colors in about the same proportion. Web safe color of #AA7FB2 is #996699 (or #969).

RGB color model

#AA7FB2 color RGB value is (170,127,178).

  • red value is 170;
  • green value is 127;
  • blue value is 178.
RGB:
(170,127,178)
(67%,50%,70%)

RGB channels and saturation

R 170 of 255 = 67%
G 127 of 255 = 50%
B 178 of 255 = 70%

170
127
178

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

Portions of RGB colors in percentages

R + G + B =
170 + 127 + 178 = 475 (100%)
R 170 of 475 ~ 35.79%
G 127 of 475 ~ 26.74%
B 178 of 475 ~ 37.47%

%35.79
%26.74
%37.47

CMYK color model

#AA7FB2 color CMYK value is (4,29,0,30).

  • cyan value is 4.49%
  • magenta value is 28.65%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,29,0,30)
C4M29Y0K30 
(4%,29%,0%,30%)
(0.04/0.29/0.00/0.30)	

CMYK percentages

%4.49
%28.65
%0
%30.2

Codes

Color #AA7FB2 in popluar color models

AA7FB2
RGB170127178
HSL291°24.88%59.80%
HSB/HSV291°28.65%69.80%
CMYK4.49%28.65%0.00%
30.20%

Color #AA7FB2 in popluar number systems.

HEXAA7FB2
Decimal170127178
Binary10101010111111110110010
Octal252177262

Shades and tints

Shades of #AA7FB2

#AA7FB2
(170,127,178)
#9B74A2
(155,116,162)
#8C6992
(140,105,146)
#7D5E82
(125,94,130)
#6E5372
(110,83,114)
#5F4862
(95,72,98)
#503D52
(80,61,82)
#413242
(65,50,66)
#322732
(50,39,50)
#231C22
(35,28,34)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #AA7FB2

#AA7FB2
(170,127,178)
#B18AB9
(177,138,185)
#B895C0
(184,149,192)
#BFA0C7
(191,160,199)
#C6ABCE
(198,171,206)
#CDB6D5
(205,182,213)
#D4C1DC
(212,193,220)
#DBCCE3
(219,204,227)
#E2D7EA
(226,215,234)
#E9E2F1
(233,226,241)
#F0EDF8
(240,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7FB2 color. Also use rgb(170,127,178) instead hex code.

Text Font Color

.myTextColor { color: #AA7FB2; }

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

This text font color is #AA7FB2.


Background Color

.myBgColor { background-color: #AA7FB2; }

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

This div background color is #AA7FB2.


Border color

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

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

This div border color is #AA7FB2.


Opacity

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

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

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

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

This text has shadow with #AA7FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7FB2 on black background.


Color preview on white background

This text has color #AA7FB2 on white background.



Black color preview on #AA7FB2 background

This text has black color on #AA7FB2 background.


White color preview on #AA7FB2 background

This text has white color on #AA7FB2 background.