COLOR #A38CAF

HEX: #A38CAF
RGB: (163,140,175)

Color info

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

RGB color model

#A38CAF color RGB value is (163,140,175).

  • red value is 163;
  • green value is 140;
  • blue value is 175.
RGB:
(163,140,175)
(64%,55%,69%)

RGB channels and saturation

R 163 of 255 = 64%
G 140 of 255 = 55%
B 175 of 255 = 69%

163
140
175

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

Portions of RGB colors in percentages

R + G + B =
163 + 140 + 175 = 478 (100%)
R 163 of 478 ~ 34.1%
G 140 of 478 ~ 29.29%
B 175 of 478 ~ 36.61%

%34.1
%29.29
%36.61

CMYK color model

#A38CAF color CMYK value is (7,20,0,31).

  • cyan value is 6.86%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(7,20,0,31)
C7M20Y0K31 
(7%,20%,0%,31%)
(0.07/0.20/0.00/0.31)	

CMYK percentages

%6.86
%20
%0
%31.37

Codes

Color #A38CAF in popluar color models

A38CAF
RGB163140175
HSL279°17.95%61.76%
HSB/HSV279°20.00%68.63%
CMYK6.86%20.00%0.00%
31.37%

Color #A38CAF in popluar number systems.

HEXA38CAF
Decimal163140175
Binary101000111000110010101111
Octal243214257

Shades and tints

Shades of #A38CAF

#A38CAF
(163,140,175)
#9580A0
(149,128,160)
#877491
(135,116,145)
#796882
(121,104,130)
#6B5C73
(107,92,115)
#5D5064
(93,80,100)
#4F4455
(79,68,85)
#413846
(65,56,70)
#332C37
(51,44,55)
#252028
(37,32,40)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #A38CAF

#A38CAF
(163,140,175)
#AB96B6
(171,150,182)
#B3A0BD
(179,160,189)
#BBAAC4
(187,170,196)
#C3B4CB
(195,180,203)
#CBBED2
(203,190,210)
#D3C8D9
(211,200,217)
#DBD2E0
(219,210,224)
#E3DCE7
(227,220,231)
#EBE6EE
(235,230,238)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38CAF color. Also use rgb(163,140,175) instead hex code.

Text Font Color

.myTextColor { color: #A38CAF; }

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

This text font color is #A38CAF.


Background Color

.myBgColor { background-color: #A38CAF; }

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

This div background color is #A38CAF.


Border color

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

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

This div border color is #A38CAF.


Opacity

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

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

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

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

This text has shadow with #A38CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38CAF on black background.


Color preview on white background

This text has color #A38CAF on white background.



Black color preview on #A38CAF background

This text has black color on #A38CAF background.


White color preview on #A38CAF background

This text has white color on #A38CAF background.