COLOR #A680B0

HEX: #A680B0
RGB: (166,128,176)

Color info

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

RGB color model

#A680B0 color RGB value is (166,128,176).

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

RGB channels and saturation

R 166 of 255 = 65%
G 128 of 255 = 50%
B 176 of 255 = 69%

166
128
176

R + G + B ~ 61%. #A680B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 128 + 176 = 470 (100%)
R 166 of 470 ~ 35.32%
G 128 of 470 ~ 27.23%
B 176 of 470 ~ 37.45%

%35.32
%27.23
%37.45

CMYK color model

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

  • cyan value is 5.68%
  • magenta value is 27.27%
  • 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
%27.27
%0
%30.98

Codes

Color #A680B0 in popluar color models

A680B0
RGB166128176
HSL288°23.30%59.61%
HSB/HSV288°27.27%69.02%
CMYK5.68%27.27%0.00%
30.98%

Color #A680B0 in popluar number systems.

HEXA680B0
Decimal166128176
Binary101001101000000010110000
Octal246200260

Shades and tints

Shades of #A680B0

#A680B0
(166,128,176)
#9775A0
(151,117,160)
#886A90
(136,106,144)
#795F80
(121,95,128)
#6A5470
(106,84,112)
#5B4960
(91,73,96)
#4C3E50
(76,62,80)
#3D3340
(61,51,64)
#2E2830
(46,40,48)
#1F1D20
(31,29,32)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #A680B0

#A680B0
(166,128,176)
#AE8BB7
(174,139,183)
#B696BE
(182,150,190)
#BEA1C5
(190,161,197)
#C6ACCC
(198,172,204)
#CEB7D3
(206,183,211)
#D6C2DA
(214,194,218)
#DECDE1
(222,205,225)
#E6D8E8
(230,216,232)
#EEE3EF
(238,227,239)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A680B0; }

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

This text font color is #A680B0.


Background Color

.myBgColor { background-color: #A680B0; }

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

This div background color is #A680B0.


Border color

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

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

This div border color is #A680B0.


Opacity

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

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

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

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

This text has shadow with #A680B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A680B0 on black background.


Color preview on white background

This text has color #A680B0 on white background.



Black color preview on #A680B0 background

This text has black color on #A680B0 background.


White color preview on #A680B0 background

This text has white color on #A680B0 background.