COLOR #A39DD6

HEX: #A39DD6 RGB: (163,157,214)

Color info

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

RGB color model

#A39DD6 color RGB value is (163,157,214).

RGB: (163,157,214) (64%, 62%, 84%)

RGB channels and saturation

R 163 of 255 = 64%
G 157 of 255 = 62%
B 214 of 255 = 84%

163
157
214

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

Portions of RGB colors in percentages

R + G + B = 163 + 157 + 214 = 534 (100%)
R 163 of 534 ~ 30.52%
G 157 of 534 ~ 29.4%
B 214 of 534 ~ 40.07'%

%30.52
%29.4
%40.07

CMYK color model

#A39DD6 color CMYK value is (24,27,0,16).

  • cyan value is 23.83%
  • magenta value is 26.64%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (24,27,0,16)
C24M27Y0K16 (24%, 27%, 0%, 16%)
(0.24 / 0.27 / 0.00 / 0.16)

CMYK percentages

%23.83
%26.64
%0
%16.08

Codes

Color #A39DD6 in popluar color models

A3 9D D6
RGB 163 157 214
HSL 246° 41.01% 72.75%
HSB/HSV 246° 26.64% 83.92%
CMYK 23.83% 26.64% 0.00%
16.08%

Color #A39DD6 in popluar number systems.

HEX A3 9D D6
Decimal 163 157 214
Binary 10100011 10011101 11010110
Octal 243 235 326

Shades and tints

Shades of #A39DD6

#A39DD6
(163,157,214)
#958FC3
(149,143,195)
#8781B0
(135,129,176)
#79739D
(121,115,157)
#6B658A
(107,101,138)
#5D5777
(93,87,119)
#4F4964
(79,73,100)
#413B51
(65,59,81)
#332D3E
(51,45,62)
#251F2B
(37,31,43)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #A39DD6

#A39DD6
(163,157,214)
#ABA5D9
(171,165,217)
#B3ADDC
(179,173,220)
#BBB5DF
(187,181,223)
#C3BDE2
(195,189,226)
#CBC5E5
(203,197,229)
#D3CDE8
(211,205,232)
#DBD5EB
(219,213,235)
#E3DDEE
(227,221,238)
#EBE5F1
(235,229,241)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39DD6 color. Also use rgb(163,157,214) instead hex code.

Text Font Color

.myTextColor { color: #A39DD6; }

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

This text font color is #A39DD6.

Background Color

.myBgColor { background-color: #A39DD6; }

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

This div background color is #A39DD6.

Border color

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

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

This div border color is #A39DD6.

Opacity

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

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

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

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

This text has shadow with #A39DD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39DD6.

Preview

Color preview on black background

This text has color #A39DD6 on black background.


Color preview on white background

This text has color #A39DD6 on white background.


Black color preview on #A39DD6 background

This text has black color on #A39DD6 background.


White color preview on #A39DD6 background

This text has white color on #A39DD6 background.


Related colors

Complementary color

Complementary color for #hex is #5C6229.


I love getcolorcode.com

Triadic colors

1 #D6A39D and #9DD6A3 with #A39DD6 are triadic colors.

2 #D69DA3 and #9DA3D6 with #A39DD6 are triadic colors.