COLOR #A38BB4

HEX: #A38BB4 RGB: (163,139,180)

Color info

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

RGB color model

#A38BB4 color RGB value is (163,139,180).

RGB: (163,139,180) (64%, 55%, 71%)

RGB channels and saturation

R 163 of 255 = 64%
G 139 of 255 = 55%
B 180 of 255 = 71%

163
139
180

R + G + B ~ 63%. #A38BB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 139 + 180 = 482 (100%)
R 163 of 482 ~ 33.82%
G 139 of 482 ~ 28.84%
B 180 of 482 ~ 37.34'%

%33.82
%28.84
%37.34

CMYK color model

#A38BB4 color CMYK value is (9,23,0,29).

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

CMYK: (9,23,0,29)
C9M23Y0K29 (9%, 23%, 0%, 29%)
(0.09 / 0.23 / 0.00 / 0.29)

CMYK percentages

%9.44
%22.78
%0
%29.41

Codes

Color #A38BB4 in popluar color models

A3 8B B4
RGB 163 139 180
HSL 275° 21.47% 62.55%
HSB/HSV 275° 22.78% 70.59%
CMYK 9.44% 22.78% 0.00%
29.41%

Color #A38BB4 in popluar number systems.

HEX A3 8B B4
Decimal 163 139 180
Binary 10100011 10001011 10110100
Octal 243 213 264

Shades and tints

Shades of #A38BB4

#A38BB4
(163,139,180)
#957FA4
(149,127,164)
#877394
(135,115,148)
#796784
(121,103,132)
#6B5B74
(107,91,116)
#5D4F64
(93,79,100)
#4F4354
(79,67,84)
#413744
(65,55,68)
#332B34
(51,43,52)
#251F24
(37,31,36)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #A38BB4

#A38BB4
(163,139,180)
#AB95BA
(171,149,186)
#B39FC0
(179,159,192)
#BBA9C6
(187,169,198)
#C3B3CC
(195,179,204)
#CBBDD2
(203,189,210)
#D3C7D8
(211,199,216)
#DBD1DE
(219,209,222)
#E3DBE4
(227,219,228)
#EBE5EA
(235,229,234)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38BB4; }

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

This text font color is #A38BB4.

Background Color

.myBgColor { background-color: #A38BB4; }

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

This div background color is #A38BB4.

Border color

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

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

This div border color is #A38BB4.

Opacity

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

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

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

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

This text has shadow with #A38BB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38BB4.

Preview

Color preview on black background

This text has color #A38BB4 on black background.


Color preview on white background

This text has color #A38BB4 on white background.


Black color preview on #A38BB4 background

This text has black color on #A38BB4 background.


White color preview on #A38BB4 background

This text has white color on #A38BB4 background.


Related colors

Complementary color

Complementary color for #hex is #5C744B.


I love getcolorcode.com

Triadic colors

1 #B4A38B and #8BB4A3 with #A38BB4 are triadic colors.

2 #B48BA3 and #8BA3B4 with #A38BB4 are triadic colors.