COLOR #A46ABC

HEX: #A46ABC RGB: (164,106,188)

Color info

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

RGB color model

#A46ABC color RGB value is (164,106,188).

RGB: (164,106,188) (64%, 42%, 74%)

RGB channels and saturation

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

164
106
188

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

Portions of RGB colors in percentages

R + G + B = 164 + 106 + 188 = 458 (100%)
R 164 of 458 ~ 35.81%
G 106 of 458 ~ 23.14%
B 188 of 458 ~ 41.05'%

%35.81
%23.14
%41.05

CMYK color model

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

  • cyan value is 12.77%
  • magenta value is 43.62%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (13,44,0,26)
C13M44Y0K26 (13%, 44%, 0%, 26%)
(0.13 / 0.44 / 0.00 / 0.26)

CMYK percentages

%12.77
%43.62
%0
%26.27

Codes

Color #A46ABC in popluar color models

A4 6A BC
RGB 164 106 188
HSL 282° 37.96% 57.65%
HSB/HSV 282° 43.62% 73.73%
CMYK 12.77% 43.62% 0.00%
26.27%

Color #A46ABC in popluar number systems.

HEX A4 6A BC
Decimal 164 106 188
Binary 10100100 1101010 10111100
Octal 244 152 274

Shades and tints

Shades of #A46ABC

#A46ABC
(164,106,188)
#9661AB
(150,97,171)
#88589A
(136,88,154)
#7A4F89
(122,79,137)
#6C4678
(108,70,120)
#5E3D67
(94,61,103)
#503456
(80,52,86)
#422B45
(66,43,69)
#342234
(52,34,52)
#261923
(38,25,35)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #A46ABC

#A46ABC
(164,106,188)
#AC77C2
(172,119,194)
#B484C8
(180,132,200)
#BC91CE
(188,145,206)
#C49ED4
(196,158,212)
#CCABDA
(204,171,218)
#D4B8E0
(212,184,224)
#DCC5E6
(220,197,230)
#E4D2EC
(228,210,236)
#ECDFF2
(236,223,242)
#F4ECF8
(244,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46ABC; }

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

This text font color is #A46ABC.

Background Color

.myBgColor { background-color: #A46ABC; }

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

This div background color is #A46ABC.

Border color

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

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

This div border color is #A46ABC.

Opacity

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

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

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

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

This text has shadow with #A46ABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A46ABC.

Preview

Color preview on black background

This text has color #A46ABC on black background.


Color preview on white background

This text has color #A46ABC on white background.


Black color preview on #A46ABC background

This text has black color on #A46ABC background.


White color preview on #A46ABC background

This text has white color on #A46ABC background.


Related colors

Complementary color

Complementary color for #hex is #5B9543.


I love getcolorcode.com

Triadic colors

1 #BCA46A and #6ABCA4 with #A46ABC are triadic colors.

2 #BC6AA4 and #6AA4BC with #A46ABC are triadic colors.