COLOR #A680AF

HEX: #A680AF RGB: (166,128,175)

Color info

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

RGB color model

#A680AF color RGB value is (166,128,175).

RGB: (166,128,175) (65%, 50%, 69%)

RGB channels and saturation

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

166
128
175

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

Portions of RGB colors in percentages

R + G + B = 166 + 128 + 175 = 469 (100%)
R 166 of 469 ~ 35.39%
G 128 of 469 ~ 27.29%
B 175 of 469 ~ 37.31'%

%35.39
%27.29
%37.31

CMYK color model

#A680AF color CMYK value is (5,27,0,31).

  • cyan value is 5.14%
  • magenta value is 26.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (5,27,0,31)
C5M27Y0K31 (5%, 27%, 0%, 31%)
(0.05 / 0.27 / 0.00 / 0.31)

CMYK percentages

%5.14
%26.86
%0
%31.37

Codes

Color #A680AF in popluar color models

A6 80 AF
RGB 166 128 175
HSL 289° 22.71% 59.41%
HSB/HSV 289° 26.86% 68.63%
CMYK 5.14% 26.86% 0.00%
31.37%

Color #A680AF in popluar number systems.

HEX A6 80 AF
Decimal 166 128 175
Binary 10100110 10000000 10101111
Octal 246 200 257

Shades and tints

Shades of #A680AF

#A680AF
(166,128,175)
#9775A0
(151,117,160)
#886A91
(136,106,145)
#795F82
(121,95,130)
#6A5473
(106,84,115)
#5B4964
(91,73,100)
#4C3E55
(76,62,85)
#3D3346
(61,51,70)
#2E2837
(46,40,55)
#1F1D28
(31,29,40)
#101219
(16,18,25)
#000000
(0,0,0)

Tints of #A680AF

#A680AF
(166,128,175)
#AE8BB6
(174,139,182)
#B696BD
(182,150,189)
#BEA1C4
(190,161,196)
#C6ACCB
(198,172,203)
#CEB7D2
(206,183,210)
#D6C2D9
(214,194,217)
#DECDE0
(222,205,224)
#E6D8E7
(230,216,231)
#EEE3EE
(238,227,238)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A680AF; }

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

This text font color is #A680AF.

Background Color

.myBgColor { background-color: #A680AF; }

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

This div background color is #A680AF.

Border color

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

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

This div border color is #A680AF.

Opacity

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

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

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

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

This text has shadow with #A680AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A680AF.

Preview

Color preview on black background

This text has color #A680AF on black background.


Color preview on white background

This text has color #A680AF on white background.


Black color preview on #A680AF background

This text has black color on #A680AF background.


White color preview on #A680AF background

This text has white color on #A680AF background.


Related colors

Complementary color

Complementary color for #hex is #597F50.


I love getcolorcode.com

Triadic colors

1 #AFA680 and #80AFA6 with #A680AF are triadic colors.

2 #AF80A6 and #80A6AF with #A680AF are triadic colors.