COLOR #A6549E

HEX: #A6549E
RGB: (166,84,158)

Color info

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

RGB color model

#A6549E color RGB value is (166,84,158).

  • red value is 166;
  • green value is 84;
  • blue value is 158.
RGB:
(166,84,158)
(65%,33%,62%)

RGB channels and saturation

R 166 of 255 = 65%
G 84 of 255 = 33%
B 158 of 255 = 62%

166
84
158

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

Portions of RGB colors in percentages

R + G + B =
166 + 84 + 158 = 408 (100%)
R 166 of 408 ~ 40.69%
G 84 of 408 ~ 20.59%
B 158 of 408 ~ 38.73%

%40.69
%20.59
%38.73

CMYK color model

#A6549E color CMYK value is (0,49,5,35).

  • cyan value is 0.00%
  • magenta value is 49.40%
  • yellow value is 4.82%
  • key color value is 34.90%
CMYK:
(0,49,5,35)
C0M49Y5K35 
(0%,49%,5%,35%)
(0.00/0.49/0.05/0.35)	

CMYK percentages

%0
%49.4
%4.82
%34.9

Codes

Color #A6549E in popluar color models

A6549E
RGB16684158
HSL306°32.80%49.02%
HSB/HSV306°49.40%65.10%
CMYK0.00%49.40%4.82%
34.90%

Color #A6549E in popluar number systems.

HEXA6549E
Decimal16684158
Binary10100110101010010011110
Octal246124236

Shades and tints

Shades of #A6549E

#A6549E
(166,84,158)
#974D90
(151,77,144)
#884682
(136,70,130)
#793F74
(121,63,116)
#6A3866
(106,56,102)
#5B3158
(91,49,88)
#4C2A4A
(76,42,74)
#3D233C
(61,35,60)
#2E1C2E
(46,28,46)
#1F1520
(31,21,32)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #A6549E

#A6549E
(166,84,158)
#AE63A6
(174,99,166)
#B672AE
(182,114,174)
#BE81B6
(190,129,182)
#C690BE
(198,144,190)
#CE9FC6
(206,159,198)
#D6AECE
(214,174,206)
#DEBDD6
(222,189,214)
#E6CCDE
(230,204,222)
#EEDBE6
(238,219,230)
#F6EAEE
(246,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6549E color. Also use rgb(166,84,158) instead hex code.

Text Font Color

.myTextColor { color: #A6549E; }

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

This text font color is #A6549E.


Background Color

.myBgColor { background-color: #A6549E; }

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

This div background color is #A6549E.


Border color

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

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

This div border color is #A6549E.


Opacity

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

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

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

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

This text has shadow with #A6549E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6549E on black background.


Color preview on white background

This text has color #A6549E on white background.



Black color preview on #A6549E background

This text has black color on #A6549E background.


White color preview on #A6549E background

This text has white color on #A6549E background.