COLOR #A56DB5

HEX: #A56DB5 RGB: (165,109,181)

Color info

#A56DB5 contains mainly red and blue colors. Web safe color of #A56DB5 is #9966CC (or #96C).

RGB color model

#A56DB5 color RGB value is (165,109,181).

RGB: (165,109,181) (65%, 43%, 71%)

RGB channels and saturation

R 165 of 255 = 65%
G 109 of 255 = 43%
B 181 of 255 = 71%

165
109
181

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

Portions of RGB colors in percentages

R + G + B = 165 + 109 + 181 = 455 (100%)
R 165 of 455 ~ 36.26%
G 109 of 455 ~ 23.96%
B 181 of 455 ~ 39.78'%

%36.26
%23.96
%39.78

CMYK color model

#A56DB5 color CMYK value is (9,40,0,29).

  • cyan value is 8.84%
  • magenta value is 39.78%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (9,40,0,29)
C9M40Y0K29 (9%, 40%, 0%, 29%)
(0.09 / 0.40 / 0.00 / 0.29)

CMYK percentages

%8.84
%39.78
%0
%29.02

Codes

Color #A56DB5 in popluar color models

A5 6D B5
RGB 165 109 181
HSL 287° 32.73% 56.86%
HSB/HSV 287° 39.78% 70.98%
CMYK 8.84% 39.78% 0.00%
29.02%

Color #A56DB5 in popluar number systems.

HEX A5 6D B5
Decimal 165 109 181
Binary 10100101 1101101 10110101
Octal 245 155 265

Shades and tints

Shades of #A56DB5

#A56DB5
(165,109,181)
#9664A5
(150,100,165)
#875B95
(135,91,149)
#785285
(120,82,133)
#694975
(105,73,117)
#5A4065
(90,64,101)
#4B3755
(75,55,85)
#3C2E45
(60,46,69)
#2D2535
(45,37,53)
#1E1C25
(30,28,37)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #A56DB5

#A56DB5
(165,109,181)
#AD7ABB
(173,122,187)
#B587C1
(181,135,193)
#BD94C7
(189,148,199)
#C5A1CD
(197,161,205)
#CDAED3
(205,174,211)
#D5BBD9
(213,187,217)
#DDC8DF
(221,200,223)
#E5D5E5
(229,213,229)
#EDE2EB
(237,226,235)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56DB5; }

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

This text font color is #A56DB5.

Background Color

.myBgColor { background-color: #A56DB5; }

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

This div background color is #A56DB5.

Border color

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

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

This div border color is #A56DB5.

Opacity

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

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

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

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

This text has shadow with #A56DB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56DB5.

Preview

Color preview on black background

This text has color #A56DB5 on black background.


Color preview on white background

This text has color #A56DB5 on white background.


Black color preview on #A56DB5 background

This text has black color on #A56DB5 background.


White color preview on #A56DB5 background

This text has white color on #A56DB5 background.


Related colors

Complementary color

Complementary color for #hex is #5A924A.


I love getcolorcode.com

Triadic colors

1 #B5A56D and #6DB5A5 with #A56DB5 are triadic colors.

2 #B56DA5 and #6DA5B5 with #A56DB5 are triadic colors.