COLOR #A46FDE

HEX: #A46FDE
RGB: (164,111,222)

Color info

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

RGB color model

#A46FDE color RGB value is (164,111,222).

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

RGB channels and saturation

R 164 of 255 = 64%
G 111 of 255 = 44%
B 222 of 255 = 87%

164
111
222

R + G + B ~ 65%. #A46FDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 111 + 222 = 497 (100%)
R 164 of 497 ~ 33%
G 111 of 497 ~ 22.33%
B 222 of 497 ~ 44.67%

%33
%22.33
%44.67

CMYK color model

#A46FDE color CMYK value is (26,50,0,13).

  • cyan value is 26.13%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(26,50,0,13)
C26M50Y0K13 
(26%,50%,0%,13%)
(0.26/0.50/0.00/0.13)	

CMYK percentages

%26.13
%50
%0
%12.94

Codes

Color #A46FDE in popluar color models

A46FDE
RGB164111222
HSL269°62.71%65.29%
HSB/HSV269°50.00%87.06%
CMYK26.13%50.00%0.00%
12.94%

Color #A46FDE in popluar number systems.

HEXA46FDE
Decimal164111222
Binary10100100110111111011110
Octal244157336

Shades and tints

Shades of #A46FDE

#A46FDE
(164,111,222)
#9665CA
(150,101,202)
#885BB6
(136,91,182)
#7A51A2
(122,81,162)
#6C478E
(108,71,142)
#5E3D7A
(94,61,122)
#503366
(80,51,102)
#422952
(66,41,82)
#341F3E
(52,31,62)
#26152A
(38,21,42)
#180B16
(24,11,22)
#000000
(0,0,0)

Tints of #A46FDE

#A46FDE
(164,111,222)
#AC7CE1
(172,124,225)
#B489E4
(180,137,228)
#BC96E7
(188,150,231)
#C4A3EA
(196,163,234)
#CCB0ED
(204,176,237)
#D4BDF0
(212,189,240)
#DCCAF3
(220,202,243)
#E4D7F6
(228,215,246)
#ECE4F9
(236,228,249)
#F4F1FC
(244,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46FDE; }

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

This text font color is #A46FDE.


Background Color

.myBgColor { background-color: #A46FDE; }

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

This div background color is #A46FDE.


Border color

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

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

This div border color is #A46FDE.


Opacity

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

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

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

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

This text has shadow with #A46FDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46FDE on black background.


Color preview on white background

This text has color #A46FDE on white background.



Black color preview on #A46FDE background

This text has black color on #A46FDE background.


White color preview on #A46FDE background

This text has white color on #A46FDE background.