COLOR #A684BF

HEX: #A684BF
RGB: (166,132,191)

Color info

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

RGB color model

#A684BF color RGB value is (166,132,191).

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

RGB channels and saturation

R 166 of 255 = 65%
G 132 of 255 = 52%
B 191 of 255 = 75%

166
132
191

R + G + B ~ 64%. #A684BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 132 + 191 = 489 (100%)
R 166 of 489 ~ 33.95%
G 132 of 489 ~ 26.99%
B 191 of 489 ~ 39.06%

%33.95
%26.99
%39.06

CMYK color model

#A684BF color CMYK value is (13,31,0,25).

  • cyan value is 13.09%
  • magenta value is 30.89%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(13,31,0,25)
C13M31Y0K25 
(13%,31%,0%,25%)
(0.13/0.31/0.00/0.25)	

CMYK percentages

%13.09
%30.89
%0
%25.1

Codes

Color #A684BF in popluar color models

A684BF
RGB166132191
HSL275°31.55%63.33%
HSB/HSV275°30.89%74.90%
CMYK13.09%30.89%0.00%
25.10%

Color #A684BF in popluar number systems.

HEXA684BF
Decimal166132191
Binary101001101000010010111111
Octal246204277

Shades and tints

Shades of #A684BF

#A684BF
(166,132,191)
#9778AE
(151,120,174)
#886C9D
(136,108,157)
#79608C
(121,96,140)
#6A547B
(106,84,123)
#5B486A
(91,72,106)
#4C3C59
(76,60,89)
#3D3048
(61,48,72)
#2E2437
(46,36,55)
#1F1826
(31,24,38)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #A684BF

#A684BF
(166,132,191)
#AE8FC4
(174,143,196)
#B69AC9
(182,154,201)
#BEA5CE
(190,165,206)
#C6B0D3
(198,176,211)
#CEBBD8
(206,187,216)
#D6C6DD
(214,198,221)
#DED1E2
(222,209,226)
#E6DCE7
(230,220,231)
#EEE7EC
(238,231,236)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A684BF; }

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

This text font color is #A684BF.


Background Color

.myBgColor { background-color: #A684BF; }

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

This div background color is #A684BF.


Border color

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

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

This div border color is #A684BF.


Opacity

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

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

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

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

This text has shadow with #A684BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A684BF on black background.


Color preview on white background

This text has color #A684BF on white background.



Black color preview on #A684BF background

This text has black color on #A684BF background.


White color preview on #A684BF background

This text has white color on #A684BF background.