COLOR #A680AD

HEX: #A680AD RGB: (166,128,173)

Color info

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

RGB color model

#A680AD color RGB value is (166,128,173).

RGB: (166,128,173) (65%, 50%, 68%)

RGB channels and saturation

R 166 of 255 = 65%
G 128 of 255 = 50%
B 173 of 255 = 68%

166
128
173

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

Portions of RGB colors in percentages

R + G + B = 166 + 128 + 173 = 467 (100%)
R 166 of 467 ~ 35.55%
G 128 of 467 ~ 27.41%
B 173 of 467 ~ 37.04'%

%35.55
%27.41
%37.04

CMYK color model

#A680AD color CMYK value is (4,26,0,32).

  • cyan value is 4.05%
  • magenta value is 26.01%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (4,26,0,32)
C4M26Y0K32 (4%, 26%, 0%, 32%)
(0.04 / 0.26 / 0.00 / 0.32)

CMYK percentages

%4.05
%26.01
%0
%32.16

Codes

Color #A680AD in popluar color models

A6 80 AD
RGB 166 128 173
HSL 291° 21.53% 59.02%
HSB/HSV 291° 26.01% 67.84%
CMYK 4.05% 26.01% 0.00%
32.16%

Color #A680AD in popluar number systems.

HEX A6 80 AD
Decimal 166 128 173
Binary 10100110 10000000 10101101
Octal 246 200 255

Shades and tints

Shades of #A680AD

#A680AD
(166,128,173)
#97759E
(151,117,158)
#886A8F
(136,106,143)
#795F80
(121,95,128)
#6A5471
(106,84,113)
#5B4962
(91,73,98)
#4C3E53
(76,62,83)
#3D3344
(61,51,68)
#2E2835
(46,40,53)
#1F1D26
(31,29,38)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #A680AD

#A680AD
(166,128,173)
#AE8BB4
(174,139,180)
#B696BB
(182,150,187)
#BEA1C2
(190,161,194)
#C6ACC9
(198,172,201)
#CEB7D0
(206,183,208)
#D6C2D7
(214,194,215)
#DECDDE
(222,205,222)
#E6D8E5
(230,216,229)
#EEE3EC
(238,227,236)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A680AD; }

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

This text font color is #A680AD.

Background Color

.myBgColor { background-color: #A680AD; }

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

This div background color is #A680AD.

Border color

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

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

This div border color is #A680AD.

Opacity

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

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

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

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

This text has shadow with #A680AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A680AD.

Preview

Color preview on black background

This text has color #A680AD on black background.


Color preview on white background

This text has color #A680AD on white background.


Black color preview on #A680AD background

This text has black color on #A680AD background.


White color preview on #A680AD background

This text has white color on #A680AD background.


Related colors

Complementary color

Complementary color for #hex is #597F52.


I love getcolorcode.com

Triadic colors

1 #ADA680 and #80ADA6 with #A680AD are triadic colors.

2 #AD80A6 and #80A6AD with #A680AD are triadic colors.