COLOR #A460B3

HEX: #A460B3
RGB: (164,96,179)

Color info

#A460B3 contains mainly red and blue colors. Web safe color of #A460B3 is #996699 (or #969).

RGB color model

#A460B3 color RGB value is (164,96,179).

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

RGB channels and saturation

R 164 of 255 = 64%
G 96 of 255 = 38%
B 179 of 255 = 70%

164
96
179

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

Portions of RGB colors in percentages

R + G + B =
164 + 96 + 179 = 439 (100%)
R 164 of 439 ~ 37.36%
G 96 of 439 ~ 21.87%
B 179 of 439 ~ 40.77%

%37.36
%21.87
%40.77

CMYK color model

#A460B3 color CMYK value is (8,46,0,30).

  • cyan value is 8.38%
  • magenta value is 46.37%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(8,46,0,30)
C8M46Y0K30 
(8%,46%,0%,30%)
(0.08/0.46/0.00/0.30)	

CMYK percentages

%8.38
%46.37
%0
%29.8

Codes

Color #A460B3 in popluar color models

A460B3
RGB16496179
HSL289°35.32%53.92%
HSB/HSV289°46.37%70.20%
CMYK8.38%46.37%0.00%
29.80%

Color #A460B3 in popluar number systems.

HEXA460B3
Decimal16496179
Binary10100100110000010110011
Octal244140263

Shades and tints

Shades of #A460B3

#A460B3
(164,96,179)
#9658A3
(150,88,163)
#885093
(136,80,147)
#7A4883
(122,72,131)
#6C4073
(108,64,115)
#5E3863
(94,56,99)
#503053
(80,48,83)
#422843
(66,40,67)
#342033
(52,32,51)
#261823
(38,24,35)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #A460B3

#A460B3
(164,96,179)
#AC6EB9
(172,110,185)
#B47CBF
(180,124,191)
#BC8AC5
(188,138,197)
#C498CB
(196,152,203)
#CCA6D1
(204,166,209)
#D4B4D7
(212,180,215)
#DCC2DD
(220,194,221)
#E4D0E3
(228,208,227)
#ECDEE9
(236,222,233)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A460B3; }

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

This text font color is #A460B3.


Background Color

.myBgColor { background-color: #A460B3; }

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

This div background color is #A460B3.


Border color

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

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

This div border color is #A460B3.


Opacity

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

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

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

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

This text has shadow with #A460B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A460B3 on black background.


Color preview on white background

This text has color #A460B3 on white background.



Black color preview on #A460B3 background

This text has black color on #A460B3 background.


White color preview on #A460B3 background

This text has white color on #A460B3 background.