COLOR #A56ECA

HEX: #A56ECA
RGB: (165,110,202)

Color info

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

RGB color model

#A56ECA color RGB value is (165,110,202).

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

RGB channels and saturation

R 165 of 255 = 65%
G 110 of 255 = 43%
B 202 of 255 = 79%

165
110
202

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

Portions of RGB colors in percentages

R + G + B =
165 + 110 + 202 = 477 (100%)
R 165 of 477 ~ 34.59%
G 110 of 477 ~ 23.06%
B 202 of 477 ~ 42.35%

%34.59
%23.06
%42.35

CMYK color model

#A56ECA color CMYK value is (18,46,0,21).

  • cyan value is 18.32%
  • magenta value is 45.54%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(18,46,0,21)
C18M46Y0K21 
(18%,46%,0%,21%)
(0.18/0.46/0.00/0.21)	

CMYK percentages

%18.32
%45.54
%0
%20.78

Codes

Color #A56ECA in popluar color models

A56ECA
RGB165110202
HSL276°46.46%61.18%
HSB/HSV276°45.54%79.22%
CMYK18.32%45.54%0.00%
20.78%

Color #A56ECA in popluar number systems.

HEXA56ECA
Decimal165110202
Binary10100101110111011001010
Octal245156312

Shades and tints

Shades of #A56ECA

#A56ECA
(165,110,202)
#9664B8
(150,100,184)
#875AA6
(135,90,166)
#785094
(120,80,148)
#694682
(105,70,130)
#5A3C70
(90,60,112)
#4B325E
(75,50,94)
#3C284C
(60,40,76)
#2D1E3A
(45,30,58)
#1E1428
(30,20,40)
#0F0A16
(15,10,22)
#000000
(0,0,0)

Tints of #A56ECA

#A56ECA
(165,110,202)
#AD7BCE
(173,123,206)
#B588D2
(181,136,210)
#BD95D6
(189,149,214)
#C5A2DA
(197,162,218)
#CDAFDE
(205,175,222)
#D5BCE2
(213,188,226)
#DDC9E6
(221,201,230)
#E5D6EA
(229,214,234)
#EDE3EE
(237,227,238)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56ECA; }

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

This text font color is #A56ECA.


Background Color

.myBgColor { background-color: #A56ECA; }

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

This div background color is #A56ECA.


Border color

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

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

This div border color is #A56ECA.


Opacity

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

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

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

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

This text has shadow with #A56ECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56ECA on black background.


Color preview on white background

This text has color #A56ECA on white background.



Black color preview on #A56ECA background

This text has black color on #A56ECA background.


White color preview on #A56ECA background

This text has white color on #A56ECA background.