COLOR #A676C8

HEX: #A676C8
RGB: (166,118,200)

Color info

#A676C8 contains mainly red and blue colors. Web safe color of #A676C8 is #9966CC (or #96C).

RGB color model

#A676C8 color RGB value is (166,118,200).

  • red value is 166;
  • green value is 118;
  • blue value is 200.
RGB:
(166,118,200)
(65%,46%,78%)

RGB channels and saturation

R 166 of 255 = 65%
G 118 of 255 = 46%
B 200 of 255 = 78%

166
118
200

R + G + B ~ 63%. #A676C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 118 + 200 = 484 (100%)
R 166 of 484 ~ 34.3%
G 118 of 484 ~ 24.38%
B 200 of 484 ~ 41.32%

%34.3
%24.38
%41.32

CMYK color model

#A676C8 color CMYK value is (17,41,0,22).

  • cyan value is 17.00%
  • magenta value is 41.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(17,41,0,22)
C17M41Y0K22 
(17%,41%,0%,22%)
(0.17/0.41/0.00/0.22)	

CMYK percentages

%17
%41
%0
%21.57

Codes

Color #A676C8 in popluar color models

A676C8
RGB166118200
HSL275°42.71%62.35%
HSB/HSV275°41.00%78.43%
CMYK17.00%41.00%0.00%
21.57%

Color #A676C8 in popluar number systems.

HEXA676C8
Decimal166118200
Binary10100110111011011001000
Octal246166310

Shades and tints

Shades of #A676C8

#A676C8
(166,118,200)
#976CB6
(151,108,182)
#8862A4
(136,98,164)
#795892
(121,88,146)
#6A4E80
(106,78,128)
#5B446E
(91,68,110)
#4C3A5C
(76,58,92)
#3D304A
(61,48,74)
#2E2638
(46,38,56)
#1F1C26
(31,28,38)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #A676C8

#A676C8
(166,118,200)
#AE82CD
(174,130,205)
#B68ED2
(182,142,210)
#BE9AD7
(190,154,215)
#C6A6DC
(198,166,220)
#CEB2E1
(206,178,225)
#D6BEE6
(214,190,230)
#DECAEB
(222,202,235)
#E6D6F0
(230,214,240)
#EEE2F5
(238,226,245)
#F6EEFA
(246,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A676C8 color. Also use rgb(166,118,200) instead hex code.

Text Font Color

.myTextColor { color: #A676C8; }

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

This text font color is #A676C8.


Background Color

.myBgColor { background-color: #A676C8; }

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

This div background color is #A676C8.


Border color

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

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

This div border color is #A676C8.


Opacity

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

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

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

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

This text has shadow with #A676C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A676C8 on black background.


Color preview on white background

This text has color #A676C8 on white background.



Black color preview on #A676C8 background

This text has black color on #A676C8 background.


White color preview on #A676C8 background

This text has white color on #A676C8 background.