COLOR #A56CA1

HEX: #A56CA1
RGB: (165,108,161)

Color info

#A56CA1 contains red, green and blue colors in about the same proportion. Web safe color of #A56CA1 is #996699 (or #969).

RGB color model

#A56CA1 color RGB value is (165,108,161).

  • red value is 165;
  • green value is 108;
  • blue value is 161.
RGB:
(165,108,161)
(65%,42%,63%)

RGB channels and saturation

R 165 of 255 = 65%
G 108 of 255 = 42%
B 161 of 255 = 63%

165
108
161

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

Portions of RGB colors in percentages

R + G + B =
165 + 108 + 161 = 434 (100%)
R 165 of 434 ~ 38.02%
G 108 of 434 ~ 24.88%
B 161 of 434 ~ 37.1%

%38.02
%24.88
%37.1

CMYK color model

#A56CA1 color CMYK value is (0,35,2,35).

  • cyan value is 0.00%
  • magenta value is 34.55%
  • yellow value is 2.42%
  • key color value is 35.29%
CMYK:
(0,35,2,35)
C0M35Y2K35 
(0%,35%,2%,35%)
(0.00/0.35/0.02/0.35)	

CMYK percentages

%0
%34.55
%2.42
%35.29

Codes

Color #A56CA1 in popluar color models

A56CA1
RGB165108161
HSL304°24.05%53.53%
HSB/HSV304°34.55%64.71%
CMYK0.00%34.55%2.42%
35.29%

Color #A56CA1 in popluar number systems.

HEXA56CA1
Decimal165108161
Binary10100101110110010100001
Octal245154241

Shades and tints

Shades of #A56CA1

#A56CA1
(165,108,161)
#966393
(150,99,147)
#875A85
(135,90,133)
#785177
(120,81,119)
#694869
(105,72,105)
#5A3F5B
(90,63,91)
#4B364D
(75,54,77)
#3C2D3F
(60,45,63)
#2D2431
(45,36,49)
#1E1B23
(30,27,35)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #A56CA1

#A56CA1
(165,108,161)
#AD79A9
(173,121,169)
#B586B1
(181,134,177)
#BD93B9
(189,147,185)
#C5A0C1
(197,160,193)
#CDADC9
(205,173,201)
#D5BAD1
(213,186,209)
#DDC7D9
(221,199,217)
#E5D4E1
(229,212,225)
#EDE1E9
(237,225,233)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56CA1 color. Also use rgb(165,108,161) instead hex code.

Text Font Color

.myTextColor { color: #A56CA1; }

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

This text font color is #A56CA1.


Background Color

.myBgColor { background-color: #A56CA1; }

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

This div background color is #A56CA1.


Border color

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

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

This div border color is #A56CA1.


Opacity

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

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

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

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

This text has shadow with #A56CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56CA1 on black background.


Color preview on white background

This text has color #A56CA1 on white background.



Black color preview on #A56CA1 background

This text has black color on #A56CA1 background.


White color preview on #A56CA1 background

This text has white color on #A56CA1 background.