COLOR #A38ED6

HEX: #A38ED6
RGB: (163,142,214)

Color info

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

RGB color model

#A38ED6 color RGB value is (163,142,214).

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

RGB channels and saturation

R 163 of 255 = 64%
G 142 of 255 = 56%
B 214 of 255 = 84%

163
142
214

R + G + B ~ 68%. #A38ED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 142 + 214 = 519 (100%)
R 163 of 519 ~ 31.41%
G 142 of 519 ~ 27.36%
B 214 of 519 ~ 41.23%

%31.41
%27.36
%41.23

CMYK color model

#A38ED6 color CMYK value is (24,34,0,16).

  • cyan value is 23.83%
  • magenta value is 33.64%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(24,34,0,16)
C24M34Y0K16 
(24%,34%,0%,16%)
(0.24/0.34/0.00/0.16)	

CMYK percentages

%23.83
%33.64
%0
%16.08

Codes

Color #A38ED6 in popluar color models

A38ED6
RGB163142214
HSL258°46.75%69.80%
HSB/HSV258°33.64%83.92%
CMYK23.83%33.64%0.00%
16.08%

Color #A38ED6 in popluar number systems.

HEXA38ED6
Decimal163142214
Binary101000111000111011010110
Octal243216326

Shades and tints

Shades of #A38ED6

#A38ED6
(163,142,214)
#9582C3
(149,130,195)
#8776B0
(135,118,176)
#796A9D
(121,106,157)
#6B5E8A
(107,94,138)
#5D5277
(93,82,119)
#4F4664
(79,70,100)
#413A51
(65,58,81)
#332E3E
(51,46,62)
#25222B
(37,34,43)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #A38ED6

#A38ED6
(163,142,214)
#AB98D9
(171,152,217)
#B3A2DC
(179,162,220)
#BBACDF
(187,172,223)
#C3B6E2
(195,182,226)
#CBC0E5
(203,192,229)
#D3CAE8
(211,202,232)
#DBD4EB
(219,212,235)
#E3DEEE
(227,222,238)
#EBE8F1
(235,232,241)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38ED6; }

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

This text font color is #A38ED6.


Background Color

.myBgColor { background-color: #A38ED6; }

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

This div background color is #A38ED6.


Border color

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

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

This div border color is #A38ED6.


Opacity

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

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

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

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

This text has shadow with #A38ED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38ED6 on black background.


Color preview on white background

This text has color #A38ED6 on white background.



Black color preview on #A38ED6 background

This text has black color on #A38ED6 background.


White color preview on #A38ED6 background

This text has white color on #A38ED6 background.