COLOR #A56CAC

HEX: #A56CAC
RGB: (165,108,172)

Color info

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

RGB color model

#A56CAC color RGB value is (165,108,172).

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

RGB channels and saturation

R 165 of 255 = 65%
G 108 of 255 = 42%
B 172 of 255 = 67%

165
108
172

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

Portions of RGB colors in percentages

R + G + B =
165 + 108 + 172 = 445 (100%)
R 165 of 445 ~ 37.08%
G 108 of 445 ~ 24.27%
B 172 of 445 ~ 38.65%

%37.08
%24.27
%38.65

CMYK color model

#A56CAC color CMYK value is (4,37,0,33).

  • cyan value is 4.07%
  • magenta value is 37.21%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (4,37,0,33) C4M37Y0K33 (4%,37%,0%,33%) (0.04/0.37/0.00/0.33)

CMYK percentages

%4.07
%37.21
%0
%32.55

Codes

Color #A56CAC in popluar color models

A56CAC
RGB165108172
HSL293°27.83%54.90%
HSB/HSV293°37.21%67.45%
CMYK4.07%37.21%0.00%
32.55%

Color #A56CAC in popluar number systems.

HEXA56CAC
Decimal165108172
Binary10100101110110010101100
Octal245154254

Shades and tints

Shades of #A56CAC

#A56CAC
(165,108,172)
#96639D
(150,99,157)
#875A8E
(135,90,142)
#78517F
(120,81,127)
#694870
(105,72,112)
#5A3F61
(90,63,97)
#4B3652
(75,54,82)
#3C2D43
(60,45,67)
#2D2434
(45,36,52)
#1E1B25
(30,27,37)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #A56CAC

#A56CAC
(165,108,172)
#AD79B3
(173,121,179)
#B586BA
(181,134,186)
#BD93C1
(189,147,193)
#C5A0C8
(197,160,200)
#CDADCF
(205,173,207)
#D5BAD6
(213,186,214)
#DDC7DD
(221,199,221)
#E5D4E4
(229,212,228)
#EDE1EB
(237,225,235)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56CAC; }

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

This text font color is #A56CAC.


Background Color

.myBgColor { background-color: #A56CAC; }

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

This div background color is #A56CAC.


Border color

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

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

This div border color is #A56CAC.


Opacity

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

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

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

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

This text has shadow with #A56CAC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A56CAC on black background.


Color preview on white background

This text has color #A56CAC on white background.



Black color preview on #A56CAC background

This text has black color on #A56CAC background.


White color preview on #A56CAC background

This text has white color on #A56CAC background.