COLOR #A680A0

HEX: #A680A0 RGB: (166,128,160)

Color info

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

RGB color model

#A680A0 color RGB value is (166,128,160).

RGB: (166,128,160) (65%, 50%, 63%)

RGB channels and saturation

R 166 of 255 = 65%
G 128 of 255 = 50%
B 160 of 255 = 63%

166
128
160

R + G + B ~ 59%. #A680A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 166 + 128 + 160 = 454 (100%)
R 166 of 454 ~ 36.56%
G 128 of 454 ~ 28.19%
B 160 of 454 ~ 35.24'%

%36.56
%28.19
%35.24

CMYK color model

#A680A0 color CMYK value is (0,23,4,35).

  • cyan value is 0.00%
  • magenta value is 22.89%
  • yellow value is 3.61%
  • key color value is 34.90%

CMYK: (0,23,4,35)
C0M23Y4K35 (0%, 23%, 4%, 35%)
(0.00 / 0.23 / 0.04 / 0.35)

CMYK percentages

%0
%22.89
%3.61
%34.9

Codes

Color #A680A0 in popluar color models

A6 80 A0
RGB 166 128 160
HSL 309° 17.59% 57.65%
HSB/HSV 309° 22.89% 65.10%
CMYK 0.00% 22.89% 3.61%
34.90%

Color #A680A0 in popluar number systems.

HEX A6 80 A0
Decimal 166 128 160
Binary 10100110 10000000 10100000
Octal 246 200 240

Shades and tints

Shades of #A680A0

#A680A0
(166,128,160)
#977592
(151,117,146)
#886A84
(136,106,132)
#795F76
(121,95,118)
#6A5468
(106,84,104)
#5B495A
(91,73,90)
#4C3E4C
(76,62,76)
#3D333E
(61,51,62)
#2E2830
(46,40,48)
#1F1D22
(31,29,34)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #A680A0

#A680A0
(166,128,160)
#AE8BA8
(174,139,168)
#B696B0
(182,150,176)
#BEA1B8
(190,161,184)
#C6ACC0
(198,172,192)
#CEB7C8
(206,183,200)
#D6C2D0
(214,194,208)
#DECDD8
(222,205,216)
#E6D8E0
(230,216,224)
#EEE3E8
(238,227,232)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A680A0; }

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

This text font color is #A680A0.

Background Color

.myBgColor { background-color: #A680A0; }

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

This div background color is #A680A0.

Border color

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

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

This div border color is #A680A0.

Opacity

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

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

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

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

This text has shadow with #A680A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A680A0.

Preview

Color preview on black background

This text has color #A680A0 on black background.


Color preview on white background

This text has color #A680A0 on white background.


Black color preview on #A680A0 background

This text has black color on #A680A0 background.


White color preview on #A680A0 background

This text has white color on #A680A0 background.


Related colors

Complementary color

Complementary color for #hex is #597F5F.


I love getcolorcode.com

Triadic colors

1 #A0A680 and #80A0A6 with #A680A0 are triadic colors.

2 #A080A6 and #80A6A0 with #A680A0 are triadic colors.