COLOR #A38FA5

HEX: #A38FA5
RGB: (163,143,165)

Color info

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

RGB color model

#A38FA5 color RGB value is (163,143,165).

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

RGB channels and saturation

R 163 of 255 = 64%
G 143 of 255 = 56%
B 165 of 255 = 65%

163
143
165

R + G + B ~ 62%. #A38FA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 143 + 165 = 471 (100%)
R 163 of 471 ~ 34.61%
G 143 of 471 ~ 30.36%
B 165 of 471 ~ 35.03%

%34.61
%30.36
%35.03

CMYK color model

#A38FA5 color CMYK value is (1,13,0,35).

  • cyan value is 1.21%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(1,13,0,35)
C1M13Y0K35 
(1%,13%,0%,35%)
(0.01/0.13/0.00/0.35)	

CMYK percentages

%1.21
%13.33
%0
%35.29

Codes

Color #A38FA5 in popluar color models

A38FA5
RGB163143165
HSL295°10.89%60.39%
HSB/HSV295°13.33%64.71%
CMYK1.21%13.33%0.00%
35.29%

Color #A38FA5 in popluar number systems.

HEXA38FA5
Decimal163143165
Binary101000111000111110100101
Octal243217245

Shades and tints

Shades of #A38FA5

#A38FA5
(163,143,165)
#958296
(149,130,150)
#877587
(135,117,135)
#796878
(121,104,120)
#6B5B69
(107,91,105)
#5D4E5A
(93,78,90)
#4F414B
(79,65,75)
#41343C
(65,52,60)
#33272D
(51,39,45)
#251A1E
(37,26,30)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #A38FA5

#A38FA5
(163,143,165)
#AB99AD
(171,153,173)
#B3A3B5
(179,163,181)
#BBADBD
(187,173,189)
#C3B7C5
(195,183,197)
#CBC1CD
(203,193,205)
#D3CBD5
(211,203,213)
#DBD5DD
(219,213,221)
#E3DFE5
(227,223,229)
#EBE9ED
(235,233,237)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38FA5; }

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

This text font color is #A38FA5.


Background Color

.myBgColor { background-color: #A38FA5; }

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

This div background color is #A38FA5.


Border color

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

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

This div border color is #A38FA5.


Opacity

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

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

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

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

This text has shadow with #A38FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38FA5 on black background.


Color preview on white background

This text has color #A38FA5 on white background.



Black color preview on #A38FA5 background

This text has black color on #A38FA5 background.


White color preview on #A38FA5 background

This text has white color on #A38FA5 background.