COLOR #A38FB3

HEX: #A38FB3
RGB: (163,143,179)

Color info

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

RGB color model

#A38FB3 color RGB value is (163,143,179).

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

RGB channels and saturation

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

163
143
179

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

Portions of RGB colors in percentages

R + G + B =
163 + 143 + 179 = 485 (100%)
R 163 of 485 ~ 33.61%
G 143 of 485 ~ 29.48%
B 179 of 485 ~ 36.91%

%33.61
%29.48
%36.91

CMYK color model

#A38FB3 color CMYK value is (9,20,0,30).

  • cyan value is 8.94%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(9,20,0,30)
C9M20Y0K30 
(9%,20%,0%,30%)
(0.09/0.20/0.00/0.30)	

CMYK percentages

%8.94
%20.11
%0
%29.8

Codes

Color #A38FB3 in popluar color models

A38FB3
RGB163143179
HSL273°19.15%63.14%
HSB/HSV273°20.11%70.20%
CMYK8.94%20.11%0.00%
29.80%

Color #A38FB3 in popluar number systems.

HEXA38FB3
Decimal163143179
Binary101000111000111110110011
Octal243217263

Shades and tints

Shades of #A38FB3

#A38FB3
(163,143,179)
#9582A3
(149,130,163)
#877593
(135,117,147)
#796883
(121,104,131)
#6B5B73
(107,91,115)
#5D4E63
(93,78,99)
#4F4153
(79,65,83)
#413443
(65,52,67)
#332733
(51,39,51)
#251A23
(37,26,35)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #A38FB3

#A38FB3
(163,143,179)
#AB99B9
(171,153,185)
#B3A3BF
(179,163,191)
#BBADC5
(187,173,197)
#C3B7CB
(195,183,203)
#CBC1D1
(203,193,209)
#D3CBD7
(211,203,215)
#DBD5DD
(219,213,221)
#E3DFE3
(227,223,227)
#EBE9E9
(235,233,233)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38FB3; }

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

This text font color is #A38FB3.


Background Color

.myBgColor { background-color: #A38FB3; }

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

This div background color is #A38FB3.


Border color

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

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

This div border color is #A38FB3.


Opacity

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

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

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

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

This text has shadow with #A38FB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38FB3 on black background.


Color preview on white background

This text has color #A38FB3 on white background.



Black color preview on #A38FB3 background

This text has black color on #A38FB3 background.


White color preview on #A38FB3 background

This text has white color on #A38FB3 background.