COLOR #A38CA2

HEX: #A38CA2
RGB: (163,140,162)

Color info

#A38CA2 contains red, green and blue colors in about the same proportion. Web safe color of #A38CA2 is #999999 (or #999).

RGB color model

#A38CA2 color RGB value is (163,140,162).

  • red value is 163;
  • green value is 140;
  • blue value is 162.
RGB:
(163,140,162)
(64%,55%,64%)

RGB channels and saturation

R 163 of 255 = 64%
G 140 of 255 = 55%
B 162 of 255 = 64%

163
140
162

R + G + B ~ 61%. #A38CA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 140 + 162 = 465 (100%)
R 163 of 465 ~ 35.05%
G 140 of 465 ~ 30.11%
B 162 of 465 ~ 34.84%

%35.05
%30.11
%34.84

CMYK color model

#A38CA2 color CMYK value is (0,14,1,36).

  • cyan value is 0.00%
  • magenta value is 14.11%
  • yellow value is 0.61%
  • key color value is 36.08%
CMYK:
(0,14,1,36)
C0M14Y1K36 
(0%,14%,1%,36%)
(0.00/0.14/0.01/0.36)	

CMYK percentages

%0
%14.11
%0.61
%36.08

Codes

Color #A38CA2 in popluar color models

A38CA2
RGB163140162
HSL303°11.11%59.41%
HSB/HSV303°14.11%63.92%
CMYK0.00%14.11%0.61%
36.08%

Color #A38CA2 in popluar number systems.

HEXA38CA2
Decimal163140162
Binary101000111000110010100010
Octal243214242

Shades and tints

Shades of #A38CA2

#A38CA2
(163,140,162)
#958094
(149,128,148)
#877486
(135,116,134)
#796878
(121,104,120)
#6B5C6A
(107,92,106)
#5D505C
(93,80,92)
#4F444E
(79,68,78)
#413840
(65,56,64)
#332C32
(51,44,50)
#252024
(37,32,36)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #A38CA2

#A38CA2
(163,140,162)
#AB96AA
(171,150,170)
#B3A0B2
(179,160,178)
#BBAABA
(187,170,186)
#C3B4C2
(195,180,194)
#CBBECA
(203,190,202)
#D3C8D2
(211,200,210)
#DBD2DA
(219,210,218)
#E3DCE2
(227,220,226)
#EBE6EA
(235,230,234)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38CA2 color. Also use rgb(163,140,162) instead hex code.

Text Font Color

.myTextColor { color: #A38CA2; }

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

This text font color is #A38CA2.


Background Color

.myBgColor { background-color: #A38CA2; }

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

This div background color is #A38CA2.


Border color

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

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

This div border color is #A38CA2.


Opacity

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

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

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

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

This text has shadow with #A38CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38CA2 on black background.


Color preview on white background

This text has color #A38CA2 on white background.



Black color preview on #A38CA2 background

This text has black color on #A38CA2 background.


White color preview on #A38CA2 background

This text has white color on #A38CA2 background.