COLOR #A656AC

HEX: #A656AC
RGB: (166,86,172)

Color info

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

RGB color model

#A656AC color RGB value is (166,86,172).

  • red value is 166;
  • green value is 86;
  • blue value is 172.
RGB:
(166,86,172)
(65%,34%,67%)

RGB channels and saturation

R 166 of 255 = 65%
G 86 of 255 = 34%
B 172 of 255 = 67%

166
86
172

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

Portions of RGB colors in percentages

R + G + B =
166 + 86 + 172 = 424 (100%)
R 166 of 424 ~ 39.15%
G 86 of 424 ~ 20.28%
B 172 of 424 ~ 40.57%

%39.15
%20.28
%40.57

CMYK color model

#A656AC color CMYK value is (3,50,0,33).

  • cyan value is 3.49%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(3,50,0,33)
C3M50Y0K33 
(3%,50%,0%,33%)
(0.03/0.50/0.00/0.33)	

CMYK percentages

%3.49
%50
%0
%32.55

Codes

Color #A656AC in popluar color models

A656AC
RGB16686172
HSL296°34.13%50.59%
HSB/HSV296°50.00%67.45%
CMYK3.49%50.00%0.00%
32.55%

Color #A656AC in popluar number systems.

HEXA656AC
Decimal16686172
Binary10100110101011010101100
Octal246126254

Shades and tints

Shades of #A656AC

#A656AC
(166,86,172)
#974F9D
(151,79,157)
#88488E
(136,72,142)
#79417F
(121,65,127)
#6A3A70
(106,58,112)
#5B3361
(91,51,97)
#4C2C52
(76,44,82)
#3D2543
(61,37,67)
#2E1E34
(46,30,52)
#1F1725
(31,23,37)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #A656AC

#A656AC
(166,86,172)
#AE65B3
(174,101,179)
#B674BA
(182,116,186)
#BE83C1
(190,131,193)
#C692C8
(198,146,200)
#CEA1CF
(206,161,207)
#D6B0D6
(214,176,214)
#DEBFDD
(222,191,221)
#E6CEE4
(230,206,228)
#EEDDEB
(238,221,235)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A656AC color. Also use rgb(166,86,172) instead hex code.

Text Font Color

.myTextColor { color: #A656AC; }

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

This text font color is #A656AC.


Background Color

.myBgColor { background-color: #A656AC; }

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

This div background color is #A656AC.


Border color

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

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

This div border color is #A656AC.


Opacity

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

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

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

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

This text has shadow with #A656AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A656AC on black background.


Color preview on white background

This text has color #A656AC on white background.



Black color preview on #A656AC background

This text has black color on #A656AC background.


White color preview on #A656AC background

This text has white color on #A656AC background.