COLOR #A29FD9

HEX: #A29FD9 RGB: (162,159,217)

Color info

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

RGB color model

#A29FD9 color RGB value is (162,159,217).

RGB: (162,159,217) (64%, 62%, 85%)

RGB channels and saturation

R 162 of 255 = 64%
G 159 of 255 = 62%
B 217 of 255 = 85%

162
159
217

R + G + B ~ 70%. #A29FD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 159 + 217 = 538 (100%)
R 162 of 538 ~ 30.11%
G 159 of 538 ~ 29.55%
B 217 of 538 ~ 40.33'%

%30.11
%29.55
%40.33

CMYK color model

#A29FD9 color CMYK value is (25,27,0,15).

  • cyan value is 25.35%
  • magenta value is 26.73%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (25,27,0,15)
C25M27Y0K15 (25%, 27%, 0%, 15%)
(0.25 / 0.27 / 0.00 / 0.15)

CMYK percentages

%25.35
%26.73
%0
%14.9

Codes

Color #A29FD9 in popluar color models

A2 9F D9
RGB 162 159 217
HSL 243° 43.28% 73.73%
HSB/HSV 243° 26.73% 85.10%
CMYK 25.35% 26.73% 0.00%
14.90%

Color #A29FD9 in popluar number systems.

HEX A2 9F D9
Decimal 162 159 217
Binary 10100010 10011111 11011001
Octal 242 237 331

Shades and tints

Shades of #A29FD9

#A29FD9
(162,159,217)
#9491C6
(148,145,198)
#8683B3
(134,131,179)
#7875A0
(120,117,160)
#6A678D
(106,103,141)
#5C597A
(92,89,122)
#4E4B67
(78,75,103)
#403D54
(64,61,84)
#322F41
(50,47,65)
#24212E
(36,33,46)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #A29FD9

#A29FD9
(162,159,217)
#AAA7DC
(170,167,220)
#B2AFDF
(178,175,223)
#BAB7E2
(186,183,226)
#C2BFE5
(194,191,229)
#CAC7E8
(202,199,232)
#D2CFEB
(210,207,235)
#DAD7EE
(218,215,238)
#E2DFF1
(226,223,241)
#EAE7F4
(234,231,244)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29FD9; }

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

This text font color is #A29FD9.

Background Color

.myBgColor { background-color: #A29FD9; }

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

This div background color is #A29FD9.

Border color

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

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

This div border color is #A29FD9.

Opacity

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

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

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

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

This text has shadow with #A29FD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A29FD9.

Preview

Color preview on black background

This text has color #A29FD9 on black background.


Color preview on white background

This text has color #A29FD9 on white background.


Black color preview on #A29FD9 background

This text has black color on #A29FD9 background.


White color preview on #A29FD9 background

This text has white color on #A29FD9 background.


Related colors

Complementary color

Complementary color for #hex is #5D6026.


I love getcolorcode.com

Triadic colors

1 #D9A29F and #9FD9A2 with #A29FD9 are triadic colors.

2 #D99FA2 and #9FA2D9 with #A29FD9 are triadic colors.