COLOR #A46CB4

HEX: #A46CB4
RGB: (164,108,180)

Color info

#A46CB4 contains mainly red and blue colors. Web safe color of #A46CB4 is #9966CC (or #96C).

RGB color model

#A46CB4 color RGB value is (164,108,180).

  • red value is 164;
  • green value is 108;
  • blue value is 180.
RGB:
(164,108,180)
(64%,42%,71%)

RGB channels and saturation

R 164 of 255 = 64%
G 108 of 255 = 42%
B 180 of 255 = 71%

164
108
180

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

Portions of RGB colors in percentages

R + G + B =
164 + 108 + 180 = 452 (100%)
R 164 of 452 ~ 36.28%
G 108 of 452 ~ 23.89%
B 180 of 452 ~ 39.82%

%36.28
%23.89
%39.82

CMYK color model

#A46CB4 color CMYK value is (9,40,0,29).

  • cyan value is 8.89%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(9,40,0,29)
C9M40Y0K29 
(9%,40%,0%,29%)
(0.09/0.40/0.00/0.29)	

CMYK percentages

%8.89
%40
%0
%29.41

Codes

Color #A46CB4 in popluar color models

A46CB4
RGB164108180
HSL287°32.43%56.47%
HSB/HSV287°40.00%70.59%
CMYK8.89%40.00%0.00%
29.41%

Color #A46CB4 in popluar number systems.

HEXA46CB4
Decimal164108180
Binary10100100110110010110100
Octal244154264

Shades and tints

Shades of #A46CB4

#A46CB4
(164,108,180)
#9663A4
(150,99,164)
#885A94
(136,90,148)
#7A5184
(122,81,132)
#6C4874
(108,72,116)
#5E3F64
(94,63,100)
#503654
(80,54,84)
#422D44
(66,45,68)
#342434
(52,36,52)
#261B24
(38,27,36)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #A46CB4

#A46CB4
(164,108,180)
#AC79BA
(172,121,186)
#B486C0
(180,134,192)
#BC93C6
(188,147,198)
#C4A0CC
(196,160,204)
#CCADD2
(204,173,210)
#D4BAD8
(212,186,216)
#DCC7DE
(220,199,222)
#E4D4E4
(228,212,228)
#ECE1EA
(236,225,234)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46CB4 color. Also use rgb(164,108,180) instead hex code.

Text Font Color

.myTextColor { color: #A46CB4; }

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

This text font color is #A46CB4.


Background Color

.myBgColor { background-color: #A46CB4; }

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

This div background color is #A46CB4.


Border color

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

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

This div border color is #A46CB4.


Opacity

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

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

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

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

This text has shadow with #A46CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46CB4 on black background.


Color preview on white background

This text has color #A46CB4 on white background.



Black color preview on #A46CB4 background

This text has black color on #A46CB4 background.


White color preview on #A46CB4 background

This text has white color on #A46CB4 background.