COLOR #A56DAB

HEX: #A56DAB RGB: (165,109,171)

Color info

#A56DAB contains mainly red and blue colors. Web safe color of #A56DAB is #996699 (or #969).

RGB color model

#A56DAB color RGB value is (165,109,171).

RGB: (165,109,171) (65%, 43%, 67%)

RGB channels and saturation

R 165 of 255 = 65%
G 109 of 255 = 43%
B 171 of 255 = 67%

165
109
171

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

Portions of RGB colors in percentages

R + G + B = 165 + 109 + 171 = 445 (100%)
R 165 of 445 ~ 37.08%
G 109 of 445 ~ 24.49%
B 171 of 445 ~ 38.43'%

%37.08
%24.49
%38.43

CMYK color model

#A56DAB color CMYK value is (4,36,0,33).

  • cyan value is 3.51%
  • magenta value is 36.26%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (4,36,0,33)
C4M36Y0K33 (4%, 36%, 0%, 33%)
(0.04 / 0.36 / 0.00 / 0.33)

CMYK percentages

%3.51
%36.26
%0
%32.94

Codes

Color #A56DAB in popluar color models

A5 6D AB
RGB 165 109 171
HSL 294° 26.96% 54.90%
HSB/HSV 294° 36.26% 67.06%
CMYK 3.51% 36.26% 0.00%
32.94%

Color #A56DAB in popluar number systems.

HEX A5 6D AB
Decimal 165 109 171
Binary 10100101 1101101 10101011
Octal 245 155 253

Shades and tints

Shades of #A56DAB

#A56DAB
(165,109,171)
#96649C
(150,100,156)
#875B8D
(135,91,141)
#78527E
(120,82,126)
#69496F
(105,73,111)
#5A4060
(90,64,96)
#4B3751
(75,55,81)
#3C2E42
(60,46,66)
#2D2533
(45,37,51)
#1E1C24
(30,28,36)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #A56DAB

#A56DAB
(165,109,171)
#AD7AB2
(173,122,178)
#B587B9
(181,135,185)
#BD94C0
(189,148,192)
#C5A1C7
(197,161,199)
#CDAECE
(205,174,206)
#D5BBD5
(213,187,213)
#DDC8DC
(221,200,220)
#E5D5E3
(229,213,227)
#EDE2EA
(237,226,234)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56DAB; }

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

This text font color is #A56DAB.

Background Color

.myBgColor { background-color: #A56DAB; }

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

This div background color is #A56DAB.

Border color

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

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

This div border color is #A56DAB.

Opacity

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

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

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

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

This text has shadow with #A56DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56DAB.

Preview

Color preview on black background

This text has color #A56DAB on black background.


Color preview on white background

This text has color #A56DAB on white background.


Black color preview on #A56DAB background

This text has black color on #A56DAB background.


White color preview on #A56DAB background

This text has white color on #A56DAB background.


Related colors

Complementary color

Complementary color for #hex is #5A9254.


I love getcolorcode.com

Triadic colors

1 #ABA56D and #6DABA5 with #A56DAB are triadic colors.

2 #AB6DA5 and #6DA5AB with #A56DAB are triadic colors.