COLOR #A56D9B

HEX: #A56D9B
RGB: (165,109,155)

Color info

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

RGB color model

#A56D9B color RGB value is (165,109,155).

  • red value is 165;
  • green value is 109;
  • blue value is 155.
RGB:
(165,109,155)
(65%,43%,61%)

RGB channels and saturation

R 165 of 255 = 65%
G 109 of 255 = 43%
B 155 of 255 = 61%

165
109
155

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

Portions of RGB colors in percentages

R + G + B =
165 + 109 + 155 = 429 (100%)
R 165 of 429 ~ 38.46%
G 109 of 429 ~ 25.41%
B 155 of 429 ~ 36.13%

%38.46
%25.41
%36.13

CMYK color model

#A56D9B color CMYK value is (0,34,6,35).

  • cyan value is 0.00%
  • magenta value is 33.94%
  • yellow value is 6.06%
  • key color value is 35.29%
CMYK:
(0,34,6,35)
C0M34Y6K35 
(0%,34%,6%,35%)
(0.00/0.34/0.06/0.35)	

CMYK percentages

%0
%33.94
%6.06
%35.29

Codes

Color #A56D9B in popluar color models

A56D9B
RGB165109155
HSL311°23.73%53.73%
HSB/HSV311°33.94%64.71%
CMYK0.00%33.94%6.06%
35.29%

Color #A56D9B in popluar number systems.

HEXA56D9B
Decimal165109155
Binary10100101110110110011011
Octal245155233

Shades and tints

Shades of #A56D9B

#A56D9B
(165,109,155)
#96648D
(150,100,141)
#875B7F
(135,91,127)
#785271
(120,82,113)
#694963
(105,73,99)
#5A4055
(90,64,85)
#4B3747
(75,55,71)
#3C2E39
(60,46,57)
#2D252B
(45,37,43)
#1E1C1D
(30,28,29)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #A56D9B

#A56D9B
(165,109,155)
#AD7AA4
(173,122,164)
#B587AD
(181,135,173)
#BD94B6
(189,148,182)
#C5A1BF
(197,161,191)
#CDAEC8
(205,174,200)
#D5BBD1
(213,187,209)
#DDC8DA
(221,200,218)
#E5D5E3
(229,213,227)
#EDE2EC
(237,226,236)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56D9B color. Also use rgb(165,109,155) instead hex code.

Text Font Color

.myTextColor { color: #A56D9B; }

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

This text font color is #A56D9B.


Background Color

.myBgColor { background-color: #A56D9B; }

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

This div background color is #A56D9B.


Border color

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

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

This div border color is #A56D9B.


Opacity

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

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

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

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

This text has shadow with #A56D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56D9B on black background.


Color preview on white background

This text has color #A56D9B on white background.



Black color preview on #A56D9B background

This text has black color on #A56D9B background.


White color preview on #A56D9B background

This text has white color on #A56D9B background.