COLOR #A6659C

HEX: #A6659C RGB: (166,101,156)

Color info

#A6659C contains mainly red and blue colors. Web safe color of #A6659C is #996699 (or #969).

RGB color model

#A6659C color RGB value is (166,101,156).

RGB: (166,101,156) (65%, 40%, 61%)

RGB channels and saturation

R 166 of 255 = 65%
G 101 of 255 = 40%
B 156 of 255 = 61%

166
101
156

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

Portions of RGB colors in percentages

R + G + B = 166 + 101 + 156 = 423 (100%)
R 166 of 423 ~ 39.24%
G 101 of 423 ~ 23.88%
B 156 of 423 ~ 36.88'%

%39.24
%23.88
%36.88

CMYK color model

#A6659C color CMYK value is (0,39,6,35).

  • cyan value is 0.00%
  • magenta value is 39.16%
  • yellow value is 6.02%
  • key color value is 34.90%

CMYK: (0,39,6,35)
C0M39Y6K35 (0%, 39%, 6%, 35%)
(0.00 / 0.39 / 0.06 / 0.35)

CMYK percentages

%0
%39.16
%6.02
%34.9

Codes

Color #A6659C in popluar color models

A6 65 9C
RGB 166 101 156
HSL 309° 26.75% 52.35%
HSB/HSV 309° 39.16% 65.10%
CMYK 0.00% 39.16% 6.02%
34.90%

Color #A6659C in popluar number systems.

HEX A6 65 9C
Decimal 166 101 156
Binary 10100110 1100101 10011100
Octal 246 145 234

Shades and tints

Shades of #A6659C

#A6659C
(166,101,156)
#975C8E
(151,92,142)
#885380
(136,83,128)
#794A72
(121,74,114)
#6A4164
(106,65,100)
#5B3856
(91,56,86)
#4C2F48
(76,47,72)
#3D263A
(61,38,58)
#2E1D2C
(46,29,44)
#1F141E
(31,20,30)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #A6659C

#A6659C
(166,101,156)
#AE73A5
(174,115,165)
#B681AE
(182,129,174)
#BE8FB7
(190,143,183)
#C69DC0
(198,157,192)
#CEABC9
(206,171,201)
#D6B9D2
(214,185,210)
#DEC7DB
(222,199,219)
#E6D5E4
(230,213,228)
#EEE3ED
(238,227,237)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6659C color. Also use rgb(166,101,156) instead hex code.

Text Font Color

.myTextColor { color: #A6659C; }

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

This text font color is #A6659C.

Background Color

.myBgColor { background-color: #A6659C; }

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

This div background color is #A6659C.

Border color

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

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

This div border color is #A6659C.

Opacity

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

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

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

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

This text has shadow with #A6659C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6659C.

Preview

Color preview on black background

This text has color #A6659C on black background.


Color preview on white background

This text has color #A6659C on white background.


Black color preview on #A6659C background

This text has black color on #A6659C background.


White color preview on #A6659C background

This text has white color on #A6659C background.


Related colors

Complementary color

Complementary color for #hex is #599A63.


I love getcolorcode.com

Triadic colors

1 #9CA665 and #659CA6 with #A6659C are triadic colors.

2 #9C65A6 and #65A69C with #A6659C are triadic colors.