COLOR #A6649D

HEX: #A6649D
RGB: (166,100,157)

Color info

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

RGB color model

#A6649D color RGB value is (166,100,157).

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

RGB channels and saturation

R 166 of 255 = 65%
G 100 of 255 = 39%
B 157 of 255 = 62%

166
100
157

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

Portions of RGB colors in percentages

R + G + B =
166 + 100 + 157 = 423 (100%)
R 166 of 423 ~ 39.24%
G 100 of 423 ~ 23.64%
B 157 of 423 ~ 37.12%

%39.24
%23.64
%37.12

CMYK color model

#A6649D color CMYK value is (0,40,5,35).

  • cyan value is 0.00%
  • magenta value is 39.76%
  • yellow value is 5.42%
  • key color value is 34.90%
CMYK:
(0,40,5,35)
C0M40Y5K35 
(0%,40%,5%,35%)
(0.00/0.40/0.05/0.35)	

CMYK percentages

%0
%39.76
%5.42
%34.9

Codes

Color #A6649D in popluar color models

A6649D
RGB166100157
HSL308°27.05%52.16%
HSB/HSV308°39.76%65.10%
CMYK0.00%39.76%5.42%
34.90%

Color #A6649D in popluar number systems.

HEXA6649D
Decimal166100157
Binary10100110110010010011101
Octal246144235

Shades and tints

Shades of #A6649D

#A6649D
(166,100,157)
#975B8F
(151,91,143)
#885281
(136,82,129)
#794973
(121,73,115)
#6A4065
(106,64,101)
#5B3757
(91,55,87)
#4C2E49
(76,46,73)
#3D253B
(61,37,59)
#2E1C2D
(46,28,45)
#1F131F
(31,19,31)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #A6649D

#A6649D
(166,100,157)
#AE72A5
(174,114,165)
#B680AD
(182,128,173)
#BE8EB5
(190,142,181)
#C69CBD
(198,156,189)
#CEAAC5
(206,170,197)
#D6B8CD
(214,184,205)
#DEC6D5
(222,198,213)
#E6D4DD
(230,212,221)
#EEE2E5
(238,226,229)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6649D; }

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

This text font color is #A6649D.


Background Color

.myBgColor { background-color: #A6649D; }

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

This div background color is #A6649D.


Border color

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

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

This div border color is #A6649D.


Opacity

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

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

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

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

This text has shadow with #A6649D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6649D on black background.


Color preview on white background

This text has color #A6649D on white background.



Black color preview on #A6649D background

This text has black color on #A6649D background.


White color preview on #A6649D background

This text has white color on #A6649D background.