COLOR #A56EC4

HEX: #A56EC4
RGB: (165,110,196)

Color info

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

RGB color model

#A56EC4 color RGB value is (165,110,196).

  • red value is 165;
  • green value is 110;
  • blue value is 196.
RGB:
(165,110,196)
(65%,43%,77%)

RGB channels and saturation

R 165 of 255 = 65%
G 110 of 255 = 43%
B 196 of 255 = 77%

165
110
196

R + G + B ~ 62%. #A56EC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 110 + 196 = 471 (100%)
R 165 of 471 ~ 35.03%
G 110 of 471 ~ 23.35%
B 196 of 471 ~ 41.61%

%35.03
%23.35
%41.61

CMYK color model

#A56EC4 color CMYK value is (16,44,0,23).

  • cyan value is 15.82%
  • magenta value is 43.88%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(16,44,0,23)
C16M44Y0K23 
(16%,44%,0%,23%)
(0.16/0.44/0.00/0.23)	

CMYK percentages

%15.82
%43.88
%0
%23.14

Codes

Color #A56EC4 in popluar color models

A56EC4
RGB165110196
HSL278°42.16%60.00%
HSB/HSV278°43.88%76.86%
CMYK15.82%43.88%0.00%
23.14%

Color #A56EC4 in popluar number systems.

HEXA56EC4
Decimal165110196
Binary10100101110111011000100
Octal245156304

Shades and tints

Shades of #A56EC4

#A56EC4
(165,110,196)
#9664B3
(150,100,179)
#875AA2
(135,90,162)
#785091
(120,80,145)
#694680
(105,70,128)
#5A3C6F
(90,60,111)
#4B325E
(75,50,94)
#3C284D
(60,40,77)
#2D1E3C
(45,30,60)
#1E142B
(30,20,43)
#0F0A1A
(15,10,26)
#000000
(0,0,0)

Tints of #A56EC4

#A56EC4
(165,110,196)
#AD7BC9
(173,123,201)
#B588CE
(181,136,206)
#BD95D3
(189,149,211)
#C5A2D8
(197,162,216)
#CDAFDD
(205,175,221)
#D5BCE2
(213,188,226)
#DDC9E7
(221,201,231)
#E5D6EC
(229,214,236)
#EDE3F1
(237,227,241)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56EC4; }

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

This text font color is #A56EC4.


Background Color

.myBgColor { background-color: #A56EC4; }

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

This div background color is #A56EC4.


Border color

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

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

This div border color is #A56EC4.


Opacity

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

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

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

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

This text has shadow with #A56EC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56EC4 on black background.


Color preview on white background

This text has color #A56EC4 on white background.



Black color preview on #A56EC4 background

This text has black color on #A56EC4 background.


White color preview on #A56EC4 background

This text has white color on #A56EC4 background.