COLOR #A38FA1

HEX: #A38FA1 RGB: (163,143,161)

Color info

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

RGB color model

#A38FA1 color RGB value is (163,143,161).

RGB: (163,143,161) (64%, 56%, 63%)

RGB channels and saturation

R 163 of 255 = 64%
G 143 of 255 = 56%
B 161 of 255 = 63%

163
143
161

R + G + B ~ 61%. #A38FA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 143 + 161 = 467 (100%)
R 163 of 467 ~ 34.9%
G 143 of 467 ~ 30.62%
B 161 of 467 ~ 34.48'%

%34.9
%30.62
%34.48

CMYK color model

#A38FA1 color CMYK value is (0,12,1,36).

  • cyan value is 0.00%
  • magenta value is 12.27%
  • yellow value is 1.23%
  • key color value is 36.08%

CMYK: (0,12,1,36)
C0M12Y1K36 (0%, 12%, 1%, 36%)
(0.00 / 0.12 / 0.01 / 0.36)

CMYK percentages

%0
%12.27
%1.23
%36.08

Codes

Color #A38FA1 in popluar color models

A3 8F A1
RGB 163 143 161
HSL 306° 9.80% 60.00%
HSB/HSV 306° 12.27% 63.92%
CMYK 0.00% 12.27% 1.23%
36.08%

Color #A38FA1 in popluar number systems.

HEX A3 8F A1
Decimal 163 143 161
Binary 10100011 10001111 10100001
Octal 243 217 241

Shades and tints

Shades of #A38FA1

#A38FA1
(163,143,161)
#958293
(149,130,147)
#877585
(135,117,133)
#796877
(121,104,119)
#6B5B69
(107,91,105)
#5D4E5B
(93,78,91)
#4F414D
(79,65,77)
#41343F
(65,52,63)
#332731
(51,39,49)
#251A23
(37,26,35)
#170D15
(23,13,21)
#000000
(0,0,0)

Tints of #A38FA1

#A38FA1
(163,143,161)
#AB99A9
(171,153,169)
#B3A3B1
(179,163,177)
#BBADB9
(187,173,185)
#C3B7C1
(195,183,193)
#CBC1C9
(203,193,201)
#D3CBD1
(211,203,209)
#DBD5D9
(219,213,217)
#E3DFE1
(227,223,225)
#EBE9E9
(235,233,233)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38FA1; }

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

This text font color is #A38FA1.

Background Color

.myBgColor { background-color: #A38FA1; }

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

This div background color is #A38FA1.

Border color

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

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

This div border color is #A38FA1.

Opacity

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

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

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

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

This text has shadow with #A38FA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38FA1.

Preview

Color preview on black background

This text has color #A38FA1 on black background.


Color preview on white background

This text has color #A38FA1 on white background.


Black color preview on #A38FA1 background

This text has black color on #A38FA1 background.


White color preview on #A38FA1 background

This text has white color on #A38FA1 background.


Related colors

Complementary color

Complementary color for #hex is #5C705E.


I love getcolorcode.com

Triadic colors

1 #A1A38F and #8FA1A3 with #A38FA1 are triadic colors.

2 #A18FA3 and #8FA3A1 with #A38FA1 are triadic colors.