COLOR #A46FF8

HEX: #A46FF8 RGB: (164,111,248)

Color info

#A46FF8 contains mainly blue color. Web safe color of #A46FF8 is #9966FF (or #96F).

RGB color model

#A46FF8 color RGB value is (164,111,248).

RGB: (164,111,248) (64%, 44%, 97%)

RGB channels and saturation

R 164 of 255 = 64%
G 111 of 255 = 44%
B 248 of 255 = 97%

164
111
248

R + G + B ~ 68%. #A46FF8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 111 + 248 = 523 (100%)
R 164 of 523 ~ 31.36%
G 111 of 523 ~ 21.22%
B 248 of 523 ~ 47.42'%

%31.36
%21.22
%47.42

CMYK color model

#A46FF8 color CMYK value is (34,55,0,3).

  • cyan value is 33.87%
  • magenta value is 55.24%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK: (34,55,0,3) C34M55Y0K3 (34%,55%,0%,3%) (0.34/0.55/0.00/0.03) 

CMYK percentages

%33.87
%55.24
%0
%2.75

Codes

Color #A46FF8 in popluar color models

A4 6F F8
RGB 164 111 248
HSL 263° 90.73% 70.39%
HSB/HSV 263° 55.24% 97.25%
CMYK 33.87% 55.24% 0.00%
2.75%

Color #A46FF8 in popluar number systems.

HEX A4 6F F8
Decimal 164 111 248
Binary 10100100 1101111 11111000
Octal 244 157 370

Shades and tints

Shades of #A46FF8

#A46FF8
(164,111,248)
#9665E2
(150,101,226)
#885BCC
(136,91,204)
#7A51B6
(122,81,182)
#6C47A0
(108,71,160)
#5E3D8A
(94,61,138)
#503374
(80,51,116)
#42295E
(66,41,94)
#341F48
(52,31,72)
#261532
(38,21,50)
#180B1C
(24,11,28)
#000000
(0,0,0)

Tints of #A46FF8

#A46FF8
(164,111,248)
#AC7CF8
(172,124,248)
#B489F8
(180,137,248)
#BC96F8
(188,150,248)
#C4A3F8
(196,163,248)
#CCB0F8
(204,176,248)
#D4BDF8
(212,189,248)
#DCCAF8
(220,202,248)
#E4D7F8
(228,215,248)
#ECE4F8
(236,228,248)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46FF8; }

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

This text font color is #A46FF8.

Background Color

.myBgColor { background-color: #A46FF8; }

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

This div background color is #A46FF8.

Border color

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

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

This div border color is #A46FF8.

Opacity

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

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

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

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

This text has shadow with #A46FF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A46FF8.

Preview

Color preview on black background

This text has color #A46FF8 on black background.


Color preview on white background

This text has color #A46FF8 on white background.


Black color preview on #A46FF8 background

This text has black color on #A46FF8 background.


White color preview on #A46FF8 background

This text has white color on #A46FF8 background.


Related colors

Complementary color

Complementary color for #hex is #5B9007.


I love getcolorcode.com

Triadic colors

1 #F8A46F and #6FF8A4 with #A46FF8 are triadic colors.

2 #F86FA4 and #6FA4F8 with #A46FF8 are triadic colors.