COLOR #A46ABD

HEX: #A46ABD
RGB: (164,106,189)

Color info

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

RGB color model

#A46ABD color RGB value is (164,106,189).

  • red value is 164;
  • green value is 106;
  • blue value is 189.
RGB:
(164,106,189)
(64%,42%,74%)

RGB channels and saturation

R 164 of 255 = 64%
G 106 of 255 = 42%
B 189 of 255 = 74%

164
106
189

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

Portions of RGB colors in percentages

R + G + B =
164 + 106 + 189 = 459 (100%)
R 164 of 459 ~ 35.73%
G 106 of 459 ~ 23.09%
B 189 of 459 ~ 41.18%

%35.73
%23.09
%41.18

CMYK color model

#A46ABD color CMYK value is (13,44,0,26).

  • cyan value is 13.23%
  • magenta value is 43.92%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(13,44,0,26)
C13M44Y0K26 
(13%,44%,0%,26%)
(0.13/0.44/0.00/0.26)	

CMYK percentages

%13.23
%43.92
%0
%25.88

Codes

Color #A46ABD in popluar color models

A46ABD
RGB164106189
HSL282°38.60%57.84%
HSB/HSV282°43.92%74.12%
CMYK13.23%43.92%0.00%
25.88%

Color #A46ABD in popluar number systems.

HEXA46ABD
Decimal164106189
Binary10100100110101010111101
Octal244152275

Shades and tints

Shades of #A46ABD

#A46ABD
(164,106,189)
#9661AC
(150,97,172)
#88589B
(136,88,155)
#7A4F8A
(122,79,138)
#6C4679
(108,70,121)
#5E3D68
(94,61,104)
#503457
(80,52,87)
#422B46
(66,43,70)
#342235
(52,34,53)
#261924
(38,25,36)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #A46ABD

#A46ABD
(164,106,189)
#AC77C3
(172,119,195)
#B484C9
(180,132,201)
#BC91CF
(188,145,207)
#C49ED5
(196,158,213)
#CCABDB
(204,171,219)
#D4B8E1
(212,184,225)
#DCC5E7
(220,197,231)
#E4D2ED
(228,210,237)
#ECDFF3
(236,223,243)
#F4ECF9
(244,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46ABD color. Also use rgb(164,106,189) instead hex code.

Text Font Color

.myTextColor { color: #A46ABD; }

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

This text font color is #A46ABD.


Background Color

.myBgColor { background-color: #A46ABD; }

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

This div background color is #A46ABD.


Border color

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

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

This div border color is #A46ABD.


Opacity

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

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

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

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

This text has shadow with #A46ABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46ABD on black background.


Color preview on white background

This text has color #A46ABD on white background.



Black color preview on #A46ABD background

This text has black color on #A46ABD background.


White color preview on #A46ABD background

This text has white color on #A46ABD background.