COLOR #A38FAD

HEX: #A38FAD
RGB: (163,143,173)

Color info

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

RGB color model

#A38FAD color RGB value is (163,143,173).

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

RGB channels and saturation

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

163
143
173

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

Portions of RGB colors in percentages

R + G + B =
163 + 143 + 173 = 479 (100%)
R 163 of 479 ~ 34.03%
G 143 of 479 ~ 29.85%
B 173 of 479 ~ 36.12%

%34.03
%29.85
%36.12

CMYK color model

#A38FAD color CMYK value is (6,17,0,32).

  • cyan value is 5.78%
  • magenta value is 17.34%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (6,17,0,32) C6M17Y0K32 (6%,17%,0%,32%) (0.06/0.17/0.00/0.32)

CMYK percentages

%5.78
%17.34
%0
%32.16

Codes

Color #A38FAD in popluar color models

A38FAD
RGB163143173
HSL280°15.46%61.96%
HSB/HSV280°17.34%67.84%
CMYK5.78%17.34%0.00%
32.16%

Color #A38FAD in popluar number systems.

HEXA38FAD
Decimal163143173
Binary101000111000111110101101
Octal243217255

Shades and tints

Shades of #A38FAD

#A38FAD
(163,143,173)
#95829E
(149,130,158)
#87758F
(135,117,143)
#796880
(121,104,128)
#6B5B71
(107,91,113)
#5D4E62
(93,78,98)
#4F4153
(79,65,83)
#413444
(65,52,68)
#332735
(51,39,53)
#251A26
(37,26,38)
#170D17
(23,13,23)
#000000
(0,0,0)

Tints of #A38FAD

#A38FAD
(163,143,173)
#AB99B4
(171,153,180)
#B3A3BB
(179,163,187)
#BBADC2
(187,173,194)
#C3B7C9
(195,183,201)
#CBC1D0
(203,193,208)
#D3CBD7
(211,203,215)
#DBD5DE
(219,213,222)
#E3DFE5
(227,223,229)
#EBE9EC
(235,233,236)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38FAD; }

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

This text font color is #A38FAD.


Background Color

.myBgColor { background-color: #A38FAD; }

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

This div background color is #A38FAD.


Border color

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

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

This div border color is #A38FAD.


Opacity

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

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

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

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

This text has shadow with #A38FAD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A38FAD on black background.


Color preview on white background

This text has color #A38FAD on white background.



Black color preview on #A38FAD background

This text has black color on #A38FAD background.


White color preview on #A38FAD background

This text has white color on #A38FAD background.