COLOR #A6759B

HEX: #A6759B RGB: (166,117,155)

Color info

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

RGB color model

#A6759B color RGB value is (166,117,155).

RGB: (166,117,155) (65%, 46%, 61%)

RGB channels and saturation

R 166 of 255 = 65%
G 117 of 255 = 46%
B 155 of 255 = 61%

166
117
155

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

Portions of RGB colors in percentages

R + G + B = 166 + 117 + 155 = 438 (100%)
R 166 of 438 ~ 37.9%
G 117 of 438 ~ 26.71%
B 155 of 438 ~ 35.39'%

%37.9
%26.71
%35.39

CMYK color model

#A6759B color CMYK value is (0,30,7,35).

  • cyan value is 0.00%
  • magenta value is 29.52%
  • yellow value is 6.63%
  • key color value is 34.90%

CMYK: (0,30,7,35)
C0M30Y7K35 (0%, 30%, 7%, 35%)
(0.00 / 0.30 / 0.07 / 0.35)

CMYK percentages

%0
%29.52
%6.63
%34.9

Codes

Color #A6759B in popluar color models

A6 75 9B
RGB 166 117 155
HSL 313° 21.59% 55.49%
HSB/HSV 313° 29.52% 65.10%
CMYK 0.00% 29.52% 6.63%
34.90%

Color #A6759B in popluar number systems.

HEX A6 75 9B
Decimal 166 117 155
Binary 10100110 1110101 10011011
Octal 246 165 233

Shades and tints

Shades of #A6759B

#A6759B
(166,117,155)
#976B8D
(151,107,141)
#88617F
(136,97,127)
#795771
(121,87,113)
#6A4D63
(106,77,99)
#5B4355
(91,67,85)
#4C3947
(76,57,71)
#3D2F39
(61,47,57)
#2E252B
(46,37,43)
#1F1B1D
(31,27,29)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #A6759B

#A6759B
(166,117,155)
#AE81A4
(174,129,164)
#B68DAD
(182,141,173)
#BE99B6
(190,153,182)
#C6A5BF
(198,165,191)
#CEB1C8
(206,177,200)
#D6BDD1
(214,189,209)
#DEC9DA
(222,201,218)
#E6D5E3
(230,213,227)
#EEE1EC
(238,225,236)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6759B color. Also use rgb(166,117,155) instead hex code.

Text Font Color

.myTextColor { color: #A6759B; }

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

This text font color is #A6759B.

Background Color

.myBgColor { background-color: #A6759B; }

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

This div background color is #A6759B.

Border color

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

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

This div border color is #A6759B.

Opacity

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

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

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

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

This text has shadow with #A6759B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6759B.

Preview

Color preview on black background

This text has color #A6759B on black background.


Color preview on white background

This text has color #A6759B on white background.


Black color preview on #A6759B background

This text has black color on #A6759B background.


White color preview on #A6759B background

This text has white color on #A6759B background.


Related colors

Complementary color

Complementary color for #hex is #598A64.


I love getcolorcode.com

Triadic colors

1 #9BA675 and #759BA6 with #A6759B are triadic colors.

2 #9B75A6 and #75A69B with #A6759B are triadic colors.