COLOR #A396A7

HEX: #A396A7
RGB: (163,150,167)

Color info

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

RGB color model

#A396A7 color RGB value is (163,150,167).

  • red value is 163;
  • green value is 150;
  • blue value is 167.
RGB:
(163,150,167)
(64%,59%,65%)

RGB channels and saturation

R 163 of 255 = 64%
G 150 of 255 = 59%
B 167 of 255 = 65%

163
150
167

R + G + B ~ 63%. #A396A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 150 + 167 = 480 (100%)
R 163 of 480 ~ 33.96%
G 150 of 480 ~ 31.25%
B 167 of 480 ~ 34.79%

%33.96
%31.25
%34.79

CMYK color model

#A396A7 color CMYK value is (2,10,0,35).

  • cyan value is 2.40%
  • magenta value is 10.18%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(2,10,0,35)
C2M10Y0K35 
(2%,10%,0%,35%)
(0.02/0.10/0.00/0.35)	

CMYK percentages

%2.4
%10.18
%0
%34.51

Codes

Color #A396A7 in popluar color models

A396A7
RGB163150167
HSL286°8.81%62.16%
HSB/HSV286°10.18%65.49%
CMYK2.40%10.18%0.00%
34.51%

Color #A396A7 in popluar number systems.

HEXA396A7
Decimal163150167
Binary101000111001011010100111
Octal243226247

Shades and tints

Shades of #A396A7

#A396A7
(163,150,167)
#958998
(149,137,152)
#877C89
(135,124,137)
#796F7A
(121,111,122)
#6B626B
(107,98,107)
#5D555C
(93,85,92)
#4F484D
(79,72,77)
#413B3E
(65,59,62)
#332E2F
(51,46,47)
#252120
(37,33,32)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #A396A7

#A396A7
(163,150,167)
#AB9FAF
(171,159,175)
#B3A8B7
(179,168,183)
#BBB1BF
(187,177,191)
#C3BAC7
(195,186,199)
#CBC3CF
(203,195,207)
#D3CCD7
(211,204,215)
#DBD5DF
(219,213,223)
#E3DEE7
(227,222,231)
#EBE7EF
(235,231,239)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A396A7; }

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

This text font color is #A396A7.


Background Color

.myBgColor { background-color: #A396A7; }

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

This div background color is #A396A7.


Border color

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

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

This div border color is #A396A7.


Opacity

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

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

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

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

This text has shadow with #A396A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A396A7 on black background.


Color preview on white background

This text has color #A396A7 on white background.



Black color preview on #A396A7 background

This text has black color on #A396A7 background.


White color preview on #A396A7 background

This text has white color on #A396A7 background.