COLOR #A38AA3

HEX: #A38AA3
RGB: (163,138,163)

Color info

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

RGB color model

#A38AA3 color RGB value is (163,138,163).

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

RGB channels and saturation

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

163
138
163

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

Portions of RGB colors in percentages

R + G + B =
163 + 138 + 163 = 464 (100%)
R 163 of 464 ~ 35.13%
G 138 of 464 ~ 29.74%
B 163 of 464 ~ 35.13%

%35.13
%29.74
%35.13

CMYK color model

#A38AA3 color CMYK value is (0,15,0,36).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(0,15,0,36)
C0M15Y0K36 
(0%,15%,0%,36%)
(0.00/0.15/0.00/0.36)	

CMYK percentages

%0
%15.34
%0
%36.08

Codes

Color #A38AA3 in popluar color models

A38AA3
RGB163138163
HSL300°11.96%59.02%
HSB/HSV300°15.34%63.92%
CMYK0.00%15.34%0.00%
36.08%

Color #A38AA3 in popluar number systems.

HEXA38AA3
Decimal163138163
Binary101000111000101010100011
Octal243212243

Shades and tints

Shades of #A38AA3

#A38AA3
(163,138,163)
#957E95
(149,126,149)
#877287
(135,114,135)
#796679
(121,102,121)
#6B5A6B
(107,90,107)
#5D4E5D
(93,78,93)
#4F424F
(79,66,79)
#413641
(65,54,65)
#332A33
(51,42,51)
#251E25
(37,30,37)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #A38AA3

#A38AA3
(163,138,163)
#AB94AB
(171,148,171)
#B39EB3
(179,158,179)
#BBA8BB
(187,168,187)
#C3B2C3
(195,178,195)
#CBBCCB
(203,188,203)
#D3C6D3
(211,198,211)
#DBD0DB
(219,208,219)
#E3DAE3
(227,218,227)
#EBE4EB
(235,228,235)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38AA3; }

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

This text font color is #A38AA3.


Background Color

.myBgColor { background-color: #A38AA3; }

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

This div background color is #A38AA3.


Border color

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

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

This div border color is #A38AA3.


Opacity

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

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

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

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

This text has shadow with #A38AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38AA3 on black background.


Color preview on white background

This text has color #A38AA3 on white background.



Black color preview on #A38AA3 background

This text has black color on #A38AA3 background.


White color preview on #A38AA3 background

This text has white color on #A38AA3 background.