COLOR #A56FB8

HEX: #A56FB8
RGB: (165,111,184)

Color info

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

RGB color model

#A56FB8 color RGB value is (165,111,184).

  • red value is 165;
  • green value is 111;
  • blue value is 184.
RGB:
(165,111,184)
(65%,44%,72%)

RGB channels and saturation

R 165 of 255 = 65%
G 111 of 255 = 44%
B 184 of 255 = 72%

165
111
184

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

Portions of RGB colors in percentages

R + G + B =
165 + 111 + 184 = 460 (100%)
R 165 of 460 ~ 35.87%
G 111 of 460 ~ 24.13%
B 184 of 460 ~ 40%

%35.87
%24.13
%40

CMYK color model

#A56FB8 color CMYK value is (10,40,0,28).

  • cyan value is 10.33%
  • magenta value is 39.67%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(10,40,0,28)
C10M40Y0K28 
(10%,40%,0%,28%)
(0.10/0.40/0.00/0.28)	

CMYK percentages

%10.33
%39.67
%0
%27.84

Codes

Color #A56FB8 in popluar color models

A56FB8
RGB165111184
HSL284°33.95%57.84%
HSB/HSV284°39.67%72.16%
CMYK10.33%39.67%0.00%
27.84%

Color #A56FB8 in popluar number systems.

HEXA56FB8
Decimal165111184
Binary10100101110111110111000
Octal245157270

Shades and tints

Shades of #A56FB8

#A56FB8
(165,111,184)
#9665A8
(150,101,168)
#875B98
(135,91,152)
#785188
(120,81,136)
#694778
(105,71,120)
#5A3D68
(90,61,104)
#4B3358
(75,51,88)
#3C2948
(60,41,72)
#2D1F38
(45,31,56)
#1E1528
(30,21,40)
#0F0B18
(15,11,24)
#000000
(0,0,0)

Tints of #A56FB8

#A56FB8
(165,111,184)
#AD7CBE
(173,124,190)
#B589C4
(181,137,196)
#BD96CA
(189,150,202)
#C5A3D0
(197,163,208)
#CDB0D6
(205,176,214)
#D5BDDC
(213,189,220)
#DDCAE2
(221,202,226)
#E5D7E8
(229,215,232)
#EDE4EE
(237,228,238)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56FB8; }

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

This text font color is #A56FB8.


Background Color

.myBgColor { background-color: #A56FB8; }

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

This div background color is #A56FB8.


Border color

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

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

This div border color is #A56FB8.


Opacity

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

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

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

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

This text has shadow with #A56FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56FB8 on black background.


Color preview on white background

This text has color #A56FB8 on white background.



Black color preview on #A56FB8 background

This text has black color on #A56FB8 background.


White color preview on #A56FB8 background

This text has white color on #A56FB8 background.