COLOR #A397A5

HEX: #A397A5
RGB: (163,151,165)

Color info

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

RGB color model

#A397A5 color RGB value is (163,151,165).

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

RGB channels and saturation

R 163 of 255 = 64%
G 151 of 255 = 59%
B 165 of 255 = 65%

163
151
165

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

Portions of RGB colors in percentages

R + G + B =
163 + 151 + 165 = 479 (100%)
R 163 of 479 ~ 34.03%
G 151 of 479 ~ 31.52%
B 165 of 479 ~ 34.45%

%34.03
%31.52
%34.45

CMYK color model

#A397A5 color CMYK value is (1,8,0,35).

  • cyan value is 1.21%
  • magenta value is 8.48%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(1,8,0,35)
C1M8Y0K35 
(1%,8%,0%,35%)
(0.01/0.08/0.00/0.35)	

CMYK percentages

%1.21
%8.48
%0
%35.29

Codes

Color #A397A5 in popluar color models

A397A5
RGB163151165
HSL291°7.22%61.96%
HSB/HSV291°8.48%64.71%
CMYK1.21%8.48%0.00%
35.29%

Color #A397A5 in popluar number systems.

HEXA397A5
Decimal163151165
Binary101000111001011110100101
Octal243227245

Shades and tints

Shades of #A397A5

#A397A5
(163,151,165)
#958A96
(149,138,150)
#877D87
(135,125,135)
#797078
(121,112,120)
#6B6369
(107,99,105)
#5D565A
(93,86,90)
#4F494B
(79,73,75)
#413C3C
(65,60,60)
#332F2D
(51,47,45)
#25221E
(37,34,30)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #A397A5

#A397A5
(163,151,165)
#ABA0AD
(171,160,173)
#B3A9B5
(179,169,181)
#BBB2BD
(187,178,189)
#C3BBC5
(195,187,197)
#CBC4CD
(203,196,205)
#D3CDD5
(211,205,213)
#DBD6DD
(219,214,221)
#E3DFE5
(227,223,229)
#EBE8ED
(235,232,237)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A397A5; }

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

This text font color is #A397A5.


Background Color

.myBgColor { background-color: #A397A5; }

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

This div background color is #A397A5.


Border color

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

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

This div border color is #A397A5.


Opacity

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

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

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

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

This text has shadow with #A397A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A397A5 on black background.


Color preview on white background

This text has color #A397A5 on white background.



Black color preview on #A397A5 background

This text has black color on #A397A5 background.


White color preview on #A397A5 background

This text has white color on #A397A5 background.