COLOR #A56EF5

HEX: #A56EF5
RGB: (165,110,245)

Color info

#A56EF5 contains mainly blue color. Web safe color of #A56EF5 is #9966FF (or #96F).

RGB color model

#A56EF5 color RGB value is (165,110,245).

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

RGB channels and saturation

R 165 of 255 = 65%
G 110 of 255 = 43%
B 245 of 255 = 96%

165
110
245

R + G + B ~ 68%. #A56EF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 110 + 245 = 520 (100%)
R 165 of 520 ~ 31.73%
G 110 of 520 ~ 21.15%
B 245 of 520 ~ 47.12%

%31.73
%21.15
%47.12

CMYK color model

#A56EF5 color CMYK value is (33,55,0,4).

  • cyan value is 32.65%
  • magenta value is 55.10%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(33,55,0,4)
C33M55Y0K4 
(33%,55%,0%,4%)
(0.33/0.55/0.00/0.04)	

CMYK percentages

%32.65
%55.1
%0
%3.92

Codes

Color #A56EF5 in popluar color models

A56EF5
RGB165110245
HSL264°87.10%69.61%
HSB/HSV264°55.10%96.08%
CMYK32.65%55.10%0.00%
3.92%

Color #A56EF5 in popluar number systems.

HEXA56EF5
Decimal165110245
Binary10100101110111011110101
Octal245156365

Shades and tints

Shades of #A56EF5

#A56EF5
(165,110,245)
#9664DF
(150,100,223)
#875AC9
(135,90,201)
#7850B3
(120,80,179)
#69469D
(105,70,157)
#5A3C87
(90,60,135)
#4B3271
(75,50,113)
#3C285B
(60,40,91)
#2D1E45
(45,30,69)
#1E142F
(30,20,47)
#0F0A19
(15,10,25)
#000000
(0,0,0)

Tints of #A56EF5

#A56EF5
(165,110,245)
#AD7BF5
(173,123,245)
#B588F5
(181,136,245)
#BD95F5
(189,149,245)
#C5A2F5
(197,162,245)
#CDAFF5
(205,175,245)
#D5BCF5
(213,188,245)
#DDC9F5
(221,201,245)
#E5D6F5
(229,214,245)
#EDE3F5
(237,227,245)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56EF5; }

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

This text font color is #A56EF5.


Background Color

.myBgColor { background-color: #A56EF5; }

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

This div background color is #A56EF5.


Border color

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

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

This div border color is #A56EF5.


Opacity

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

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

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

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

This text has shadow with #A56EF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56EF5 on black background.


Color preview on white background

This text has color #A56EF5 on white background.



Black color preview on #A56EF5 background

This text has black color on #A56EF5 background.


White color preview on #A56EF5 background

This text has white color on #A56EF5 background.