COLOR #A56D9E

HEX: #A56D9E RGB: (165,109,158)

Color info

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

RGB color model

#A56D9E color RGB value is (165,109,158).

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

RGB channels and saturation

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

165
109
158

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

Portions of RGB colors in percentages

R + G + B = 165 + 109 + 158 = 432 (100%)
R 165 of 432 ~ 38.19%
G 109 of 432 ~ 25.23%
B 158 of 432 ~ 36.57'%

%38.19
%25.23
%36.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.94%
  • yellow value is 4.24%
  • 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
%4.24
%35.29

Codes

Color #A56D9E in popluar color models

A5 6D 9E
RGB 165 109 158
HSL 308° 23.73% 53.73%
HSB/HSV 308° 33.94% 64.71%
CMYK 0.00% 33.94% 4.24%
35.29%

Color #A56D9E in popluar number systems.

HEX A5 6D 9E
Decimal 165 109 158
Binary 10100101 1101101 10011110
Octal 245 155 236

Shades and tints

Shades of #A56D9E

#A56D9E
(165,109,158)
#966490
(150,100,144)
#875B82
(135,91,130)
#785274
(120,82,116)
#694966
(105,73,102)
#5A4058
(90,64,88)
#4B374A
(75,55,74)
#3C2E3C
(60,46,60)
#2D252E
(45,37,46)
#1E1C20
(30,28,32)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #A56D9E

#A56D9E
(165,109,158)
#AD7AA6
(173,122,166)
#B587AE
(181,135,174)
#BD94B6
(189,148,182)
#C5A1BE
(197,161,190)
#CDAEC6
(205,174,198)
#D5BBCE
(213,187,206)
#DDC8D6
(221,200,214)
#E5D5DE
(229,213,222)
#EDE2E6
(237,226,230)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56D9E; }

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

This text font color is #A56D9E.

Background Color

.myBgColor { background-color: #A56D9E; }

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

This div background color is #A56D9E.

Border color

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

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

This div border color is #A56D9E.

Opacity

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

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

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

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

This text has shadow with #A56D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56D9E.

Preview

Color preview on black background

This text has color #A56D9E on black background.


Color preview on white background

This text has color #A56D9E on white background.


Black color preview on #A56D9E background

This text has black color on #A56D9E background.


White color preview on #A56D9E background

This text has white color on #A56D9E background.


Related colors

Complementary color

Complementary color for #hex is #5A9261.


I love getcolorcode.com

Triadic colors

1 #9EA56D and #6D9EA5 with #A56D9E are triadic colors.

2 #9E6DA5 and #6DA59E with #A56D9E are triadic colors.