COLOR #A46EC2

HEX: #A46EC2 RGB: (164,110,194)

Color info

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

RGB color model

#A46EC2 color RGB value is (164,110,194).

RGB: (164,110,194) (64%, 43%, 76%)

RGB channels and saturation

R 164 of 255 = 64%
G 110 of 255 = 43%
B 194 of 255 = 76%

164
110
194

R + G + B ~ 61%. #A46EC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 110 + 194 = 468 (100%)
R 164 of 468 ~ 35.04%
G 110 of 468 ~ 23.5%
B 194 of 468 ~ 41.45'%

%35.04
%23.5
%41.45

CMYK color model

#A46EC2 color CMYK value is (15,43,0,24).

  • cyan value is 15.46%
  • magenta value is 43.30%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (15,43,0,24)
C15M43Y0K24 (15%, 43%, 0%, 24%)
(0.15 / 0.43 / 0.00 / 0.24)

CMYK percentages

%15.46
%43.3
%0
%23.92

Codes

Color #A46EC2 in popluar color models

A4 6E C2
RGB 164 110 194
HSL 279° 40.78% 59.61%
HSB/HSV 279° 43.30% 76.08%
CMYK 15.46% 43.30% 0.00%
23.92%

Color #A46EC2 in popluar number systems.

HEX A4 6E C2
Decimal 164 110 194
Binary 10100100 1101110 11000010
Octal 244 156 302

Shades and tints

Shades of #A46EC2

#A46EC2
(164,110,194)
#9664B1
(150,100,177)
#885AA0
(136,90,160)
#7A508F
(122,80,143)
#6C467E
(108,70,126)
#5E3C6D
(94,60,109)
#50325C
(80,50,92)
#42284B
(66,40,75)
#341E3A
(52,30,58)
#261429
(38,20,41)
#180A18
(24,10,24)
#000000
(0,0,0)

Tints of #A46EC2

#A46EC2
(164,110,194)
#AC7BC7
(172,123,199)
#B488CC
(180,136,204)
#BC95D1
(188,149,209)
#C4A2D6
(196,162,214)
#CCAFDB
(204,175,219)
#D4BCE0
(212,188,224)
#DCC9E5
(220,201,229)
#E4D6EA
(228,214,234)
#ECE3EF
(236,227,239)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46EC2 color. Also use rgb(164,110,194) instead hex code.

Text Font Color

.myTextColor { color: #A46EC2; }

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

This text font color is #A46EC2.

Background Color

.myBgColor { background-color: #A46EC2; }

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

This div background color is #A46EC2.

Border color

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

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

This div border color is #A46EC2.

Opacity

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

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

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

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

This text has shadow with #A46EC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A46EC2.

Preview

Color preview on black background

This text has color #A46EC2 on black background.


Color preview on white background

This text has color #A46EC2 on white background.


Black color preview on #A46EC2 background

This text has black color on #A46EC2 background.


White color preview on #A46EC2 background

This text has white color on #A46EC2 background.


Related colors

Complementary color

Complementary color for #hex is #5B913D.


I love getcolorcode.com

Triadic colors

1 #C2A46E and #6EC2A4 with #A46EC2 are triadic colors.

2 #C26EA4 and #6EA4C2 with #A46EC2 are triadic colors.