COLOR #A38DD2

HEX: #A38DD2 RGB: (163,141,210)

Color info

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

RGB color model

#A38DD2 color RGB value is (163,141,210).

RGB: (163,141,210) (64%, 55%, 82%)

RGB channels and saturation

R 163 of 255 = 64%
G 141 of 255 = 55%
B 210 of 255 = 82%

163
141
210

R + G + B ~ 67%. #A38DD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 141 + 210 = 514 (100%)
R 163 of 514 ~ 31.71%
G 141 of 514 ~ 27.43%
B 210 of 514 ~ 40.86'%

%31.71
%27.43
%40.86

CMYK color model

#A38DD2 color CMYK value is (22,33,0,18).

  • cyan value is 22.38%
  • magenta value is 32.86%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (22,33,0,18)
C22M33Y0K18 (22%, 33%, 0%, 18%)
(0.22 / 0.33 / 0.00 / 0.18)

CMYK percentages

%22.38
%32.86
%0
%17.65

Codes

Color #A38DD2 in popluar color models

A3 8D D2
RGB 163 141 210
HSL 259° 43.40% 68.82%
HSB/HSV 259° 32.86% 82.35%
CMYK 22.38% 32.86% 0.00%
17.65%

Color #A38DD2 in popluar number systems.

HEX A3 8D D2
Decimal 163 141 210
Binary 10100011 10001101 11010010
Octal 243 215 322

Shades and tints

Shades of #A38DD2

#A38DD2
(163,141,210)
#9581BF
(149,129,191)
#8775AC
(135,117,172)
#796999
(121,105,153)
#6B5D86
(107,93,134)
#5D5173
(93,81,115)
#4F4560
(79,69,96)
#41394D
(65,57,77)
#332D3A
(51,45,58)
#252127
(37,33,39)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #A38DD2

#A38DD2
(163,141,210)
#AB97D6
(171,151,214)
#B3A1DA
(179,161,218)
#BBABDE
(187,171,222)
#C3B5E2
(195,181,226)
#CBBFE6
(203,191,230)
#D3C9EA
(211,201,234)
#DBD3EE
(219,211,238)
#E3DDF2
(227,221,242)
#EBE7F6
(235,231,246)
#F3F1FA
(243,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38DD2; }

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

This text font color is #A38DD2.

Background Color

.myBgColor { background-color: #A38DD2; }

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

This div background color is #A38DD2.

Border color

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

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

This div border color is #A38DD2.

Opacity

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

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

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

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

This text has shadow with #A38DD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38DD2.

Preview

Color preview on black background

This text has color #A38DD2 on black background.


Color preview on white background

This text has color #A38DD2 on white background.


Black color preview on #A38DD2 background

This text has black color on #A38DD2 background.


White color preview on #A38DD2 background

This text has white color on #A38DD2 background.


Related colors

Complementary color

Complementary color for #hex is #5C722D.


I love getcolorcode.com

Triadic colors

1 #D2A38D and #8DD2A3 with #A38DD2 are triadic colors.

2 #D28DA3 and #8DA3D2 with #A38DD2 are triadic colors.