COLOR #A29FDA

HEX: #A29FDA RGB: (162,159,218)

Color info

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

RGB color model

#A29FDA color RGB value is (162,159,218).

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

RGB channels and saturation

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

162
159
218

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

Portions of RGB colors in percentages

R + G + B = 162 + 159 + 218 = 539 (100%)
R 162 of 539 ~ 30.06%
G 159 of 539 ~ 29.5%
B 218 of 539 ~ 40.45'%

%30.06
%29.5
%40.45

CMYK color model

#A29FDA color CMYK value is (26,27,0,15).

  • cyan value is 25.69%
  • magenta value is 27.06%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (26,27,0,15)
C26M27Y0K15 (26%, 27%, 0%, 15%)
(0.26 / 0.27 / 0.00 / 0.15)

CMYK percentages

%25.69
%27.06
%0
%14.51

Codes

Color #A29FDA in popluar color models

A2 9F DA
RGB 162 159 218
HSL 243° 44.36% 73.92%
HSB/HSV 243° 27.06% 85.49%
CMYK 25.69% 27.06% 0.00%
14.51%

Color #A29FDA in popluar number systems.

HEX A2 9F DA
Decimal 162 159 218
Binary 10100010 10011111 11011010
Octal 242 237 332

Shades and tints

Shades of #A29FDA

#A29FDA
(162,159,218)
#9491C7
(148,145,199)
#8683B4
(134,131,180)
#7875A1
(120,117,161)
#6A678E
(106,103,142)
#5C597B
(92,89,123)
#4E4B68
(78,75,104)
#403D55
(64,61,85)
#322F42
(50,47,66)
#24212F
(36,33,47)
#16131C
(22,19,28)
#000000
(0,0,0)

Tints of #A29FDA

#A29FDA
(162,159,218)
#AAA7DD
(170,167,221)
#B2AFE0
(178,175,224)
#BAB7E3
(186,183,227)
#C2BFE6
(194,191,230)
#CAC7E9
(202,199,233)
#D2CFEC
(210,207,236)
#DAD7EF
(218,215,239)
#E2DFF2
(226,223,242)
#EAE7F5
(234,231,245)
#F2EFF8
(242,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29FDA; }

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

This text font color is #A29FDA.

Background Color

.myBgColor { background-color: #A29FDA; }

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

This div background color is #A29FDA.

Border color

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

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

This div border color is #A29FDA.

Opacity

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

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

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

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

This text has shadow with #A29FDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A29FDA.

Preview

Color preview on black background

This text has color #A29FDA on black background.


Color preview on white background

This text has color #A29FDA on white background.


Black color preview on #A29FDA background

This text has black color on #A29FDA background.


White color preview on #A29FDA background

This text has white color on #A29FDA background.


Related colors

Complementary color

Complementary color for #hex is #5D6025.


I love getcolorcode.com

Triadic colors

1 #DAA29F and #9FDAA2 with #A29FDA are triadic colors.

2 #DA9FA2 and #9FA2DA with #A29FDA are triadic colors.