COLOR #A56E96

HEX: #A56E96
RGB: (165,110,150)

Color info

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

RGB color model

#A56E96 color RGB value is (165,110,150).

  • red value is 165;
  • green value is 110;
  • blue value is 150.
RGB:
(165,110,150)
(65%,43%,59%)

RGB channels and saturation

R 165 of 255 = 65%
G 110 of 255 = 43%
B 150 of 255 = 59%

165
110
150

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

Portions of RGB colors in percentages

R + G + B =
165 + 110 + 150 = 425 (100%)
R 165 of 425 ~ 38.82%
G 110 of 425 ~ 25.88%
B 150 of 425 ~ 35.29%

%38.82
%25.88
%35.29

CMYK color model

#A56E96 color CMYK value is (0,33,9,35).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(0,33,9,35)
C0M33Y9K35 
(0%,33%,9%,35%)
(0.00/0.33/0.09/0.35)	

CMYK percentages

%0
%33.33
%9.09
%35.29

Codes

Color #A56E96 in popluar color models

A56E96
RGB165110150
HSL316°23.40%53.92%
HSB/HSV316°33.33%64.71%
CMYK0.00%33.33%9.09%
35.29%

Color #A56E96 in popluar number systems.

HEXA56E96
Decimal165110150
Binary10100101110111010010110
Octal245156226

Shades and tints

Shades of #A56E96

#A56E96
(165,110,150)
#966489
(150,100,137)
#875A7C
(135,90,124)
#78506F
(120,80,111)
#694662
(105,70,98)
#5A3C55
(90,60,85)
#4B3248
(75,50,72)
#3C283B
(60,40,59)
#2D1E2E
(45,30,46)
#1E1421
(30,20,33)
#0F0A14
(15,10,20)
#000000
(0,0,0)

Tints of #A56E96

#A56E96
(165,110,150)
#AD7B9F
(173,123,159)
#B588A8
(181,136,168)
#BD95B1
(189,149,177)
#C5A2BA
(197,162,186)
#CDAFC3
(205,175,195)
#D5BCCC
(213,188,204)
#DDC9D5
(221,201,213)
#E5D6DE
(229,214,222)
#EDE3E7
(237,227,231)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56E96 color. Also use rgb(165,110,150) instead hex code.

Text Font Color

.myTextColor { color: #A56E96; }

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

This text font color is #A56E96.


Background Color

.myBgColor { background-color: #A56E96; }

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

This div background color is #A56E96.


Border color

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

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

This div border color is #A56E96.


Opacity

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

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

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

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

This text has shadow with #A56E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56E96 on black background.


Color preview on white background

This text has color #A56E96 on white background.



Black color preview on #A56E96 background

This text has black color on #A56E96 background.


White color preview on #A56E96 background

This text has white color on #A56E96 background.