COLOR #A38FA3

HEX: #A38FA3
RGB: (163,143,163)

Color info

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

RGB color model

#A38FA3 color RGB value is (163,143,163).

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

RGB channels and saturation

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

163
143
163

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

Portions of RGB colors in percentages

R + G + B =
163 + 143 + 163 = 469 (100%)
R 163 of 469 ~ 34.75%
G 143 of 469 ~ 30.49%
B 163 of 469 ~ 34.75%

%34.75
%30.49
%34.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.27%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(0,12,0,36)
C0M12Y0K36 
(0%,12%,0%,36%)
(0.00/0.12/0.00/0.36)	

CMYK percentages

%0
%12.27
%0
%36.08

Codes

Color #A38FA3 in popluar color models

A38FA3
RGB163143163
HSL300°9.80%60.00%
HSB/HSV300°12.27%63.92%
CMYK0.00%12.27%0.00%
36.08%

Color #A38FA3 in popluar number systems.

HEXA38FA3
Decimal163143163
Binary101000111000111110100011
Octal243217243

Shades and tints

Shades of #A38FA3

#A38FA3
(163,143,163)
#958295
(149,130,149)
#877587
(135,117,135)
#796879
(121,104,121)
#6B5B6B
(107,91,107)
#5D4E5D
(93,78,93)
#4F414F
(79,65,79)
#413441
(65,52,65)
#332733
(51,39,51)
#251A25
(37,26,37)
#170D17
(23,13,23)
#000000
(0,0,0)

Tints of #A38FA3

#A38FA3
(163,143,163)
#AB99AB
(171,153,171)
#B3A3B3
(179,163,179)
#BBADBB
(187,173,187)
#C3B7C3
(195,183,195)
#CBC1CB
(203,193,203)
#D3CBD3
(211,203,211)
#DBD5DB
(219,213,219)
#E3DFE3
(227,223,227)
#EBE9EB
(235,233,235)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38FA3; }

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

This text font color is #A38FA3.


Background Color

.myBgColor { background-color: #A38FA3; }

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

This div background color is #A38FA3.


Border color

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

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

This div border color is #A38FA3.


Opacity

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

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

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

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

This text has shadow with #A38FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38FA3 on black background.


Color preview on white background

This text has color #A38FA3 on white background.



Black color preview on #A38FA3 background

This text has black color on #A38FA3 background.


White color preview on #A38FA3 background

This text has white color on #A38FA3 background.