COLOR #A678A9

HEX: #A678A9
RGB: (166,120,169)

Color info

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

RGB color model

#A678A9 color RGB value is (166,120,169).

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

RGB channels and saturation

R 166 of 255 = 65%
G 120 of 255 = 47%
B 169 of 255 = 66%

166
120
169

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

Portions of RGB colors in percentages

R + G + B =
166 + 120 + 169 = 455 (100%)
R 166 of 455 ~ 36.48%
G 120 of 455 ~ 26.37%
B 169 of 455 ~ 37.14%

%36.48
%26.37
%37.14

CMYK color model

#A678A9 color CMYK value is (2,29,0,34).

  • cyan value is 1.78%
  • magenta value is 28.99%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(2,29,0,34)
C2M29Y0K34 
(2%,29%,0%,34%)
(0.02/0.29/0.00/0.34)	

CMYK percentages

%1.78
%28.99
%0
%33.73

Codes

Color #A678A9 in popluar color models

A678A9
RGB166120169
HSL296°22.17%56.67%
HSB/HSV296°28.99%66.27%
CMYK1.78%28.99%0.00%
33.73%

Color #A678A9 in popluar number systems.

HEXA678A9
Decimal166120169
Binary10100110111100010101001
Octal246170251

Shades and tints

Shades of #A678A9

#A678A9
(166,120,169)
#976E9A
(151,110,154)
#88648B
(136,100,139)
#795A7C
(121,90,124)
#6A506D
(106,80,109)
#5B465E
(91,70,94)
#4C3C4F
(76,60,79)
#3D3240
(61,50,64)
#2E2831
(46,40,49)
#1F1E22
(31,30,34)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #A678A9

#A678A9
(166,120,169)
#AE84B0
(174,132,176)
#B690B7
(182,144,183)
#BE9CBE
(190,156,190)
#C6A8C5
(198,168,197)
#CEB4CC
(206,180,204)
#D6C0D3
(214,192,211)
#DECCDA
(222,204,218)
#E6D8E1
(230,216,225)
#EEE4E8
(238,228,232)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A678A9; }

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

This text font color is #A678A9.


Background Color

.myBgColor { background-color: #A678A9; }

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

This div background color is #A678A9.


Border color

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

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

This div border color is #A678A9.


Opacity

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

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

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

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

This text has shadow with #A678A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A678A9 on black background.


Color preview on white background

This text has color #A678A9 on white background.



Black color preview on #A678A9 background

This text has black color on #A678A9 background.


White color preview on #A678A9 background

This text has white color on #A678A9 background.