COLOR #A56BA5

HEX: #A56BA5
RGB: (165,107,165)

Color info

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

RGB color model

#A56BA5 color RGB value is (165,107,165).

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

RGB channels and saturation

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

165
107
165

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

Portions of RGB colors in percentages

R + G + B =
165 + 107 + 165 = 437 (100%)
R 165 of 437 ~ 37.76%
G 107 of 437 ~ 24.49%
B 165 of 437 ~ 37.76%

%37.76
%24.49
%37.76

CMYK color model

#A56BA5 color CMYK value is (0,35,0,35).

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

CMYK percentages

%0
%35.15
%0
%35.29

Codes

Color #A56BA5 in popluar color models

A56BA5
RGB165107165
HSL300°24.37%53.33%
HSB/HSV300°35.15%64.71%
CMYK0.00%35.15%0.00%
35.29%

Color #A56BA5 in popluar number systems.

HEXA56BA5
Decimal165107165
Binary10100101110101110100101
Octal245153245

Shades and tints

Shades of #A56BA5

#A56BA5
(165,107,165)
#966296
(150,98,150)
#875987
(135,89,135)
#785078
(120,80,120)
#694769
(105,71,105)
#5A3E5A
(90,62,90)
#4B354B
(75,53,75)
#3C2C3C
(60,44,60)
#2D232D
(45,35,45)
#1E1A1E
(30,26,30)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #A56BA5

#A56BA5
(165,107,165)
#AD78AD
(173,120,173)
#B585B5
(181,133,181)
#BD92BD
(189,146,189)
#C59FC5
(197,159,197)
#CDACCD
(205,172,205)
#D5B9D5
(213,185,213)
#DDC6DD
(221,198,221)
#E5D3E5
(229,211,229)
#EDE0ED
(237,224,237)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56BA5; }

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

This text font color is #A56BA5.


Background Color

.myBgColor { background-color: #A56BA5; }

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

This div background color is #A56BA5.


Border color

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

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

This div border color is #A56BA5.


Opacity

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

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

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

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

This text has shadow with #A56BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56BA5 on black background.


Color preview on white background

This text has color #A56BA5 on white background.



Black color preview on #A56BA5 background

This text has black color on #A56BA5 background.


White color preview on #A56BA5 background

This text has white color on #A56BA5 background.