COLOR #AA669D

HEX: #AA669D
RGB: (170,102,157)

Color info

#AA669D contains mainly red and blue colors. Web safe color of #AA669D is #996699 (or #969).

RGB color model

#AA669D color RGB value is (170,102,157).

  • red value is 170;
  • green value is 102;
  • blue value is 157.
RGB:
(170,102,157)
(67%,40%,62%)

RGB channels and saturation

R 170 of 255 = 67%
G 102 of 255 = 40%
B 157 of 255 = 62%

170
102
157

R + G + B ~ 56%. #AA669D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 102 + 157 = 429 (100%)
R 170 of 429 ~ 39.63%
G 102 of 429 ~ 23.78%
B 157 of 429 ~ 36.6%

%39.63
%23.78
%36.6

CMYK color model

#AA669D color CMYK value is (0,40,8,33).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 7.65%
  • key color value is 33.33%
CMYK:
(0,40,8,33)
C0M40Y8K33 
(0%,40%,8%,33%)
(0.00/0.40/0.08/0.33)	

CMYK percentages

%0
%40
%7.65
%33.33

Codes

Color #AA669D in popluar color models

AA669D
RGB170102157
HSL311°28.57%53.33%
HSB/HSV311°40.00%66.67%
CMYK0.00%40.00%7.65%
33.33%

Color #AA669D in popluar number systems.

HEXAA669D
Decimal170102157
Binary10101010110011010011101
Octal252146235

Shades and tints

Shades of #AA669D

#AA669D
(170,102,157)
#9B5D8F
(155,93,143)
#8C5481
(140,84,129)
#7D4B73
(125,75,115)
#6E4265
(110,66,101)
#5F3957
(95,57,87)
#503049
(80,48,73)
#41273B
(65,39,59)
#321E2D
(50,30,45)
#23151F
(35,21,31)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #AA669D

#AA669D
(170,102,157)
#B173A5
(177,115,165)
#B880AD
(184,128,173)
#BF8DB5
(191,141,181)
#C69ABD
(198,154,189)
#CDA7C5
(205,167,197)
#D4B4CD
(212,180,205)
#DBC1D5
(219,193,213)
#E2CEDD
(226,206,221)
#E9DBE5
(233,219,229)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA669D; }

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

This text font color is #AA669D.


Background Color

.myBgColor { background-color: #AA669D; }

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

This div background color is #AA669D.


Border color

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

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

This div border color is #AA669D.


Opacity

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

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

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

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

This text has shadow with #AA669D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA669D on black background.


Color preview on white background

This text has color #AA669D on white background.



Black color preview on #AA669D background

This text has black color on #AA669D background.


White color preview on #AA669D background

This text has white color on #AA669D background.