COLOR #A39CB4

HEX: #A39CB4 RGB: (163,156,180)

Color info

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

RGB color model

#A39CB4 color RGB value is (163,156,180).

RGB: (163,156,180) (64%, 61%, 71%)

RGB channels and saturation

R 163 of 255 = 64%
G 156 of 255 = 61%
B 180 of 255 = 71%

163
156
180

R + G + B ~ 65%. #A39CB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 156 + 180 = 499 (100%)
R 163 of 499 ~ 32.67%
G 156 of 499 ~ 31.26%
B 180 of 499 ~ 36.07'%

%32.67
%31.26
%36.07

CMYK color model

#A39CB4 color CMYK value is (9,13,0,29).

  • cyan value is 9.44%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (9,13,0,29)
C9M13Y0K29 (9%, 13%, 0%, 29%)
(0.09 / 0.13 / 0.00 / 0.29)

CMYK percentages

%9.44
%13.33
%0
%29.41

Codes

Color #A39CB4 in popluar color models

A3 9C B4
RGB 163 156 180
HSL 258° 13.79% 65.88%
HSB/HSV 258° 13.33% 70.59%
CMYK 9.44% 13.33% 0.00%
29.41%

Color #A39CB4 in popluar number systems.

HEX A3 9C B4
Decimal 163 156 180
Binary 10100011 10011100 10110100
Octal 243 234 264

Shades and tints

Shades of #A39CB4

#A39CB4
(163,156,180)
#958EA4
(149,142,164)
#878094
(135,128,148)
#797284
(121,114,132)
#6B6474
(107,100,116)
#5D5664
(93,86,100)
#4F4854
(79,72,84)
#413A44
(65,58,68)
#332C34
(51,44,52)
#251E24
(37,30,36)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #A39CB4

#A39CB4
(163,156,180)
#ABA5BA
(171,165,186)
#B3AEC0
(179,174,192)
#BBB7C6
(187,183,198)
#C3C0CC
(195,192,204)
#CBC9D2
(203,201,210)
#D3D2D8
(211,210,216)
#DBDBDE
(219,219,222)
#E3E4E4
(227,228,228)
#EBEDEA
(235,237,234)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39CB4 color. Also use rgb(163,156,180) instead hex code.

Text Font Color

.myTextColor { color: #A39CB4; }

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

This text font color is #A39CB4.

Background Color

.myBgColor { background-color: #A39CB4; }

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

This div background color is #A39CB4.

Border color

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

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

This div border color is #A39CB4.

Opacity

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

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

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

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

This text has shadow with #A39CB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39CB4.

Preview

Color preview on black background

This text has color #A39CB4 on black background.


Color preview on white background

This text has color #A39CB4 on white background.


Black color preview on #A39CB4 background

This text has black color on #A39CB4 background.


White color preview on #A39CB4 background

This text has white color on #A39CB4 background.


Related colors

Complementary color

Complementary color for #hex is #5C634B.


I love getcolorcode.com

Triadic colors

1 #B4A39C and #9CB4A3 with #A39CB4 are triadic colors.

2 #B49CA3 and #9CA3B4 with #A39CB4 are triadic colors.