COLOR #A56F97

HEX: #A56F97
RGB: (165,111,151)

Color info

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

RGB color model

#A56F97 color RGB value is (165,111,151).

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

RGB channels and saturation

R 165 of 255 = 65%
G 111 of 255 = 44%
B 151 of 255 = 59%

165
111
151

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

Portions of RGB colors in percentages

R + G + B =
165 + 111 + 151 = 427 (100%)
R 165 of 427 ~ 38.64%
G 111 of 427 ~ 26%
B 151 of 427 ~ 35.36%

%38.64
%26
%35.36

CMYK color model

#A56F97 color CMYK value is (0,33,8,35).

  • cyan value is 0.00%
  • magenta value is 32.73%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(0,33,8,35)
C0M33Y8K35 
(0%,33%,8%,35%)
(0.00/0.33/0.08/0.35)	

CMYK percentages

%0
%32.73
%8.48
%35.29

Codes

Color #A56F97 in popluar color models

A56F97
RGB165111151
HSL316°23.08%54.12%
HSB/HSV316°32.73%64.71%
CMYK0.00%32.73%8.48%
35.29%

Color #A56F97 in popluar number systems.

HEXA56F97
Decimal165111151
Binary10100101110111110010111
Octal245157227

Shades and tints

Shades of #A56F97

#A56F97
(165,111,151)
#96658A
(150,101,138)
#875B7D
(135,91,125)
#785170
(120,81,112)
#694763
(105,71,99)
#5A3D56
(90,61,86)
#4B3349
(75,51,73)
#3C293C
(60,41,60)
#2D1F2F
(45,31,47)
#1E1522
(30,21,34)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #A56F97

#A56F97
(165,111,151)
#AD7CA0
(173,124,160)
#B589A9
(181,137,169)
#BD96B2
(189,150,178)
#C5A3BB
(197,163,187)
#CDB0C4
(205,176,196)
#D5BDCD
(213,189,205)
#DDCAD6
(221,202,214)
#E5D7DF
(229,215,223)
#EDE4E8
(237,228,232)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56F97; }

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

This text font color is #A56F97.


Background Color

.myBgColor { background-color: #A56F97; }

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

This div background color is #A56F97.


Border color

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

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

This div border color is #A56F97.


Opacity

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

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

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

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

This text has shadow with #A56F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56F97 on black background.


Color preview on white background

This text has color #A56F97 on white background.



Black color preview on #A56F97 background

This text has black color on #A56F97 background.


White color preview on #A56F97 background

This text has white color on #A56F97 background.