COLOR #A46FB2

HEX: #A46FB2
RGB: (164,111,178)

Color info

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

RGB color model

#A46FB2 color RGB value is (164,111,178).

  • red value is 164;
  • green value is 111;
  • blue value is 178.
RGB:
(164,111,178)
(64%,44%,70%)

RGB channels and saturation

R 164 of 255 = 64%
G 111 of 255 = 44%
B 178 of 255 = 70%

164
111
178

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

Portions of RGB colors in percentages

R + G + B =
164 + 111 + 178 = 453 (100%)
R 164 of 453 ~ 36.2%
G 111 of 453 ~ 24.5%
B 178 of 453 ~ 39.29%

%36.2
%24.5
%39.29

CMYK color model

#A46FB2 color CMYK value is (8,38,0,30).

  • cyan value is 7.87%
  • magenta value is 37.64%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(8,38,0,30)
C8M38Y0K30 
(8%,38%,0%,30%)
(0.08/0.38/0.00/0.30)	

CMYK percentages

%7.87
%37.64
%0
%30.2

Codes

Color #A46FB2 in popluar color models

A46FB2
RGB164111178
HSL287°30.32%56.67%
HSB/HSV287°37.64%69.80%
CMYK7.87%37.64%0.00%
30.20%

Color #A46FB2 in popluar number systems.

HEXA46FB2
Decimal164111178
Binary10100100110111110110010
Octal244157262

Shades and tints

Shades of #A46FB2

#A46FB2
(164,111,178)
#9665A2
(150,101,162)
#885B92
(136,91,146)
#7A5182
(122,81,130)
#6C4772
(108,71,114)
#5E3D62
(94,61,98)
#503352
(80,51,82)
#422942
(66,41,66)
#341F32
(52,31,50)
#261522
(38,21,34)
#180B12
(24,11,18)
#000000
(0,0,0)

Tints of #A46FB2

#A46FB2
(164,111,178)
#AC7CB9
(172,124,185)
#B489C0
(180,137,192)
#BC96C7
(188,150,199)
#C4A3CE
(196,163,206)
#CCB0D5
(204,176,213)
#D4BDDC
(212,189,220)
#DCCAE3
(220,202,227)
#E4D7EA
(228,215,234)
#ECE4F1
(236,228,241)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46FB2 color. Also use rgb(164,111,178) instead hex code.

Text Font Color

.myTextColor { color: #A46FB2; }

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

This text font color is #A46FB2.


Background Color

.myBgColor { background-color: #A46FB2; }

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

This div background color is #A46FB2.


Border color

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

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

This div border color is #A46FB2.


Opacity

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

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

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

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

This text has shadow with #A46FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46FB2 on black background.


Color preview on white background

This text has color #A46FB2 on white background.



Black color preview on #A46FB2 background

This text has black color on #A46FB2 background.


White color preview on #A46FB2 background

This text has white color on #A46FB2 background.