COLOR #A38EE1

HEX: #A38EE1 RGB: (163,142,225)

Color info

#A38EE1 contains mainly blue color. Web safe color of #A38EE1 is #9999CC (or #99C).

RGB color model

#A38EE1 color RGB value is (163,142,225).

RGB: (163,142,225) (64%, 56%, 88%)

RGB channels and saturation

R 163 of 255 = 64%
G 142 of 255 = 56%
B 225 of 255 = 88%

163
142
225

R + G + B ~ 69%. #A38EE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 142 + 225 = 530 (100%)
R 163 of 530 ~ 30.75%
G 142 of 530 ~ 26.79%
B 225 of 530 ~ 42.45'%

%30.75
%26.79
%42.45

CMYK color model

#A38EE1 color CMYK value is (28,37,0,12).

  • cyan value is 27.56%
  • magenta value is 36.89%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (28,37,0,12)
C28M37Y0K12 (28%, 37%, 0%, 12%)
(0.28 / 0.37 / 0.00 / 0.12)

CMYK percentages

%27.56
%36.89
%0
%11.76

Codes

Color #A38EE1 in popluar color models

A3 8E E1
RGB 163 142 225
HSL 255° 58.04% 71.96%
HSB/HSV 255° 36.89% 88.24%
CMYK 27.56% 36.89% 0.00%
11.76%

Color #A38EE1 in popluar number systems.

HEX A3 8E E1
Decimal 163 142 225
Binary 10100011 10001110 11100001
Octal 243 216 341

Shades and tints

Shades of #A38EE1

#A38EE1
(163,142,225)
#9582CD
(149,130,205)
#8776B9
(135,118,185)
#796AA5
(121,106,165)
#6B5E91
(107,94,145)
#5D527D
(93,82,125)
#4F4669
(79,70,105)
#413A55
(65,58,85)
#332E41
(51,46,65)
#25222D
(37,34,45)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #A38EE1

#A38EE1
(163,142,225)
#AB98E3
(171,152,227)
#B3A2E5
(179,162,229)
#BBACE7
(187,172,231)
#C3B6E9
(195,182,233)
#CBC0EB
(203,192,235)
#D3CAED
(211,202,237)
#DBD4EF
(219,212,239)
#E3DEF1
(227,222,241)
#EBE8F3
(235,232,243)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38EE1; }

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

This text font color is #A38EE1.

Background Color

.myBgColor { background-color: #A38EE1; }

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

This div background color is #A38EE1.

Border color

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

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

This div border color is #A38EE1.

Opacity

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

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

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

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

This text has shadow with #A38EE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38EE1.

Preview

Color preview on black background

This text has color #A38EE1 on black background.


Color preview on white background

This text has color #A38EE1 on white background.


Black color preview on #A38EE1 background

This text has black color on #A38EE1 background.


White color preview on #A38EE1 background

This text has white color on #A38EE1 background.


Related colors

Complementary color

Complementary color for #hex is #5C711E.


I love getcolorcode.com

Triadic colors

1 #E1A38E and #8EE1A3 with #A38EE1 are triadic colors.

2 #E18EA3 and #8EA3E1 with #A38EE1 are triadic colors.