COLOR #A38AC4

HEX: #A38AC4
RGB: (163,138,196)

Color info

#A38AC4 contains red, green and blue colors in about the same proportion. Web safe color of #A38AC4 is #9999CC (or #99C).

RGB color model

#A38AC4 color RGB value is (163,138,196).

  • red value is 163;
  • green value is 138;
  • blue value is 196.
RGB:
(163,138,196)
(64%,54%,77%)

RGB channels and saturation

R 163 of 255 = 64%
G 138 of 255 = 54%
B 196 of 255 = 77%

163
138
196

R + G + B ~ 65%. #A38AC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 138 + 196 = 497 (100%)
R 163 of 497 ~ 32.8%
G 138 of 497 ~ 27.77%
B 196 of 497 ~ 39.44%

%32.8
%27.77
%39.44

CMYK color model

#A38AC4 color CMYK value is (17,30,0,23).

  • cyan value is 16.84%
  • magenta value is 29.59%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(17,30,0,23)
C17M30Y0K23 
(17%,30%,0%,23%)
(0.17/0.30/0.00/0.23)	

CMYK percentages

%16.84
%29.59
%0
%23.14

Codes

Color #A38AC4 in popluar color models

A38AC4
RGB163138196
HSL266°32.95%65.49%
HSB/HSV266°29.59%76.86%
CMYK16.84%29.59%0.00%
23.14%

Color #A38AC4 in popluar number systems.

HEXA38AC4
Decimal163138196
Binary101000111000101011000100
Octal243212304

Shades and tints

Shades of #A38AC4

#A38AC4
(163,138,196)
#957EB3
(149,126,179)
#8772A2
(135,114,162)
#796691
(121,102,145)
#6B5A80
(107,90,128)
#5D4E6F
(93,78,111)
#4F425E
(79,66,94)
#41364D
(65,54,77)
#332A3C
(51,42,60)
#251E2B
(37,30,43)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #A38AC4

#A38AC4
(163,138,196)
#AB94C9
(171,148,201)
#B39ECE
(179,158,206)
#BBA8D3
(187,168,211)
#C3B2D8
(195,178,216)
#CBBCDD
(203,188,221)
#D3C6E2
(211,198,226)
#DBD0E7
(219,208,231)
#E3DAEC
(227,218,236)
#EBE4F1
(235,228,241)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38AC4 color. Also use rgb(163,138,196) instead hex code.

Text Font Color

.myTextColor { color: #A38AC4; }

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

This text font color is #A38AC4.


Background Color

.myBgColor { background-color: #A38AC4; }

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

This div background color is #A38AC4.


Border color

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

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

This div border color is #A38AC4.


Opacity

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

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

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

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

This text has shadow with #A38AC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38AC4 on black background.


Color preview on white background

This text has color #A38AC4 on white background.



Black color preview on #A38AC4 background

This text has black color on #A38AC4 background.


White color preview on #A38AC4 background

This text has white color on #A38AC4 background.