COLOR #A29FBA

HEX: #A29FBA
RGB: (162,159,186)

Color info

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

RGB color model

#A29FBA color RGB value is (162,159,186).

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

RGB channels and saturation

R 162 of 255 = 64%
G 159 of 255 = 62%
B 186 of 255 = 73%

162
159
186

R + G + B ~ 66%. #A29FBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 159 + 186 = 507 (100%)
R 162 of 507 ~ 31.95%
G 159 of 507 ~ 31.36%
B 186 of 507 ~ 36.69%

%31.95
%31.36
%36.69

CMYK color model

#A29FBA color CMYK value is (13,15,0,27).

  • cyan value is 12.90%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(13,15,0,27)
C13M15Y0K27 
(13%,15%,0%,27%)
(0.13/0.15/0.00/0.27)	

CMYK percentages

%12.9
%14.52
%0
%27.06

Codes

Color #A29FBA in popluar color models

A29FBA
RGB162159186
HSL247°16.36%67.65%
HSB/HSV247°14.52%72.94%
CMYK12.90%14.52%0.00%
27.06%

Color #A29FBA in popluar number systems.

HEXA29FBA
Decimal162159186
Binary101000101001111110111010
Octal242237272

Shades and tints

Shades of #A29FBA

#A29FBA
(162,159,186)
#9491AA
(148,145,170)
#86839A
(134,131,154)
#78758A
(120,117,138)
#6A677A
(106,103,122)
#5C596A
(92,89,106)
#4E4B5A
(78,75,90)
#403D4A
(64,61,74)
#322F3A
(50,47,58)
#24212A
(36,33,42)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #A29FBA

#A29FBA
(162,159,186)
#AAA7C0
(170,167,192)
#B2AFC6
(178,175,198)
#BAB7CC
(186,183,204)
#C2BFD2
(194,191,210)
#CAC7D8
(202,199,216)
#D2CFDE
(210,207,222)
#DAD7E4
(218,215,228)
#E2DFEA
(226,223,234)
#EAE7F0
(234,231,240)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29FBA; }

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

This text font color is #A29FBA.


Background Color

.myBgColor { background-color: #A29FBA; }

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

This div background color is #A29FBA.


Border color

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

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

This div border color is #A29FBA.


Opacity

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

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

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

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

This text has shadow with #A29FBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29FBA on black background.


Color preview on white background

This text has color #A29FBA on white background.



Black color preview on #A29FBA background

This text has black color on #A29FBA background.


White color preview on #A29FBA background

This text has white color on #A29FBA background.