COLOR #AA7FBC

HEX: #AA7FBC
RGB: (170,127,188)

Color info

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

RGB color model

#AA7FBC color RGB value is (170,127,188).

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

RGB channels and saturation

R 170 of 255 = 67%
G 127 of 255 = 50%
B 188 of 255 = 74%

170
127
188

R + G + B ~ 64%. #AA7FBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 127 + 188 = 485 (100%)
R 170 of 485 ~ 35.05%
G 127 of 485 ~ 26.19%
B 188 of 485 ~ 38.76%

%35.05
%26.19
%38.76

CMYK color model

#AA7FBC color CMYK value is (10,32,0,26).

  • cyan value is 9.57%
  • magenta value is 32.45%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(10,32,0,26)
C10M32Y0K26 
(10%,32%,0%,26%)
(0.10/0.32/0.00/0.26)	

CMYK percentages

%9.57
%32.45
%0
%26.27

Codes

Color #AA7FBC in popluar color models

AA7FBC
RGB170127188
HSL282°31.28%61.76%
HSB/HSV282°32.45%73.73%
CMYK9.57%32.45%0.00%
26.27%

Color #AA7FBC in popluar number systems.

HEXAA7FBC
Decimal170127188
Binary10101010111111110111100
Octal252177274

Shades and tints

Shades of #AA7FBC

#AA7FBC
(170,127,188)
#9B74AB
(155,116,171)
#8C699A
(140,105,154)
#7D5E89
(125,94,137)
#6E5378
(110,83,120)
#5F4867
(95,72,103)
#503D56
(80,61,86)
#413245
(65,50,69)
#322734
(50,39,52)
#231C23
(35,28,35)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #AA7FBC

#AA7FBC
(170,127,188)
#B18AC2
(177,138,194)
#B895C8
(184,149,200)
#BFA0CE
(191,160,206)
#C6ABD4
(198,171,212)
#CDB6DA
(205,182,218)
#D4C1E0
(212,193,224)
#DBCCE6
(219,204,230)
#E2D7EC
(226,215,236)
#E9E2F2
(233,226,242)
#F0EDF8
(240,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7FBC; }

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

This text font color is #AA7FBC.


Background Color

.myBgColor { background-color: #AA7FBC; }

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

This div background color is #AA7FBC.


Border color

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

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

This div border color is #AA7FBC.


Opacity

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

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

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

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

This text has shadow with #AA7FBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7FBC on black background.


Color preview on white background

This text has color #AA7FBC on white background.



Black color preview on #AA7FBC background

This text has black color on #AA7FBC background.


White color preview on #AA7FBC background

This text has white color on #AA7FBC background.