COLOR #A56D9F

HEX: #A56D9F RGB: (165,109,159)

Color info

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

RGB color model

#A56D9F color RGB value is (165,109,159).

RGB: (165,109,159) (65%, 43%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 109 of 255 = 43%
B 159 of 255 = 62%

165
109
159

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

Portions of RGB colors in percentages

R + G + B = 165 + 109 + 159 = 433 (100%)
R 165 of 433 ~ 38.11%
G 109 of 433 ~ 25.17%
B 159 of 433 ~ 36.72'%

%38.11
%25.17
%36.72

CMYK color model

#A56D9F color CMYK value is (0,34,4,35).

  • cyan value is 0.00%
  • magenta value is 33.94%
  • yellow value is 3.64%
  • key color value is 35.29%

CMYK: (0,34,4,35)
C0M34Y4K35 (0%, 34%, 4%, 35%)
(0.00 / 0.34 / 0.04 / 0.35)

CMYK percentages

%0
%33.94
%3.64
%35.29

Codes

Color #A56D9F in popluar color models

A5 6D 9F
RGB 165 109 159
HSL 306° 23.73% 53.73%
HSB/HSV 306° 33.94% 64.71%
CMYK 0.00% 33.94% 3.64%
35.29%

Color #A56D9F in popluar number systems.

HEX A5 6D 9F
Decimal 165 109 159
Binary 10100101 1101101 10011111
Octal 245 155 237

Shades and tints

Shades of #A56D9F

#A56D9F
(165,109,159)
#966491
(150,100,145)
#875B83
(135,91,131)
#785275
(120,82,117)
#694967
(105,73,103)
#5A4059
(90,64,89)
#4B374B
(75,55,75)
#3C2E3D
(60,46,61)
#2D252F
(45,37,47)
#1E1C21
(30,28,33)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #A56D9F

#A56D9F
(165,109,159)
#AD7AA7
(173,122,167)
#B587AF
(181,135,175)
#BD94B7
(189,148,183)
#C5A1BF
(197,161,191)
#CDAEC7
(205,174,199)
#D5BBCF
(213,187,207)
#DDC8D7
(221,200,215)
#E5D5DF
(229,213,223)
#EDE2E7
(237,226,231)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56D9F; }

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

This text font color is #A56D9F.

Background Color

.myBgColor { background-color: #A56D9F; }

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

This div background color is #A56D9F.

Border color

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

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

This div border color is #A56D9F.

Opacity

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

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

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

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

This text has shadow with #A56D9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56D9F.

Preview

Color preview on black background

This text has color #A56D9F on black background.


Color preview on white background

This text has color #A56D9F on white background.


Black color preview on #A56D9F background

This text has black color on #A56D9F background.


White color preview on #A56D9F background

This text has white color on #A56D9F background.


Related colors

Complementary color

Complementary color for #hex is #5A9260.


I love getcolorcode.com

Triadic colors

1 #9FA56D and #6D9FA5 with #A56D9F are triadic colors.

2 #9F6DA5 and #6DA59F with #A56D9F are triadic colors.