COLOR #A6809F

HEX: #A6809F
RGB: (166,128,159)

Color info

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

RGB color model

#A6809F color RGB value is (166,128,159).

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

RGB channels and saturation

R 166 of 255 = 65%
G 128 of 255 = 50%
B 159 of 255 = 62%

166
128
159

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

Portions of RGB colors in percentages

R + G + B =
166 + 128 + 159 = 453 (100%)
R 166 of 453 ~ 36.64%
G 128 of 453 ~ 28.26%
B 159 of 453 ~ 35.1%

%36.64
%28.26
%35.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.89%
  • yellow value is 4.22%
  • 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
%4.22
%34.9

Codes

Color #A6809F in popluar color models

A6809F
RGB166128159
HSL311°17.59%57.65%
HSB/HSV311°22.89%65.10%
CMYK0.00%22.89%4.22%
34.90%

Color #A6809F in popluar number systems.

HEXA6809F
Decimal166128159
Binary101001101000000010011111
Octal246200237

Shades and tints

Shades of #A6809F

#A6809F
(166,128,159)
#977591
(151,117,145)
#886A83
(136,106,131)
#795F75
(121,95,117)
#6A5467
(106,84,103)
#5B4959
(91,73,89)
#4C3E4B
(76,62,75)
#3D333D
(61,51,61)
#2E282F
(46,40,47)
#1F1D21
(31,29,33)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #A6809F

#A6809F
(166,128,159)
#AE8BA7
(174,139,167)
#B696AF
(182,150,175)
#BEA1B7
(190,161,183)
#C6ACBF
(198,172,191)
#CEB7C7
(206,183,199)
#D6C2CF
(214,194,207)
#DECDD7
(222,205,215)
#E6D8DF
(230,216,223)
#EEE3E7
(238,227,231)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6809F; }

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

This text font color is #A6809F.


Background Color

.myBgColor { background-color: #A6809F; }

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

This div background color is #A6809F.


Border color

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

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

This div border color is #A6809F.


Opacity

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

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

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

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

This text has shadow with #A6809F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6809F on black background.


Color preview on white background

This text has color #A6809F on white background.



Black color preview on #A6809F background

This text has black color on #A6809F background.


White color preview on #A6809F background

This text has white color on #A6809F background.