COLOR #A56B9E

HEX: #A56B9E
RGB: (165,107,158)

Color info

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

RGB color model

#A56B9E color RGB value is (165,107,158).

  • red value is 165;
  • green value is 107;
  • blue value is 158.
RGB:
(165,107,158)
(65%,42%,62%)

RGB channels and saturation

R 165 of 255 = 65%
G 107 of 255 = 42%
B 158 of 255 = 62%

165
107
158

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

Portions of RGB colors in percentages

R + G + B =
165 + 107 + 158 = 430 (100%)
R 165 of 430 ~ 38.37%
G 107 of 430 ~ 24.88%
B 158 of 430 ~ 36.74%

%38.37
%24.88
%36.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.15%
  • yellow value is 4.24%
  • key color value is 35.29%
CMYK:
(0,35,4,35)
C0M35Y4K35 
(0%,35%,4%,35%)
(0.00/0.35/0.04/0.35)	

CMYK percentages

%0
%35.15
%4.24
%35.29

Codes

Color #A56B9E in popluar color models

A56B9E
RGB165107158
HSL307°24.37%53.33%
HSB/HSV307°35.15%64.71%
CMYK0.00%35.15%4.24%
35.29%

Color #A56B9E in popluar number systems.

HEXA56B9E
Decimal165107158
Binary10100101110101110011110
Octal245153236

Shades and tints

Shades of #A56B9E

#A56B9E
(165,107,158)
#966290
(150,98,144)
#875982
(135,89,130)
#785074
(120,80,116)
#694766
(105,71,102)
#5A3E58
(90,62,88)
#4B354A
(75,53,74)
#3C2C3C
(60,44,60)
#2D232E
(45,35,46)
#1E1A20
(30,26,32)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #A56B9E

#A56B9E
(165,107,158)
#AD78A6
(173,120,166)
#B585AE
(181,133,174)
#BD92B6
(189,146,182)
#C59FBE
(197,159,190)
#CDACC6
(205,172,198)
#D5B9CE
(213,185,206)
#DDC6D6
(221,198,214)
#E5D3DE
(229,211,222)
#EDE0E6
(237,224,230)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56B9E; }

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

This text font color is #A56B9E.


Background Color

.myBgColor { background-color: #A56B9E; }

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

This div background color is #A56B9E.


Border color

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

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

This div border color is #A56B9E.


Opacity

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

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

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

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

This text has shadow with #A56B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56B9E on black background.


Color preview on white background

This text has color #A56B9E on white background.



Black color preview on #A56B9E background

This text has black color on #A56B9E background.


White color preview on #A56B9E background

This text has white color on #A56B9E background.