COLOR #A6539B

HEX: #A6539B RGB: (166,83,155)

Color info

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

RGB color model

#A6539B color RGB value is (166,83,155).

RGB: (166,83,155) (65%, 33%, 61%)

RGB channels and saturation

R 166 of 255 = 65%
G 83 of 255 = 33%
B 155 of 255 = 61%

166
83
155

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

Portions of RGB colors in percentages

R + G + B = 166 + 83 + 155 = 404 (100%)
R 166 of 404 ~ 41.09%
G 83 of 404 ~ 20.54%
B 155 of 404 ~ 38.37'%

%41.09
%20.54
%38.37

CMYK color model

#A6539B color CMYK value is (0,50,7,35).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 6.63%
  • key color value is 34.90%

CMYK: (0,50,7,35)
C0M50Y7K35 (0%, 50%, 7%, 35%)
(0.00 / 0.50 / 0.07 / 0.35)

CMYK percentages

%0
%50
%6.63
%34.9

Codes

Color #A6539B in popluar color models

A6 53 9B
RGB 166 83 155
HSL 308° 33.33% 48.82%
HSB/HSV 308° 50.00% 65.10%
CMYK 0.00% 50.00% 6.63%
34.90%

Color #A6539B in popluar number systems.

HEX A6 53 9B
Decimal 166 83 155
Binary 10100110 1010011 10011011
Octal 246 123 233

Shades and tints

Shades of #A6539B

#A6539B
(166,83,155)
#974C8D
(151,76,141)
#88457F
(136,69,127)
#793E71
(121,62,113)
#6A3763
(106,55,99)
#5B3055
(91,48,85)
#4C2947
(76,41,71)
#3D2239
(61,34,57)
#2E1B2B
(46,27,43)
#1F141D
(31,20,29)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #A6539B

#A6539B
(166,83,155)
#AE62A4
(174,98,164)
#B671AD
(182,113,173)
#BE80B6
(190,128,182)
#C68FBF
(198,143,191)
#CE9EC8
(206,158,200)
#D6ADD1
(214,173,209)
#DEBCDA
(222,188,218)
#E6CBE3
(230,203,227)
#EEDAEC
(238,218,236)
#F6E9F5
(246,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6539B; }

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

This text font color is #A6539B.

Background Color

.myBgColor { background-color: #A6539B; }

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

This div background color is #A6539B.

Border color

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

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

This div border color is #A6539B.

Opacity

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

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

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

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

This text has shadow with #A6539B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6539B.

Preview

Color preview on black background

This text has color #A6539B on black background.


Color preview on white background

This text has color #A6539B on white background.


Black color preview on #A6539B background

This text has black color on #A6539B background.


White color preview on #A6539B background

This text has white color on #A6539B background.


Related colors

Complementary color

Complementary color for #hex is #59AC64.


I love getcolorcode.com

Triadic colors

1 #9BA653 and #539BA6 with #A6539B are triadic colors.

2 #9B53A6 and #53A69B with #A6539B are triadic colors.