COLOR #A678B1

HEX: #A678B1
RGB: (166,120,177)

Color info

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

RGB color model

#A678B1 color RGB value is (166,120,177).

  • red value is 166;
  • green value is 120;
  • blue value is 177.
RGB:
(166,120,177)
(65%,47%,69%)

RGB channels and saturation

R 166 of 255 = 65%
G 120 of 255 = 47%
B 177 of 255 = 69%

166
120
177

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

Portions of RGB colors in percentages

R + G + B =
166 + 120 + 177 = 463 (100%)
R 166 of 463 ~ 35.85%
G 120 of 463 ~ 25.92%
B 177 of 463 ~ 38.23%

%35.85
%25.92
%38.23

CMYK color model

#A678B1 color CMYK value is (6,32,0,31).

  • cyan value is 6.21%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(6,32,0,31)
C6M32Y0K31 
(6%,32%,0%,31%)
(0.06/0.32/0.00/0.31)	

CMYK percentages

%6.21
%32.2
%0
%30.59

Codes

Color #A678B1 in popluar color models

A678B1
RGB166120177
HSL288°26.76%58.24%
HSB/HSV288°32.20%69.41%
CMYK6.21%32.20%0.00%
30.59%

Color #A678B1 in popluar number systems.

HEXA678B1
Decimal166120177
Binary10100110111100010110001
Octal246170261

Shades and tints

Shades of #A678B1

#A678B1
(166,120,177)
#976EA1
(151,110,161)
#886491
(136,100,145)
#795A81
(121,90,129)
#6A5071
(106,80,113)
#5B4661
(91,70,97)
#4C3C51
(76,60,81)
#3D3241
(61,50,65)
#2E2831
(46,40,49)
#1F1E21
(31,30,33)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #A678B1

#A678B1
(166,120,177)
#AE84B8
(174,132,184)
#B690BF
(182,144,191)
#BE9CC6
(190,156,198)
#C6A8CD
(198,168,205)
#CEB4D4
(206,180,212)
#D6C0DB
(214,192,219)
#DECCE2
(222,204,226)
#E6D8E9
(230,216,233)
#EEE4F0
(238,228,240)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A678B1 color. Also use rgb(166,120,177) instead hex code.

Text Font Color

.myTextColor { color: #A678B1; }

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

This text font color is #A678B1.


Background Color

.myBgColor { background-color: #A678B1; }

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

This div background color is #A678B1.


Border color

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

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

This div border color is #A678B1.


Opacity

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

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

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

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

This text has shadow with #A678B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A678B1 on black background.


Color preview on white background

This text has color #A678B1 on white background.



Black color preview on #A678B1 background

This text has black color on #A678B1 background.


White color preview on #A678B1 background

This text has white color on #A678B1 background.