COLOR #A38EB3

HEX: #A38EB3 RGB: (163,142,179)

Color info

#A38EB3 contains red, green and blue colors in about the same proportion. Web safe color of #A38EB3 is #999999 (or #999).

RGB color model

#A38EB3 color RGB value is (163,142,179).

RGB: (163,142,179) (64%, 56%, 70%)

RGB channels and saturation

R 163 of 255 = 64%
G 142 of 255 = 56%
B 179 of 255 = 70%

163
142
179

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

Portions of RGB colors in percentages

R + G + B = 163 + 142 + 179 = 484 (100%)
R 163 of 484 ~ 33.68%
G 142 of 484 ~ 29.34%
B 179 of 484 ~ 36.98'%

%33.68
%29.34
%36.98

CMYK color model

#A38EB3 color CMYK value is (9,21,0,30).

  • cyan value is 8.94%
  • magenta value is 20.67%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (9,21,0,30)
C9M21Y0K30 (9%, 21%, 0%, 30%)
(0.09 / 0.21 / 0.00 / 0.30)

CMYK percentages

%8.94
%20.67
%0
%29.8

Codes

Color #A38EB3 in popluar color models

A3 8E B3
RGB 163 142 179
HSL 274° 19.58% 62.94%
HSB/HSV 274° 20.67% 70.20%
CMYK 8.94% 20.67% 0.00%
29.80%

Color #A38EB3 in popluar number systems.

HEX A3 8E B3
Decimal 163 142 179
Binary 10100011 10001110 10110011
Octal 243 216 263

Shades and tints

Shades of #A38EB3

#A38EB3
(163,142,179)
#9582A3
(149,130,163)
#877693
(135,118,147)
#796A83
(121,106,131)
#6B5E73
(107,94,115)
#5D5263
(93,82,99)
#4F4653
(79,70,83)
#413A43
(65,58,67)
#332E33
(51,46,51)
#252223
(37,34,35)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #A38EB3

#A38EB3
(163,142,179)
#AB98B9
(171,152,185)
#B3A2BF
(179,162,191)
#BBACC5
(187,172,197)
#C3B6CB
(195,182,203)
#CBC0D1
(203,192,209)
#D3CAD7
(211,202,215)
#DBD4DD
(219,212,221)
#E3DEE3
(227,222,227)
#EBE8E9
(235,232,233)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38EB3 color. Also use rgb(163,142,179) instead hex code.

Text Font Color

.myTextColor { color: #A38EB3; }

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

This text font color is #A38EB3.

Background Color

.myBgColor { background-color: #A38EB3; }

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

This div background color is #A38EB3.

Border color

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

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

This div border color is #A38EB3.

Opacity

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

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

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

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

This text has shadow with #A38EB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38EB3.

Preview

Color preview on black background

This text has color #A38EB3 on black background.


Color preview on white background

This text has color #A38EB3 on white background.


Black color preview on #A38EB3 background

This text has black color on #A38EB3 background.


White color preview on #A38EB3 background

This text has white color on #A38EB3 background.


Related colors

Complementary color

Complementary color for #hex is #5C714C.


I love getcolorcode.com

Triadic colors

1 #B3A38E and #8EB3A3 with #A38EB3 are triadic colors.

2 #B38EA3 and #8EA3B3 with #A38EB3 are triadic colors.