COLOR #A680B2

HEX: #A680B2 RGB: (166,128,178)

Color info

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

RGB color model

#A680B2 color RGB value is (166,128,178).

RGB: (166,128,178) (65%, 50%, 70%)

RGB channels and saturation

R 166 of 255 = 65%
G 128 of 255 = 50%
B 178 of 255 = 70%

166
128
178

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

Portions of RGB colors in percentages

R + G + B = 166 + 128 + 178 = 472 (100%)
R 166 of 472 ~ 35.17%
G 128 of 472 ~ 27.12%
B 178 of 472 ~ 37.71'%

%35.17
%27.12
%37.71

CMYK color model

#A680B2 color CMYK value is (7,28,0,30).

  • cyan value is 6.74%
  • magenta value is 28.09%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (7,28,0,30)
C7M28Y0K30 (7%, 28%, 0%, 30%)
(0.07 / 0.28 / 0.00 / 0.30)

CMYK percentages

%6.74
%28.09
%0
%30.2

Codes

Color #A680B2 in popluar color models

A6 80 B2
RGB 166 128 178
HSL 286° 24.51% 60.00%
HSB/HSV 286° 28.09% 69.80%
CMYK 6.74% 28.09% 0.00%
30.20%

Color #A680B2 in popluar number systems.

HEX A6 80 B2
Decimal 166 128 178
Binary 10100110 10000000 10110010
Octal 246 200 262

Shades and tints

Shades of #A680B2

#A680B2
(166,128,178)
#9775A2
(151,117,162)
#886A92
(136,106,146)
#795F82
(121,95,130)
#6A5472
(106,84,114)
#5B4962
(91,73,98)
#4C3E52
(76,62,82)
#3D3342
(61,51,66)
#2E2832
(46,40,50)
#1F1D22
(31,29,34)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #A680B2

#A680B2
(166,128,178)
#AE8BB9
(174,139,185)
#B696C0
(182,150,192)
#BEA1C7
(190,161,199)
#C6ACCE
(198,172,206)
#CEB7D5
(206,183,213)
#D6C2DC
(214,194,220)
#DECDE3
(222,205,227)
#E6D8EA
(230,216,234)
#EEE3F1
(238,227,241)
#F6EEF8
(246,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A680B2; }

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

This text font color is #A680B2.

Background Color

.myBgColor { background-color: #A680B2; }

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

This div background color is #A680B2.

Border color

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

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

This div border color is #A680B2.

Opacity

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

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

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

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

This text has shadow with #A680B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A680B2.

Preview

Color preview on black background

This text has color #A680B2 on black background.


Color preview on white background

This text has color #A680B2 on white background.


Black color preview on #A680B2 background

This text has black color on #A680B2 background.


White color preview on #A680B2 background

This text has white color on #A680B2 background.


Related colors

Complementary color

Complementary color for #hex is #597F4D.


I love getcolorcode.com

Triadic colors

1 #B2A680 and #80B2A6 with #A680B2 are triadic colors.

2 #B280A6 and #80A6B2 with #A680B2 are triadic colors.