COLOR #A6479B

HEX: #A6479B
RGB: (166,71,155)

Color info

#A6479B contains mainly red and blue colors. Web safe color of #A6479B is #993399 (or #939).

RGB color model

#A6479B color RGB value is (166,71,155).

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

RGB channels and saturation

R 166 of 255 = 65%
G 71 of 255 = 28%
B 155 of 255 = 61%

166
71
155

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

Portions of RGB colors in percentages

R + G + B =
166 + 71 + 155 = 392 (100%)
R 166 of 392 ~ 42.35%
G 71 of 392 ~ 18.11%
B 155 of 392 ~ 39.54%

%42.35
%18.11
%39.54

CMYK color model

#A6479B color CMYK value is (0,57,7,35).

  • cyan value is 0.00%
  • magenta value is 57.23%
  • yellow value is 6.63%
  • key color value is 34.90%
CMYK:
(0,57,7,35)
C0M57Y7K35 
(0%,57%,7%,35%)
(0.00/0.57/0.07/0.35)	

CMYK percentages

%0
%57.23
%6.63
%34.9

Codes

Color #A6479B in popluar color models

A6479B
RGB16671155
HSL307°40.08%46.47%
HSB/HSV307°57.23%65.10%
CMYK0.00%57.23%6.63%
34.90%

Color #A6479B in popluar number systems.

HEXA6479B
Decimal16671155
Binary10100110100011110011011
Octal246107233

Shades and tints

Shades of #A6479B

#A6479B
(166,71,155)
#97418D
(151,65,141)
#883B7F
(136,59,127)
#793571
(121,53,113)
#6A2F63
(106,47,99)
#5B2955
(91,41,85)
#4C2347
(76,35,71)
#3D1D39
(61,29,57)
#2E172B
(46,23,43)
#1F111D
(31,17,29)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #A6479B

#A6479B
(166,71,155)
#AE57A4
(174,87,164)
#B667AD
(182,103,173)
#BE77B6
(190,119,182)
#C687BF
(198,135,191)
#CE97C8
(206,151,200)
#D6A7D1
(214,167,209)
#DEB7DA
(222,183,218)
#E6C7E3
(230,199,227)
#EED7EC
(238,215,236)
#F6E7F5
(246,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6479B; }

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

This text font color is #A6479B.


Background Color

.myBgColor { background-color: #A6479B; }

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

This div background color is #A6479B.


Border color

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

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

This div border color is #A6479B.


Opacity

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

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

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

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

This text has shadow with #A6479B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6479B on black background.


Color preview on white background

This text has color #A6479B on white background.



Black color preview on #A6479B background

This text has black color on #A6479B background.


White color preview on #A6479B background

This text has white color on #A6479B background.