COLOR #A39ED6

HEX: #A39ED6 RGB: (163,158,214)

Color info

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

RGB color model

#A39ED6 color RGB value is (163,158,214).

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

RGB channels and saturation

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

163
158
214

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

Portions of RGB colors in percentages

R + G + B = 163 + 158 + 214 = 535 (100%)
R 163 of 535 ~ 30.47%
G 158 of 535 ~ 29.53%
B 214 of 535 ~ 40'%

%30.47
%29.53
%40

CMYK color model

#A39ED6 color CMYK value is (24,26,0,16).

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

CMYK: (24,26,0,16)
C24M26Y0K16 (24%, 26%, 0%, 16%)
(0.24 / 0.26 / 0.00 / 0.16)

CMYK percentages

%23.83
%26.17
%0
%16.08

Codes

Color #A39ED6 in popluar color models

A3 9E D6
RGB 163 158 214
HSL 245° 40.58% 72.94%
HSB/HSV 245° 26.17% 83.92%
CMYK 23.83% 26.17% 0.00%
16.08%

Color #A39ED6 in popluar number systems.

HEX A3 9E D6
Decimal 163 158 214
Binary 10100011 10011110 11010110
Octal 243 236 326

Shades and tints

Shades of #A39ED6

#A39ED6
(163,158,214)
#9590C3
(149,144,195)
#8782B0
(135,130,176)
#79749D
(121,116,157)
#6B668A
(107,102,138)
#5D5877
(93,88,119)
#4F4A64
(79,74,100)
#413C51
(65,60,81)
#332E3E
(51,46,62)
#25202B
(37,32,43)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #A39ED6

#A39ED6
(163,158,214)
#ABA6D9
(171,166,217)
#B3AEDC
(179,174,220)
#BBB6DF
(187,182,223)
#C3BEE2
(195,190,226)
#CBC6E5
(203,198,229)
#D3CEE8
(211,206,232)
#DBD6EB
(219,214,235)
#E3DEEE
(227,222,238)
#EBE6F1
(235,230,241)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39ED6; }

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

This text font color is #A39ED6.

Background Color

.myBgColor { background-color: #A39ED6; }

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

This div background color is #A39ED6.

Border color

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

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

This div border color is #A39ED6.

Opacity

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

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

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

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

This text has shadow with #A39ED6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39ED6.

Preview

Color preview on black background

This text has color #A39ED6 on black background.


Color preview on white background

This text has color #A39ED6 on white background.


Black color preview on #A39ED6 background

This text has black color on #A39ED6 background.


White color preview on #A39ED6 background

This text has white color on #A39ED6 background.


Related colors

Complementary color

Complementary color for #hex is #5C6129.


I love getcolorcode.com

Triadic colors

1 #D6A39E and #9ED6A3 with #A39ED6 are triadic colors.

2 #D69EA3 and #9EA3D6 with #A39ED6 are triadic colors.