COLOR #A39ED4

HEX: #A39ED4 RGB: (163,158,212)

Color info

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

RGB color model

#A39ED4 color RGB value is (163,158,212).

RGB: (163,158,212) (64%, 62%, 83%)

RGB channels and saturation

R 163 of 255 = 64%
G 158 of 255 = 62%
B 212 of 255 = 83%

163
158
212

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

Portions of RGB colors in percentages

R + G + B = 163 + 158 + 212 = 533 (100%)
R 163 of 533 ~ 30.58%
G 158 of 533 ~ 29.64%
B 212 of 533 ~ 39.77'%

%30.58
%29.64
%39.77

CMYK color model

#A39ED4 color CMYK value is (23,25,0,17).

  • cyan value is 23.11%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (23,25,0,17)
C23M25Y0K17 (23%, 25%, 0%, 17%)
(0.23 / 0.25 / 0.00 / 0.17)

CMYK percentages

%23.11
%25.47
%0
%16.86

Codes

Color #A39ED4 in popluar color models

A3 9E D4
RGB 163 158 212
HSL 246° 38.57% 72.55%
HSB/HSV 246° 25.47% 83.14%
CMYK 23.11% 25.47% 0.00%
16.86%

Color #A39ED4 in popluar number systems.

HEX A3 9E D4
Decimal 163 158 212
Binary 10100011 10011110 11010100
Octal 243 236 324

Shades and tints

Shades of #A39ED4

#A39ED4
(163,158,212)
#9590C1
(149,144,193)
#8782AE
(135,130,174)
#79749B
(121,116,155)
#6B6688
(107,102,136)
#5D5875
(93,88,117)
#4F4A62
(79,74,98)
#413C4F
(65,60,79)
#332E3C
(51,46,60)
#252029
(37,32,41)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #A39ED4

#A39ED4
(163,158,212)
#ABA6D7
(171,166,215)
#B3AEDA
(179,174,218)
#BBB6DD
(187,182,221)
#C3BEE0
(195,190,224)
#CBC6E3
(203,198,227)
#D3CEE6
(211,206,230)
#DBD6E9
(219,214,233)
#E3DEEC
(227,222,236)
#EBE6EF
(235,230,239)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39ED4; }

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

This text font color is #A39ED4.

Background Color

.myBgColor { background-color: #A39ED4; }

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

This div background color is #A39ED4.

Border color

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

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

This div border color is #A39ED4.

Opacity

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

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

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

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

This text has shadow with #A39ED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39ED4.

Preview

Color preview on black background

This text has color #A39ED4 on black background.


Color preview on white background

This text has color #A39ED4 on white background.


Black color preview on #A39ED4 background

This text has black color on #A39ED4 background.


White color preview on #A39ED4 background

This text has white color on #A39ED4 background.


Related colors

Complementary color

Complementary color for #hex is #5C612B.


I love getcolorcode.com

Triadic colors

1 #D4A39E and #9ED4A3 with #A39ED4 are triadic colors.

2 #D49EA3 and #9EA3D4 with #A39ED4 are triadic colors.