COLOR #A56FB3

HEX: #A56FB3
RGB: (165,111,179)

Color info

#A56FB3 contains mainly red and blue colors. Web safe color of #A56FB3 is #996699 (or #969).

RGB color model

#A56FB3 color RGB value is (165,111,179).

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

RGB channels and saturation

R 165 of 255 = 65%
G 111 of 255 = 44%
B 179 of 255 = 70%

165
111
179

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

Portions of RGB colors in percentages

R + G + B =
165 + 111 + 179 = 455 (100%)
R 165 of 455 ~ 36.26%
G 111 of 455 ~ 24.4%
B 179 of 455 ~ 39.34%

%36.26
%24.4
%39.34

CMYK color model

#A56FB3 color CMYK value is (8,38,0,30).

  • cyan value is 7.82%
  • magenta value is 37.99%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(8,38,0,30)
C8M38Y0K30 
(8%,38%,0%,30%)
(0.08/0.38/0.00/0.30)	

CMYK percentages

%7.82
%37.99
%0
%29.8

Codes

Color #A56FB3 in popluar color models

A56FB3
RGB165111179
HSL288°30.91%56.86%
HSB/HSV288°37.99%70.20%
CMYK7.82%37.99%0.00%
29.80%

Color #A56FB3 in popluar number systems.

HEXA56FB3
Decimal165111179
Binary10100101110111110110011
Octal245157263

Shades and tints

Shades of #A56FB3

#A56FB3
(165,111,179)
#9665A3
(150,101,163)
#875B93
(135,91,147)
#785183
(120,81,131)
#694773
(105,71,115)
#5A3D63
(90,61,99)
#4B3353
(75,51,83)
#3C2943
(60,41,67)
#2D1F33
(45,31,51)
#1E1523
(30,21,35)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #A56FB3

#A56FB3
(165,111,179)
#AD7CB9
(173,124,185)
#B589BF
(181,137,191)
#BD96C5
(189,150,197)
#C5A3CB
(197,163,203)
#CDB0D1
(205,176,209)
#D5BDD7
(213,189,215)
#DDCADD
(221,202,221)
#E5D7E3
(229,215,227)
#EDE4E9
(237,228,233)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56FB3; }

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

This text font color is #A56FB3.


Background Color

.myBgColor { background-color: #A56FB3; }

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

This div background color is #A56FB3.


Border color

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

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

This div border color is #A56FB3.


Opacity

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

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

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

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

This text has shadow with #A56FB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56FB3 on black background.


Color preview on white background

This text has color #A56FB3 on white background.



Black color preview on #A56FB3 background

This text has black color on #A56FB3 background.


White color preview on #A56FB3 background

This text has white color on #A56FB3 background.