COLOR #A46FE2

HEX: #A46FE2
RGB: (164,111,226)

Color info

#A46FE2 contains mainly blue color. Web safe color of #A46FE2 is #9966CC (or #96C).

RGB color model

#A46FE2 color RGB value is (164,111,226).

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

RGB channels and saturation

R 164 of 255 = 64%
G 111 of 255 = 44%
B 226 of 255 = 89%

164
111
226

R + G + B ~ 66%. #A46FE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 111 + 226 = 501 (100%)
R 164 of 501 ~ 32.73%
G 111 of 501 ~ 22.16%
B 226 of 501 ~ 45.11%

%32.73
%22.16
%45.11

CMYK color model

#A46FE2 color CMYK value is (27,51,0,11).

  • cyan value is 27.43%
  • magenta value is 50.88%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(27,51,0,11)
C27M51Y0K11 
(27%,51%,0%,11%)
(0.27/0.51/0.00/0.11)	

CMYK percentages

%27.43
%50.88
%0
%11.37

Codes

Color #A46FE2 in popluar color models

A46FE2
RGB164111226
HSL268°66.47%66.08%
HSB/HSV268°50.88%88.63%
CMYK27.43%50.88%0.00%
11.37%

Color #A46FE2 in popluar number systems.

HEXA46FE2
Decimal164111226
Binary10100100110111111100010
Octal244157342

Shades and tints

Shades of #A46FE2

#A46FE2
(164,111,226)
#9665CE
(150,101,206)
#885BBA
(136,91,186)
#7A51A6
(122,81,166)
#6C4792
(108,71,146)
#5E3D7E
(94,61,126)
#50336A
(80,51,106)
#422956
(66,41,86)
#341F42
(52,31,66)
#26152E
(38,21,46)
#180B1A
(24,11,26)
#000000
(0,0,0)

Tints of #A46FE2

#A46FE2
(164,111,226)
#AC7CE4
(172,124,228)
#B489E6
(180,137,230)
#BC96E8
(188,150,232)
#C4A3EA
(196,163,234)
#CCB0EC
(204,176,236)
#D4BDEE
(212,189,238)
#DCCAF0
(220,202,240)
#E4D7F2
(228,215,242)
#ECE4F4
(236,228,244)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46FE2; }

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

This text font color is #A46FE2.


Background Color

.myBgColor { background-color: #A46FE2; }

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

This div background color is #A46FE2.


Border color

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

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

This div border color is #A46FE2.


Opacity

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

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

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

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

This text has shadow with #A46FE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46FE2 on black background.


Color preview on white background

This text has color #A46FE2 on white background.



Black color preview on #A46FE2 background

This text has black color on #A46FE2 background.


White color preview on #A46FE2 background

This text has white color on #A46FE2 background.