COLOR #A38FBD

HEX: #A38FBD
RGB: (163,143,189)

Color info

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

RGB color model

#A38FBD color RGB value is (163,143,189).

  • red value is 163;
  • green value is 143;
  • blue value is 189.
RGB:
(163,143,189)
(64%,56%,74%)

RGB channels and saturation

R 163 of 255 = 64%
G 143 of 255 = 56%
B 189 of 255 = 74%

163
143
189

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

Portions of RGB colors in percentages

R + G + B =
163 + 143 + 189 = 495 (100%)
R 163 of 495 ~ 32.93%
G 143 of 495 ~ 28.89%
B 189 of 495 ~ 38.18%

%32.93
%28.89
%38.18

CMYK color model

#A38FBD color CMYK value is (14,24,0,26).

  • cyan value is 13.76%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(14,24,0,26)
C14M24Y0K26 
(14%,24%,0%,26%)
(0.14/0.24/0.00/0.26)	

CMYK percentages

%13.76
%24.34
%0
%25.88

Codes

Color #A38FBD in popluar color models

A38FBD
RGB163143189
HSL266°25.84%65.10%
HSB/HSV266°24.34%74.12%
CMYK13.76%24.34%0.00%
25.88%

Color #A38FBD in popluar number systems.

HEXA38FBD
Decimal163143189
Binary101000111000111110111101
Octal243217275

Shades and tints

Shades of #A38FBD

#A38FBD
(163,143,189)
#9582AC
(149,130,172)
#87759B
(135,117,155)
#79688A
(121,104,138)
#6B5B79
(107,91,121)
#5D4E68
(93,78,104)
#4F4157
(79,65,87)
#413446
(65,52,70)
#332735
(51,39,53)
#251A24
(37,26,36)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #A38FBD

#A38FBD
(163,143,189)
#AB99C3
(171,153,195)
#B3A3C9
(179,163,201)
#BBADCF
(187,173,207)
#C3B7D5
(195,183,213)
#CBC1DB
(203,193,219)
#D3CBE1
(211,203,225)
#DBD5E7
(219,213,231)
#E3DFED
(227,223,237)
#EBE9F3
(235,233,243)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38FBD color. Also use rgb(163,143,189) instead hex code.

Text Font Color

.myTextColor { color: #A38FBD; }

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

This text font color is #A38FBD.


Background Color

.myBgColor { background-color: #A38FBD; }

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

This div background color is #A38FBD.


Border color

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

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

This div border color is #A38FBD.


Opacity

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

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

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

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

This text has shadow with #A38FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38FBD on black background.


Color preview on white background

This text has color #A38FBD on white background.



Black color preview on #A38FBD background

This text has black color on #A38FBD background.


White color preview on #A38FBD background

This text has white color on #A38FBD background.