COLOR #A680AA

HEX: #A680AA
RGB: (166,128,170)

Color info

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

RGB color model

#A680AA color RGB value is (166,128,170).

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

RGB channels and saturation

R 166 of 255 = 65%
G 128 of 255 = 50%
B 170 of 255 = 67%

166
128
170

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

Portions of RGB colors in percentages

R + G + B =
166 + 128 + 170 = 464 (100%)
R 166 of 464 ~ 35.78%
G 128 of 464 ~ 27.59%
B 170 of 464 ~ 36.64%

%35.78
%27.59
%36.64

CMYK color model

#A680AA color CMYK value is (2,25,0,33).

  • cyan value is 2.35%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(2,25,0,33)
C2M25Y0K33 
(2%,25%,0%,33%)
(0.02/0.25/0.00/0.33)	

CMYK percentages

%2.35
%24.71
%0
%33.33

Codes

Color #A680AA in popluar color models

A680AA
RGB166128170
HSL294°19.81%58.43%
HSB/HSV294°24.71%66.67%
CMYK2.35%24.71%0.00%
33.33%

Color #A680AA in popluar number systems.

HEXA680AA
Decimal166128170
Binary101001101000000010101010
Octal246200252

Shades and tints

Shades of #A680AA

#A680AA
(166,128,170)
#97759B
(151,117,155)
#886A8C
(136,106,140)
#795F7D
(121,95,125)
#6A546E
(106,84,110)
#5B495F
(91,73,95)
#4C3E50
(76,62,80)
#3D3341
(61,51,65)
#2E2832
(46,40,50)
#1F1D23
(31,29,35)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #A680AA

#A680AA
(166,128,170)
#AE8BB1
(174,139,177)
#B696B8
(182,150,184)
#BEA1BF
(190,161,191)
#C6ACC6
(198,172,198)
#CEB7CD
(206,183,205)
#D6C2D4
(214,194,212)
#DECDDB
(222,205,219)
#E6D8E2
(230,216,226)
#EEE3E9
(238,227,233)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A680AA; }

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

This text font color is #A680AA.


Background Color

.myBgColor { background-color: #A680AA; }

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

This div background color is #A680AA.


Border color

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

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

This div border color is #A680AA.


Opacity

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

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

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

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

This text has shadow with #A680AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A680AA on black background.


Color preview on white background

This text has color #A680AA on white background.



Black color preview on #A680AA background

This text has black color on #A680AA background.


White color preview on #A680AA background

This text has white color on #A680AA background.