COLOR #A37597

HEX: #A37597
RGB: (163,117,151)

Color info

#A37597 contains red, green and blue colors in about the same proportion. Web safe color of #A37597 is #996699 (or #969).

RGB color model

#A37597 color RGB value is (163,117,151).

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

RGB channels and saturation

R 163 of 255 = 64%
G 117 of 255 = 46%
B 151 of 255 = 59%

163
117
151

R + G + B ~ 56%. #A37597 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 117 + 151 = 431 (100%)
R 163 of 431 ~ 37.82%
G 117 of 431 ~ 27.15%
B 151 of 431 ~ 35.03%

%37.82
%27.15
%35.03

CMYK color model

#A37597 color CMYK value is (0,28,7,36).

  • cyan value is 0.00%
  • magenta value is 28.22%
  • yellow value is 7.36%
  • key color value is 36.08%
CMYK:
(0,28,7,36)
C0M28Y7K36 
(0%,28%,7%,36%)
(0.00/0.28/0.07/0.36)	

CMYK percentages

%0
%28.22
%7.36
%36.08

Codes

Color #A37597 in popluar color models

A37597
RGB163117151
HSL316°20.00%54.90%
HSB/HSV316°28.22%63.92%
CMYK0.00%28.22%7.36%
36.08%

Color #A37597 in popluar number systems.

HEXA37597
Decimal163117151
Binary10100011111010110010111
Octal243165227

Shades and tints

Shades of #A37597

#A37597
(163,117,151)
#956B8A
(149,107,138)
#87617D
(135,97,125)
#795770
(121,87,112)
#6B4D63
(107,77,99)
#5D4356
(93,67,86)
#4F3949
(79,57,73)
#412F3C
(65,47,60)
#33252F
(51,37,47)
#251B22
(37,27,34)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #A37597

#A37597
(163,117,151)
#AB81A0
(171,129,160)
#B38DA9
(179,141,169)
#BB99B2
(187,153,178)
#C3A5BB
(195,165,187)
#CBB1C4
(203,177,196)
#D3BDCD
(211,189,205)
#DBC9D6
(219,201,214)
#E3D5DF
(227,213,223)
#EBE1E8
(235,225,232)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37597; }

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

This text font color is #A37597.


Background Color

.myBgColor { background-color: #A37597; }

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

This div background color is #A37597.


Border color

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

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

This div border color is #A37597.


Opacity

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

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

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

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

This text has shadow with #A37597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37597 on black background.


Color preview on white background

This text has color #A37597 on white background.



Black color preview on #A37597 background

This text has black color on #A37597 background.


White color preview on #A37597 background

This text has white color on #A37597 background.