COLOR #A46FC0

HEX: #A46FC0 RGB: (164,111,192)

Color info

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

RGB color model

#A46FC0 color RGB value is (164,111,192).

RGB: (164,111,192) (64%, 44%, 75%)

RGB channels and saturation

R 164 of 255 = 64%
G 111 of 255 = 44%
B 192 of 255 = 75%

164
111
192

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

Portions of RGB colors in percentages

R + G + B = 164 + 111 + 192 = 467 (100%)
R 164 of 467 ~ 35.12%
G 111 of 467 ~ 23.77%
B 192 of 467 ~ 41.11'%

%35.12
%23.77
%41.11

CMYK color model

#A46FC0 color CMYK value is (15,42,0,25).

  • cyan value is 14.58%
  • magenta value is 42.19%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (15,42,0,25)
C15M42Y0K25 (15%, 42%, 0%, 25%)
(0.15 / 0.42 / 0.00 / 0.25)

CMYK percentages

%14.58
%42.19
%0
%24.71

Codes

Color #A46FC0 in popluar color models

A4 6F C0
RGB 164 111 192
HSL 279° 39.13% 59.41%
HSB/HSV 279° 42.19% 75.29%
CMYK 14.58% 42.19% 0.00%
24.71%

Color #A46FC0 in popluar number systems.

HEX A4 6F C0
Decimal 164 111 192
Binary 10100100 1101111 11000000
Octal 244 157 300

Shades and tints

Shades of #A46FC0

#A46FC0
(164,111,192)
#9665AF
(150,101,175)
#885B9E
(136,91,158)
#7A518D
(122,81,141)
#6C477C
(108,71,124)
#5E3D6B
(94,61,107)
#50335A
(80,51,90)
#422949
(66,41,73)
#341F38
(52,31,56)
#261527
(38,21,39)
#180B16
(24,11,22)
#000000
(0,0,0)

Tints of #A46FC0

#A46FC0
(164,111,192)
#AC7CC5
(172,124,197)
#B489CA
(180,137,202)
#BC96CF
(188,150,207)
#C4A3D4
(196,163,212)
#CCB0D9
(204,176,217)
#D4BDDE
(212,189,222)
#DCCAE3
(220,202,227)
#E4D7E8
(228,215,232)
#ECE4ED
(236,228,237)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46FC0; }

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

This text font color is #A46FC0.

Background Color

.myBgColor { background-color: #A46FC0; }

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

This div background color is #A46FC0.

Border color

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

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

This div border color is #A46FC0.

Opacity

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

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

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

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

This text has shadow with #A46FC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A46FC0.

Preview

Color preview on black background

This text has color #A46FC0 on black background.


Color preview on white background

This text has color #A46FC0 on white background.


Black color preview on #A46FC0 background

This text has black color on #A46FC0 background.


White color preview on #A46FC0 background

This text has white color on #A46FC0 background.


Related colors

Complementary color

Complementary color for #hex is #5B903F.


I love getcolorcode.com

Triadic colors

1 #C0A46F and #6FC0A4 with #A46FC0 are triadic colors.

2 #C06FA4 and #6FA4C0 with #A46FC0 are triadic colors.