COLOR #AA8FAA

HEX: #AA8FAA
RGB: (170,143,170)

Color info

#AA8FAA contains red, green and blue colors in about the same proportion. Web safe color of #AA8FAA is #999999 (or #999).

RGB color model

#AA8FAA color RGB value is (170,143,170).

  • red value is 170;
  • green value is 143;
  • blue value is 170.
RGB:
(170,143,170)
(67%,56%,67%)

RGB channels and saturation

R 170 of 255 = 67%
G 143 of 255 = 56%
B 170 of 255 = 67%

170
143
170

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

Portions of RGB colors in percentages

R + G + B =
170 + 143 + 170 = 483 (100%)
R 170 of 483 ~ 35.2%
G 143 of 483 ~ 29.61%
B 170 of 483 ~ 35.2%

%35.2
%29.61
%35.2

CMYK color model

#AA8FAA color CMYK value is (0,16,0,33).

  • cyan value is 0.00%
  • magenta value is 15.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(0,16,0,33)
C0M16Y0K33 
(0%,16%,0%,33%)
(0.00/0.16/0.00/0.33)	

CMYK percentages

%0
%15.88
%0
%33.33

Codes

Color #AA8FAA in popluar color models

AA8FAA
RGB170143170
HSL300°13.71%61.37%
HSB/HSV300°15.88%66.67%
CMYK0.00%15.88%0.00%
33.33%

Color #AA8FAA in popluar number systems.

HEXAA8FAA
Decimal170143170
Binary101010101000111110101010
Octal252217252

Shades and tints

Shades of #AA8FAA

#AA8FAA
(170,143,170)
#9B829B
(155,130,155)
#8C758C
(140,117,140)
#7D687D
(125,104,125)
#6E5B6E
(110,91,110)
#5F4E5F
(95,78,95)
#504150
(80,65,80)
#413441
(65,52,65)
#322732
(50,39,50)
#231A23
(35,26,35)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #AA8FAA

#AA8FAA
(170,143,170)
#B199B1
(177,153,177)
#B8A3B8
(184,163,184)
#BFADBF
(191,173,191)
#C6B7C6
(198,183,198)
#CDC1CD
(205,193,205)
#D4CBD4
(212,203,212)
#DBD5DB
(219,213,219)
#E2DFE2
(226,223,226)
#E9E9E9
(233,233,233)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8FAA; }

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

This text font color is #AA8FAA.


Background Color

.myBgColor { background-color: #AA8FAA; }

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

This div background color is #AA8FAA.


Border color

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

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

This div border color is #AA8FAA.


Opacity

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

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

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

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

This text has shadow with #AA8FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8FAA on black background.


Color preview on white background

This text has color #AA8FAA on white background.



Black color preview on #AA8FAA background

This text has black color on #AA8FAA background.


White color preview on #AA8FAA background

This text has white color on #AA8FAA background.