COLOR #A647B9

HEX: #A647B9
RGB: (166,71,185)

Color info

#A647B9 contains mainly red and blue colors. Web safe color of #A647B9 is #9933CC (or #93C).

RGB color model

#A647B9 color RGB value is (166,71,185).

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

RGB channels and saturation

R 166 of 255 = 65%
G 71 of 255 = 28%
B 185 of 255 = 73%

166
71
185

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

Portions of RGB colors in percentages

R + G + B =
166 + 71 + 185 = 422 (100%)
R 166 of 422 ~ 39.34%
G 71 of 422 ~ 16.82%
B 185 of 422 ~ 43.84%

%39.34
%16.82
%43.84

CMYK color model

#A647B9 color CMYK value is (10,62,0,27).

  • cyan value is 10.27%
  • magenta value is 61.62%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(10,62,0,27)
C10M62Y0K27 
(10%,62%,0%,27%)
(0.10/0.62/0.00/0.27)	

CMYK percentages

%10.27
%61.62
%0
%27.45

Codes

Color #A647B9 in popluar color models

A647B9
RGB16671185
HSL290°44.88%50.20%
HSB/HSV290°61.62%72.55%
CMYK10.27%61.62%0.00%
27.45%

Color #A647B9 in popluar number systems.

HEXA647B9
Decimal16671185
Binary10100110100011110111001
Octal246107271

Shades and tints

Shades of #A647B9

#A647B9
(166,71,185)
#9741A9
(151,65,169)
#883B99
(136,59,153)
#793589
(121,53,137)
#6A2F79
(106,47,121)
#5B2969
(91,41,105)
#4C2359
(76,35,89)
#3D1D49
(61,29,73)
#2E1739
(46,23,57)
#1F1129
(31,17,41)
#100B19
(16,11,25)
#000000
(0,0,0)

Tints of #A647B9

#A647B9
(166,71,185)
#AE57BF
(174,87,191)
#B667C5
(182,103,197)
#BE77CB
(190,119,203)
#C687D1
(198,135,209)
#CE97D7
(206,151,215)
#D6A7DD
(214,167,221)
#DEB7E3
(222,183,227)
#E6C7E9
(230,199,233)
#EED7EF
(238,215,239)
#F6E7F5
(246,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A647B9; }

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

This text font color is #A647B9.


Background Color

.myBgColor { background-color: #A647B9; }

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

This div background color is #A647B9.


Border color

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

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

This div border color is #A647B9.


Opacity

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

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

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

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

This text has shadow with #A647B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A647B9 on black background.


Color preview on white background

This text has color #A647B9 on white background.



Black color preview on #A647B9 background

This text has black color on #A647B9 background.


White color preview on #A647B9 background

This text has white color on #A647B9 background.