COLOR #A56A9B

HEX: #A56A9B RGB: (165,106,155)

Color info

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

RGB color model

#A56A9B color RGB value is (165,106,155).

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

RGB channels and saturation

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

165
106
155

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

Portions of RGB colors in percentages

R + G + B = 165 + 106 + 155 = 426 (100%)
R 165 of 426 ~ 38.73%
G 106 of 426 ~ 24.88%
B 155 of 426 ~ 36.38'%

%38.73
%24.88
%36.38

CMYK color model

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

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

CMYK: (0,36,6,35)
C0M36Y6K35 (0%, 36%, 6%, 35%)
(0.00 / 0.36 / 0.06 / 0.35)

CMYK percentages

%0
%35.76
%6.06
%35.29

Codes

Color #A56A9B in popluar color models

A5 6A 9B
RGB 165 106 155
HSL 310° 24.69% 53.14%
HSB/HSV 310° 35.76% 64.71%
CMYK 0.00% 35.76% 6.06%
35.29%

Color #A56A9B in popluar number systems.

HEX A5 6A 9B
Decimal 165 106 155
Binary 10100101 1101010 10011011
Octal 245 152 233

Shades and tints

Shades of #A56A9B

#A56A9B
(165,106,155)
#96618D
(150,97,141)
#87587F
(135,88,127)
#784F71
(120,79,113)
#694663
(105,70,99)
#5A3D55
(90,61,85)
#4B3447
(75,52,71)
#3C2B39
(60,43,57)
#2D222B
(45,34,43)
#1E191D
(30,25,29)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #A56A9B

#A56A9B
(165,106,155)
#AD77A4
(173,119,164)
#B584AD
(181,132,173)
#BD91B6
(189,145,182)
#C59EBF
(197,158,191)
#CDABC8
(205,171,200)
#D5B8D1
(213,184,209)
#DDC5DA
(221,197,218)
#E5D2E3
(229,210,227)
#EDDFEC
(237,223,236)
#F5ECF5
(245,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56A9B; }

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

This text font color is #A56A9B.

Background Color

.myBgColor { background-color: #A56A9B; }

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

This div background color is #A56A9B.

Border color

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

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

This div border color is #A56A9B.

Opacity

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

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

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

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

This text has shadow with #A56A9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56A9B.

Preview

Color preview on black background

This text has color #A56A9B on black background.


Color preview on white background

This text has color #A56A9B on white background.


Black color preview on #A56A9B background

This text has black color on #A56A9B background.


White color preview on #A56A9B background

This text has white color on #A56A9B background.


Related colors

Complementary color

Complementary color for #hex is #5A9564.


I love getcolorcode.com

Triadic colors

1 #9BA56A and #6A9BA5 with #A56A9B are triadic colors.

2 #9B6AA5 and #6AA59B with #A56A9B are triadic colors.