COLOR #AA8FC8

HEX: #AA8FC8
RGB: (170,143,200)

Color info

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

RGB color model

#AA8FC8 color RGB value is (170,143,200).

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

RGB channels and saturation

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

170
143
200

R + G + B ~ 67%. #AA8FC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 143 + 200 = 513 (100%)
R 170 of 513 ~ 33.14%
G 143 of 513 ~ 27.88%
B 200 of 513 ~ 38.99%

%33.14
%27.88
%38.99

CMYK color model

#AA8FC8 color CMYK value is (15,29,0,22).

  • cyan value is 15.00%
  • magenta value is 28.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(15,29,0,22)
C15M29Y0K22 
(15%,29%,0%,22%)
(0.15/0.29/0.00/0.22)	

CMYK percentages

%15
%28.5
%0
%21.57

Codes

Color #AA8FC8 in popluar color models

AA8FC8
RGB170143200
HSL268°34.13%67.25%
HSB/HSV268°28.50%78.43%
CMYK15.00%28.50%0.00%
21.57%

Color #AA8FC8 in popluar number systems.

HEXAA8FC8
Decimal170143200
Binary101010101000111111001000
Octal252217310

Shades and tints

Shades of #AA8FC8

#AA8FC8
(170,143,200)
#9B82B6
(155,130,182)
#8C75A4
(140,117,164)
#7D6892
(125,104,146)
#6E5B80
(110,91,128)
#5F4E6E
(95,78,110)
#50415C
(80,65,92)
#41344A
(65,52,74)
#322738
(50,39,56)
#231A26
(35,26,38)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #AA8FC8

#AA8FC8
(170,143,200)
#B199CD
(177,153,205)
#B8A3D2
(184,163,210)
#BFADD7
(191,173,215)
#C6B7DC
(198,183,220)
#CDC1E1
(205,193,225)
#D4CBE6
(212,203,230)
#DBD5EB
(219,213,235)
#E2DFF0
(226,223,240)
#E9E9F5
(233,233,245)
#F0F3FA
(240,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8FC8; }

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

This text font color is #AA8FC8.


Background Color

.myBgColor { background-color: #AA8FC8; }

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

This div background color is #AA8FC8.


Border color

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

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

This div border color is #AA8FC8.


Opacity

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

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

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

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

This text has shadow with #AA8FC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8FC8 on black background.


Color preview on white background

This text has color #AA8FC8 on white background.



Black color preview on #AA8FC8 background

This text has black color on #AA8FC8 background.


White color preview on #AA8FC8 background

This text has white color on #AA8FC8 background.