COLOR #A681B0

HEX: #A681B0
RGB: (166,129,176)

Color info

#A681B0 contains red, green and blue colors in about the same proportion. Web safe color of #A681B0 is #999999 (or #999).

RGB color model

#A681B0 color RGB value is (166,129,176).

  • red value is 166;
  • green value is 129;
  • blue value is 176.
RGB:
(166,129,176)
(65%,51%,69%)

RGB channels and saturation

R 166 of 255 = 65%
G 129 of 255 = 51%
B 176 of 255 = 69%

166
129
176

R + G + B ~ 62%. #A681B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 129 + 176 = 471 (100%)
R 166 of 471 ~ 35.24%
G 129 of 471 ~ 27.39%
B 176 of 471 ~ 37.37%

%35.24
%27.39
%37.37

CMYK color model

#A681B0 color CMYK value is (6,27,0,31).

  • cyan value is 5.68%
  • magenta value is 26.70%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(6,27,0,31)
C6M27Y0K31 
(6%,27%,0%,31%)
(0.06/0.27/0.00/0.31)	

CMYK percentages

%5.68
%26.7
%0
%30.98

Codes

Color #A681B0 in popluar color models

A681B0
RGB166129176
HSL287°22.93%59.80%
HSB/HSV287°26.70%69.02%
CMYK5.68%26.70%0.00%
30.98%

Color #A681B0 in popluar number systems.

HEXA681B0
Decimal166129176
Binary101001101000000110110000
Octal246201260

Shades and tints

Shades of #A681B0

#A681B0
(166,129,176)
#9776A0
(151,118,160)
#886B90
(136,107,144)
#796080
(121,96,128)
#6A5570
(106,85,112)
#5B4A60
(91,74,96)
#4C3F50
(76,63,80)
#3D3440
(61,52,64)
#2E2930
(46,41,48)
#1F1E20
(31,30,32)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #A681B0

#A681B0
(166,129,176)
#AE8CB7
(174,140,183)
#B697BE
(182,151,190)
#BEA2C5
(190,162,197)
#C6ADCC
(198,173,204)
#CEB8D3
(206,184,211)
#D6C3DA
(214,195,218)
#DECEE1
(222,206,225)
#E6D9E8
(230,217,232)
#EEE4EF
(238,228,239)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A681B0 color. Also use rgb(166,129,176) instead hex code.

Text Font Color

.myTextColor { color: #A681B0; }

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

This text font color is #A681B0.


Background Color

.myBgColor { background-color: #A681B0; }

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

This div background color is #A681B0.


Border color

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

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

This div border color is #A681B0.


Opacity

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

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

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

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

This text has shadow with #A681B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A681B0 on black background.


Color preview on white background

This text has color #A681B0 on white background.



Black color preview on #A681B0 background

This text has black color on #A681B0 background.


White color preview on #A681B0 background

This text has white color on #A681B0 background.