COLOR #A56B9B

HEX: #A56B9B RGB: (165,107,155)

Color info

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

RGB color model

#A56B9B color RGB value is (165,107,155).

RGB: (165,107,155) (65%, 42%, 61%)

RGB channels and saturation

R 165 of 255 = 65%
G 107 of 255 = 42%
B 155 of 255 = 61%

165
107
155

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

Portions of RGB colors in percentages

R + G + B = 165 + 107 + 155 = 427 (100%)
R 165 of 427 ~ 38.64%
G 107 of 427 ~ 25.06%
B 155 of 427 ~ 36.3'%

%38.64
%25.06
%36.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.15%
  • yellow value is 6.06%
  • key color value is 35.29%

CMYK: (0,35,6,35)
C0M35Y6K35 (0%, 35%, 6%, 35%)
(0.00 / 0.35 / 0.06 / 0.35)

CMYK percentages

%0
%35.15
%6.06
%35.29

Codes

Color #A56B9B in popluar color models

A5 6B 9B
RGB 165 107 155
HSL 310° 24.37% 53.33%
HSB/HSV 310° 35.15% 64.71%
CMYK 0.00% 35.15% 6.06%
35.29%

Color #A56B9B in popluar number systems.

HEX A5 6B 9B
Decimal 165 107 155
Binary 10100101 1101011 10011011
Octal 245 153 233

Shades and tints

Shades of #A56B9B

#A56B9B
(165,107,155)
#96628D
(150,98,141)
#87597F
(135,89,127)
#785071
(120,80,113)
#694763
(105,71,99)
#5A3E55
(90,62,85)
#4B3547
(75,53,71)
#3C2C39
(60,44,57)
#2D232B
(45,35,43)
#1E1A1D
(30,26,29)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #A56B9B

#A56B9B
(165,107,155)
#AD78A4
(173,120,164)
#B585AD
(181,133,173)
#BD92B6
(189,146,182)
#C59FBF
(197,159,191)
#CDACC8
(205,172,200)
#D5B9D1
(213,185,209)
#DDC6DA
(221,198,218)
#E5D3E3
(229,211,227)
#EDE0EC
(237,224,236)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56B9B; }

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

This text font color is #A56B9B.

Background Color

.myBgColor { background-color: #A56B9B; }

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

This div background color is #A56B9B.

Border color

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

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

This div border color is #A56B9B.

Opacity

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

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

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

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

This text has shadow with #A56B9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56B9B.

Preview

Color preview on black background

This text has color #A56B9B on black background.


Color preview on white background

This text has color #A56B9B on white background.


Black color preview on #A56B9B background

This text has black color on #A56B9B background.


White color preview on #A56B9B background

This text has white color on #A56B9B background.


Related colors

Complementary color

Complementary color for #hex is #5A9464.


I love getcolorcode.com

Triadic colors

1 #9BA56B and #6B9BA5 with #A56B9B are triadic colors.

2 #9B6BA5 and #6BA59B with #A56B9B are triadic colors.