COLOR #A6649B

HEX: #A6649B
RGB: (166,100,155)

Color info

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

RGB color model

#A6649B color RGB value is (166,100,155).

  • red value is 166;
  • green value is 100;
  • blue value is 155.
RGB:
(166,100,155)
(65%,39%,61%)

RGB channels and saturation

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

166
100
155

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

Portions of RGB colors in percentages

R + G + B =
166 + 100 + 155 = 421 (100%)
R 166 of 421 ~ 39.43%
G 100 of 421 ~ 23.75%
B 155 of 421 ~ 36.82%

%39.43
%23.75
%36.82

CMYK color model

#A6649B color CMYK value is (0,40,7,35).

  • cyan value is 0.00%
  • magenta value is 39.76%
  • yellow value is 6.63%
  • key color value is 34.90%
CMYK:
(0,40,7,35)
C0M40Y7K35 
(0%,40%,7%,35%)
(0.00/0.40/0.07/0.35)	

CMYK percentages

%0
%39.76
%6.63
%34.9

Codes

Color #A6649B in popluar color models

A6649B
RGB166100155
HSL310°27.05%52.16%
HSB/HSV310°39.76%65.10%
CMYK0.00%39.76%6.63%
34.90%

Color #A6649B in popluar number systems.

HEXA6649B
Decimal166100155
Binary10100110110010010011011
Octal246144233

Shades and tints

Shades of #A6649B

#A6649B
(166,100,155)
#975B8D
(151,91,141)
#88527F
(136,82,127)
#794971
(121,73,113)
#6A4063
(106,64,99)
#5B3755
(91,55,85)
#4C2E47
(76,46,71)
#3D2539
(61,37,57)
#2E1C2B
(46,28,43)
#1F131D
(31,19,29)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #A6649B

#A6649B
(166,100,155)
#AE72A4
(174,114,164)
#B680AD
(182,128,173)
#BE8EB6
(190,142,182)
#C69CBF
(198,156,191)
#CEAAC8
(206,170,200)
#D6B8D1
(214,184,209)
#DEC6DA
(222,198,218)
#E6D4E3
(230,212,227)
#EEE2EC
(238,226,236)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6649B; }

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

This text font color is #A6649B.


Background Color

.myBgColor { background-color: #A6649B; }

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

This div background color is #A6649B.


Border color

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

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

This div border color is #A6649B.


Opacity

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

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

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

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

This text has shadow with #A6649B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6649B on black background.


Color preview on white background

This text has color #A6649B on white background.



Black color preview on #A6649B background

This text has black color on #A6649B background.


White color preview on #A6649B background

This text has white color on #A6649B background.