COLOR #A56EBF

HEX: #A56EBF
RGB: (165,110,191)

Color info

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

RGB color model

#A56EBF color RGB value is (165,110,191).

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

RGB channels and saturation

R 165 of 255 = 65%
G 110 of 255 = 43%
B 191 of 255 = 75%

165
110
191

R + G + B ~ 61%. #A56EBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 110 + 191 = 466 (100%)
R 165 of 466 ~ 35.41%
G 110 of 466 ~ 23.61%
B 191 of 466 ~ 40.99%

%35.41
%23.61
%40.99

CMYK color model

#A56EBF color CMYK value is (14,42,0,25).

  • cyan value is 13.61%
  • magenta value is 42.41%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(14,42,0,25)
C14M42Y0K25 
(14%,42%,0%,25%)
(0.14/0.42/0.00/0.25)	

CMYK percentages

%13.61
%42.41
%0
%25.1

Codes

Color #A56EBF in popluar color models

A56EBF
RGB165110191
HSL281°38.76%59.02%
HSB/HSV281°42.41%74.90%
CMYK13.61%42.41%0.00%
25.10%

Color #A56EBF in popluar number systems.

HEXA56EBF
Decimal165110191
Binary10100101110111010111111
Octal245156277

Shades and tints

Shades of #A56EBF

#A56EBF
(165,110,191)
#9664AE
(150,100,174)
#875A9D
(135,90,157)
#78508C
(120,80,140)
#69467B
(105,70,123)
#5A3C6A
(90,60,106)
#4B3259
(75,50,89)
#3C2848
(60,40,72)
#2D1E37
(45,30,55)
#1E1426
(30,20,38)
#0F0A15
(15,10,21)
#000000
(0,0,0)

Tints of #A56EBF

#A56EBF
(165,110,191)
#AD7BC4
(173,123,196)
#B588C9
(181,136,201)
#BD95CE
(189,149,206)
#C5A2D3
(197,162,211)
#CDAFD8
(205,175,216)
#D5BCDD
(213,188,221)
#DDC9E2
(221,201,226)
#E5D6E7
(229,214,231)
#EDE3EC
(237,227,236)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56EBF; }

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

This text font color is #A56EBF.


Background Color

.myBgColor { background-color: #A56EBF; }

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

This div background color is #A56EBF.


Border color

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

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

This div border color is #A56EBF.


Opacity

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

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

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

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

This text has shadow with #A56EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56EBF on black background.


Color preview on white background

This text has color #A56EBF on white background.



Black color preview on #A56EBF background

This text has black color on #A56EBF background.


White color preview on #A56EBF background

This text has white color on #A56EBF background.