COLOR #A460F4

HEX: #A460F4
RGB: (164,96,244)

Color info

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

RGB color model

#A460F4 color RGB value is (164,96,244).

  • red value is 164;
  • green value is 96;
  • blue value is 244.
RGB:
(164,96,244)
(64%,38%,96%)

RGB channels and saturation

R 164 of 255 = 64%
G 96 of 255 = 38%
B 244 of 255 = 96%

164
96
244

R + G + B ~ 66%. #A460F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 96 + 244 = 504 (100%)
R 164 of 504 ~ 32.54%
G 96 of 504 ~ 19.05%
B 244 of 504 ~ 48.41%

%32.54
%19.05
%48.41

CMYK color model

#A460F4 color CMYK value is (33,61,0,4).

  • cyan value is 32.79%
  • magenta value is 60.66%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(33,61,0,4)
C33M61Y0K4 
(33%,61%,0%,4%)
(0.33/0.61/0.00/0.04)	

CMYK percentages

%32.79
%60.66
%0
%4.31

Codes

Color #A460F4 in popluar color models

A460F4
RGB16496244
HSL268°87.06%66.67%
HSB/HSV268°60.66%95.69%
CMYK32.79%60.66%0.00%
4.31%

Color #A460F4 in popluar number systems.

HEXA460F4
Decimal16496244
Binary10100100110000011110100
Octal244140364

Shades and tints

Shades of #A460F4

#A460F4
(164,96,244)
#9658DE
(150,88,222)
#8850C8
(136,80,200)
#7A48B2
(122,72,178)
#6C409C
(108,64,156)
#5E3886
(94,56,134)
#503070
(80,48,112)
#42285A
(66,40,90)
#342044
(52,32,68)
#26182E
(38,24,46)
#181018
(24,16,24)
#000000
(0,0,0)

Tints of #A460F4

#A460F4
(164,96,244)
#AC6EF5
(172,110,245)
#B47CF6
(180,124,246)
#BC8AF7
(188,138,247)
#C498F8
(196,152,248)
#CCA6F9
(204,166,249)
#D4B4FA
(212,180,250)
#DCC2FB
(220,194,251)
#E4D0FC
(228,208,252)
#ECDEFD
(236,222,253)
#F4ECFE
(244,236,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A460F4 color. Also use rgb(164,96,244) instead hex code.

Text Font Color

.myTextColor { color: #A460F4; }

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

This text font color is #A460F4.


Background Color

.myBgColor { background-color: #A460F4; }

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

This div background color is #A460F4.


Border color

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

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

This div border color is #A460F4.


Opacity

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

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

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

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

This text has shadow with #A460F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A460F4 on black background.


Color preview on white background

This text has color #A460F4 on white background.



Black color preview on #A460F4 background

This text has black color on #A460F4 background.


White color preview on #A460F4 background

This text has white color on #A460F4 background.