COLOR #A38CAE

HEX: #A38CAE
RGB: (163,140,174)

Color info

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

RGB color model

#A38CAE color RGB value is (163,140,174).

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

RGB channels and saturation

R 163 of 255 = 64%
G 140 of 255 = 55%
B 174 of 255 = 68%

163
140
174

R + G + B ~ 62%. #A38CAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 140 + 174 = 477 (100%)
R 163 of 477 ~ 34.17%
G 140 of 477 ~ 29.35%
B 174 of 477 ~ 36.48%

%34.17
%29.35
%36.48

CMYK color model

#A38CAE color CMYK value is (6,20,0,32).

  • cyan value is 6.32%
  • magenta value is 19.54%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(6,20,0,32)
C6M20Y0K32 
(6%,20%,0%,32%)
(0.06/0.20/0.00/0.32)	

CMYK percentages

%6.32
%19.54
%0
%31.76

Codes

Color #A38CAE in popluar color models

A38CAE
RGB163140174
HSL281°17.35%61.57%
HSB/HSV281°19.54%68.24%
CMYK6.32%19.54%0.00%
31.76%

Color #A38CAE in popluar number systems.

HEXA38CAE
Decimal163140174
Binary101000111000110010101110
Octal243214256

Shades and tints

Shades of #A38CAE

#A38CAE
(163,140,174)
#95809F
(149,128,159)
#877490
(135,116,144)
#796881
(121,104,129)
#6B5C72
(107,92,114)
#5D5063
(93,80,99)
#4F4454
(79,68,84)
#413845
(65,56,69)
#332C36
(51,44,54)
#252027
(37,32,39)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #A38CAE

#A38CAE
(163,140,174)
#AB96B5
(171,150,181)
#B3A0BC
(179,160,188)
#BBAAC3
(187,170,195)
#C3B4CA
(195,180,202)
#CBBED1
(203,190,209)
#D3C8D8
(211,200,216)
#DBD2DF
(219,210,223)
#E3DCE6
(227,220,230)
#EBE6ED
(235,230,237)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38CAE; }

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

This text font color is #A38CAE.


Background Color

.myBgColor { background-color: #A38CAE; }

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

This div background color is #A38CAE.


Border color

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

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

This div border color is #A38CAE.


Opacity

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

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

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

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

This text has shadow with #A38CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38CAE on black background.


Color preview on white background

This text has color #A38CAE on white background.



Black color preview on #A38CAE background

This text has black color on #A38CAE background.


White color preview on #A38CAE background

This text has white color on #A38CAE background.