COLOR #A29FAA

HEX: #A29FAA
RGB: (162,159,170)

Color info

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

RGB color model

#A29FAA color RGB value is (162,159,170).

  • red value is 162;
  • green value is 159;
  • blue value is 170.
RGB:
(162,159,170)
(64%,62%,67%)

RGB channels and saturation

R 162 of 255 = 64%
G 159 of 255 = 62%
B 170 of 255 = 67%

162
159
170

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

Portions of RGB colors in percentages

R + G + B =
162 + 159 + 170 = 491 (100%)
R 162 of 491 ~ 32.99%
G 159 of 491 ~ 32.38%
B 170 of 491 ~ 34.62%

%32.99
%32.38
%34.62

CMYK color model

#A29FAA color CMYK value is (5,6,0,33).

  • cyan value is 4.71%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(5,6,0,33)
C5M6Y0K33 
(5%,6%,0%,33%)
(0.05/0.06/0.00/0.33)	

CMYK percentages

%4.71
%6.47
%0
%33.33

Codes

Color #A29FAA in popluar color models

A29FAA
RGB162159170
HSL256°6.08%64.51%
HSB/HSV256°6.47%66.67%
CMYK4.71%6.47%0.00%
33.33%

Color #A29FAA in popluar number systems.

HEXA29FAA
Decimal162159170
Binary101000101001111110101010
Octal242237252

Shades and tints

Shades of #A29FAA

#A29FAA
(162,159,170)
#94919B
(148,145,155)
#86838C
(134,131,140)
#78757D
(120,117,125)
#6A676E
(106,103,110)
#5C595F
(92,89,95)
#4E4B50
(78,75,80)
#403D41
(64,61,65)
#322F32
(50,47,50)
#242123
(36,33,35)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #A29FAA

#A29FAA
(162,159,170)
#AAA7B1
(170,167,177)
#B2AFB8
(178,175,184)
#BAB7BF
(186,183,191)
#C2BFC6
(194,191,198)
#CAC7CD
(202,199,205)
#D2CFD4
(210,207,212)
#DAD7DB
(218,215,219)
#E2DFE2
(226,223,226)
#EAE7E9
(234,231,233)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29FAA; }

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

This text font color is #A29FAA.


Background Color

.myBgColor { background-color: #A29FAA; }

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

This div background color is #A29FAA.


Border color

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

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

This div border color is #A29FAA.


Opacity

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

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

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

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

This text has shadow with #A29FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29FAA on black background.


Color preview on white background

This text has color #A29FAA on white background.



Black color preview on #A29FAA background

This text has black color on #A29FAA background.


White color preview on #A29FAA background

This text has white color on #A29FAA background.