COLOR #A678AE

HEX: #A678AE
RGB: (166,120,174)

Color info

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

RGB color model

#A678AE color RGB value is (166,120,174).

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

RGB channels and saturation

R 166 of 255 = 65%
G 120 of 255 = 47%
B 174 of 255 = 68%

166
120
174

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

Portions of RGB colors in percentages

R + G + B =
166 + 120 + 174 = 460 (100%)
R 166 of 460 ~ 36.09%
G 120 of 460 ~ 26.09%
B 174 of 460 ~ 37.83%

%36.09
%26.09
%37.83

CMYK color model

#A678AE color CMYK value is (5,31,0,32).

  • cyan value is 4.60%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(5,31,0,32)
C5M31Y0K32 
(5%,31%,0%,32%)
(0.05/0.31/0.00/0.32)	

CMYK percentages

%4.6
%31.03
%0
%31.76

Codes

Color #A678AE in popluar color models

A678AE
RGB166120174
HSL291°25.00%57.65%
HSB/HSV291°31.03%68.24%
CMYK4.60%31.03%0.00%
31.76%

Color #A678AE in popluar number systems.

HEXA678AE
Decimal166120174
Binary10100110111100010101110
Octal246170256

Shades and tints

Shades of #A678AE

#A678AE
(166,120,174)
#976E9F
(151,110,159)
#886490
(136,100,144)
#795A81
(121,90,129)
#6A5072
(106,80,114)
#5B4663
(91,70,99)
#4C3C54
(76,60,84)
#3D3245
(61,50,69)
#2E2836
(46,40,54)
#1F1E27
(31,30,39)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #A678AE

#A678AE
(166,120,174)
#AE84B5
(174,132,181)
#B690BC
(182,144,188)
#BE9CC3
(190,156,195)
#C6A8CA
(198,168,202)
#CEB4D1
(206,180,209)
#D6C0D8
(214,192,216)
#DECCDF
(222,204,223)
#E6D8E6
(230,216,230)
#EEE4ED
(238,228,237)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A678AE; }

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

This text font color is #A678AE.


Background Color

.myBgColor { background-color: #A678AE; }

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

This div background color is #A678AE.


Border color

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

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

This div border color is #A678AE.


Opacity

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

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

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

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

This text has shadow with #A678AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A678AE on black background.


Color preview on white background

This text has color #A678AE on white background.



Black color preview on #A678AE background

This text has black color on #A678AE background.


White color preview on #A678AE background

This text has white color on #A678AE background.