COLOR #A38DCB

HEX: #A38DCB
RGB: (163,141,203)

Color info

#A38DCB contains mainly red and blue colors. Web safe color of #A38DCB is #9999CC (or #99C).

RGB color model

#A38DCB color RGB value is (163,141,203).

  • red value is 163;
  • green value is 141;
  • blue value is 203.
RGB:
(163,141,203)
(64%,55%,80%)

RGB channels and saturation

R 163 of 255 = 64%
G 141 of 255 = 55%
B 203 of 255 = 80%

163
141
203

R + G + B ~ 66%. #A38DCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 141 + 203 = 507 (100%)
R 163 of 507 ~ 32.15%
G 141 of 507 ~ 27.81%
B 203 of 507 ~ 40.04%

%32.15
%27.81
%40.04

CMYK color model

#A38DCB color CMYK value is (20,31,0,20).

  • cyan value is 19.70%
  • magenta value is 30.54%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(20,31,0,20)
C20M31Y0K20 
(20%,31%,0%,20%)
(0.20/0.31/0.00/0.20)	

CMYK percentages

%19.7
%30.54
%0
%20.39

Codes

Color #A38DCB in popluar color models

A38DCB
RGB163141203
HSL261°37.35%67.45%
HSB/HSV261°30.54%79.61%
CMYK19.70%30.54%0.00%
20.39%

Color #A38DCB in popluar number systems.

HEXA38DCB
Decimal163141203
Binary101000111000110111001011
Octal243215313

Shades and tints

Shades of #A38DCB

#A38DCB
(163,141,203)
#9581B9
(149,129,185)
#8775A7
(135,117,167)
#796995
(121,105,149)
#6B5D83
(107,93,131)
#5D5171
(93,81,113)
#4F455F
(79,69,95)
#41394D
(65,57,77)
#332D3B
(51,45,59)
#252129
(37,33,41)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #A38DCB

#A38DCB
(163,141,203)
#AB97CF
(171,151,207)
#B3A1D3
(179,161,211)
#BBABD7
(187,171,215)
#C3B5DB
(195,181,219)
#CBBFDF
(203,191,223)
#D3C9E3
(211,201,227)
#DBD3E7
(219,211,231)
#E3DDEB
(227,221,235)
#EBE7EF
(235,231,239)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38DCB; }

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

This text font color is #A38DCB.


Background Color

.myBgColor { background-color: #A38DCB; }

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

This div background color is #A38DCB.


Border color

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

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

This div border color is #A38DCB.


Opacity

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

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

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

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

This text has shadow with #A38DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38DCB on black background.


Color preview on white background

This text has color #A38DCB on white background.



Black color preview on #A38DCB background

This text has black color on #A38DCB background.


White color preview on #A38DCB background

This text has white color on #A38DCB background.