COLOR #A684BA

HEX: #A684BA
RGB: (166,132,186)

Color info

#A684BA contains red, green and blue colors in about the same proportion. Web safe color of #A684BA is #9999CC (or #99C).

RGB color model

#A684BA color RGB value is (166,132,186).

  • red value is 166;
  • green value is 132;
  • blue value is 186.
RGB:
(166,132,186)
(65%,52%,73%)

RGB channels and saturation

R 166 of 255 = 65%
G 132 of 255 = 52%
B 186 of 255 = 73%

166
132
186

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

Portions of RGB colors in percentages

R + G + B =
166 + 132 + 186 = 484 (100%)
R 166 of 484 ~ 34.3%
G 132 of 484 ~ 27.27%
B 186 of 484 ~ 38.43%

%34.3
%27.27
%38.43

CMYK color model

#A684BA color CMYK value is (11,29,0,27).

  • cyan value is 10.75%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(11,29,0,27)
C11M29Y0K27 
(11%,29%,0%,27%)
(0.11/0.29/0.00/0.27)	

CMYK percentages

%10.75
%29.03
%0
%27.06

Codes

Color #A684BA in popluar color models

A684BA
RGB166132186
HSL278°28.13%62.35%
HSB/HSV278°29.03%72.94%
CMYK10.75%29.03%0.00%
27.06%

Color #A684BA in popluar number systems.

HEXA684BA
Decimal166132186
Binary101001101000010010111010
Octal246204272

Shades and tints

Shades of #A684BA

#A684BA
(166,132,186)
#9778AA
(151,120,170)
#886C9A
(136,108,154)
#79608A
(121,96,138)
#6A547A
(106,84,122)
#5B486A
(91,72,106)
#4C3C5A
(76,60,90)
#3D304A
(61,48,74)
#2E243A
(46,36,58)
#1F182A
(31,24,42)
#100C1A
(16,12,26)
#000000
(0,0,0)

Tints of #A684BA

#A684BA
(166,132,186)
#AE8FC0
(174,143,192)
#B69AC6
(182,154,198)
#BEA5CC
(190,165,204)
#C6B0D2
(198,176,210)
#CEBBD8
(206,187,216)
#D6C6DE
(214,198,222)
#DED1E4
(222,209,228)
#E6DCEA
(230,220,234)
#EEE7F0
(238,231,240)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A684BA color. Also use rgb(166,132,186) instead hex code.

Text Font Color

.myTextColor { color: #A684BA; }

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

This text font color is #A684BA.


Background Color

.myBgColor { background-color: #A684BA; }

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

This div background color is #A684BA.


Border color

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

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

This div border color is #A684BA.


Opacity

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

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

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

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

This text has shadow with #A684BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A684BA on black background.


Color preview on white background

This text has color #A684BA on white background.



Black color preview on #A684BA background

This text has black color on #A684BA background.


White color preview on #A684BA background

This text has white color on #A684BA background.