COLOR #AA7FBA

HEX: #AA7FBA
RGB: (170,127,186)

Color info

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

RGB color model

#AA7FBA color RGB value is (170,127,186).

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

RGB channels and saturation

R 170 of 255 = 67%
G 127 of 255 = 50%
B 186 of 255 = 73%

170
127
186

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

Portions of RGB colors in percentages

R + G + B =
170 + 127 + 186 = 483 (100%)
R 170 of 483 ~ 35.2%
G 127 of 483 ~ 26.29%
B 186 of 483 ~ 38.51%

%35.2
%26.29
%38.51

CMYK color model

#AA7FBA color CMYK value is (9,32,0,27).

  • cyan value is 8.60%
  • magenta value is 31.72%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(9,32,0,27)
C9M32Y0K27 
(9%,32%,0%,27%)
(0.09/0.32/0.00/0.27)	

CMYK percentages

%8.6
%31.72
%0
%27.06

Codes

Color #AA7FBA in popluar color models

AA7FBA
RGB170127186
HSL284°29.95%61.37%
HSB/HSV284°31.72%72.94%
CMYK8.60%31.72%0.00%
27.06%

Color #AA7FBA in popluar number systems.

HEXAA7FBA
Decimal170127186
Binary10101010111111110111010
Octal252177272

Shades and tints

Shades of #AA7FBA

#AA7FBA
(170,127,186)
#9B74AA
(155,116,170)
#8C699A
(140,105,154)
#7D5E8A
(125,94,138)
#6E537A
(110,83,122)
#5F486A
(95,72,106)
#503D5A
(80,61,90)
#41324A
(65,50,74)
#32273A
(50,39,58)
#231C2A
(35,28,42)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #AA7FBA

#AA7FBA
(170,127,186)
#B18AC0
(177,138,192)
#B895C6
(184,149,198)
#BFA0CC
(191,160,204)
#C6ABD2
(198,171,210)
#CDB6D8
(205,182,216)
#D4C1DE
(212,193,222)
#DBCCE4
(219,204,228)
#E2D7EA
(226,215,234)
#E9E2F0
(233,226,240)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7FBA; }

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

This text font color is #AA7FBA.


Background Color

.myBgColor { background-color: #AA7FBA; }

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

This div background color is #AA7FBA.


Border color

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

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

This div border color is #AA7FBA.


Opacity

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

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

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

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

This text has shadow with #AA7FBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7FBA on black background.


Color preview on white background

This text has color #AA7FBA on white background.



Black color preview on #AA7FBA background

This text has black color on #AA7FBA background.


White color preview on #AA7FBA background

This text has white color on #AA7FBA background.