COLOR #A6649C

HEX: #A6649C RGB: (166,100,156)

Color info

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

RGB color model

#A6649C color RGB value is (166,100,156).

RGB: (166,100,156) (65%, 39%, 61%)

RGB channels and saturation

R 166 of 255 = 65%
G 100 of 255 = 39%
B 156 of 255 = 61%

166
100
156

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

Portions of RGB colors in percentages

R + G + B = 166 + 100 + 156 = 422 (100%)
R 166 of 422 ~ 39.34%
G 100 of 422 ~ 23.7%
B 156 of 422 ~ 36.97'%

%39.34
%23.7
%36.97

CMYK color model

#A6649C color CMYK value is (0,40,6,35).

  • cyan value is 0.00%
  • magenta value is 39.76%
  • yellow value is 6.02%
  • key color value is 34.90%
CMYK: (0,40,6,35) C0M40Y6K35 (0%,40%,6%,35%) (0.00/0.40/0.06/0.35) 

CMYK percentages

%0
%39.76
%6.02
%34.9

Codes

Color #A6649C in popluar color models

A6 64 9C
RGB 166 100 156
HSL 309° 27.05% 52.16%
HSB/HSV 309° 39.76% 65.10%
CMYK 0.00% 39.76% 6.02%
34.90%

Color #A6649C in popluar number systems.

HEX A6 64 9C
Decimal 166 100 156
Binary 10100110 1100100 10011100
Octal 246 144 234

Shades and tints

Shades of #A6649C

#A6649C
(166,100,156)
#975B8E
(151,91,142)
#885280
(136,82,128)
#794972
(121,73,114)
#6A4064
(106,64,100)
#5B3756
(91,55,86)
#4C2E48
(76,46,72)
#3D253A
(61,37,58)
#2E1C2C
(46,28,44)
#1F131E
(31,19,30)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #A6649C

#A6649C
(166,100,156)
#AE72A5
(174,114,165)
#B680AE
(182,128,174)
#BE8EB7
(190,142,183)
#C69CC0
(198,156,192)
#CEAAC9
(206,170,201)
#D6B8D2
(214,184,210)
#DEC6DB
(222,198,219)
#E6D4E4
(230,212,228)
#EEE2ED
(238,226,237)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6649C; }

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

This text font color is #A6649C.

Background Color

.myBgColor { background-color: #A6649C; }

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

This div background color is #A6649C.

Border color

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

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

This div border color is #A6649C.

Opacity

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

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

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

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

This text has shadow with #A6649C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6649C.

Preview

Color preview on black background

This text has color #A6649C on black background.


Color preview on white background

This text has color #A6649C on white background.


Black color preview on #A6649C background

This text has black color on #A6649C background.


White color preview on #A6649C background

This text has white color on #A6649C background.


Related colors

Complementary color

Complementary color for #hex is #599B63.


I love getcolorcode.com

Triadic colors

1 #9CA664 and #649CA6 with #A6649C are triadic colors.

2 #9C64A6 and #64A69C with #A6649C are triadic colors.