COLOR #A465AC

HEX: #A465AC
RGB: (164,101,172)

Color info

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

RGB color model

#A465AC color RGB value is (164,101,172).

  • red value is 164;
  • green value is 101;
  • blue value is 172.
RGB:
(164,101,172)
(64%,40%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 101 of 255 = 40%
B 172 of 255 = 67%

164
101
172

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

Portions of RGB colors in percentages

R + G + B =
164 + 101 + 172 = 437 (100%)
R 164 of 437 ~ 37.53%
G 101 of 437 ~ 23.11%
B 172 of 437 ~ 39.36%

%37.53
%23.11
%39.36

CMYK color model

#A465AC color CMYK value is (5,41,0,33).

  • cyan value is 4.65%
  • magenta value is 41.28%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(5,41,0,33)
C5M41Y0K33 
(5%,41%,0%,33%)
(0.05/0.41/0.00/0.33)	

CMYK percentages

%4.65
%41.28
%0
%32.55

Codes

Color #A465AC in popluar color models

A465AC
RGB164101172
HSL293°29.96%53.53%
HSB/HSV293°41.28%67.45%
CMYK4.65%41.28%0.00%
32.55%

Color #A465AC in popluar number systems.

HEXA465AC
Decimal164101172
Binary10100100110010110101100
Octal244145254

Shades and tints

Shades of #A465AC

#A465AC
(164,101,172)
#965C9D
(150,92,157)
#88538E
(136,83,142)
#7A4A7F
(122,74,127)
#6C4170
(108,65,112)
#5E3861
(94,56,97)
#502F52
(80,47,82)
#422643
(66,38,67)
#341D34
(52,29,52)
#261425
(38,20,37)
#180B16
(24,11,22)
#000000
(0,0,0)

Tints of #A465AC

#A465AC
(164,101,172)
#AC73B3
(172,115,179)
#B481BA
(180,129,186)
#BC8FC1
(188,143,193)
#C49DC8
(196,157,200)
#CCABCF
(204,171,207)
#D4B9D6
(212,185,214)
#DCC7DD
(220,199,221)
#E4D5E4
(228,213,228)
#ECE3EB
(236,227,235)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A465AC color. Also use rgb(164,101,172) instead hex code.

Text Font Color

.myTextColor { color: #A465AC; }

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

This text font color is #A465AC.


Background Color

.myBgColor { background-color: #A465AC; }

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

This div background color is #A465AC.


Border color

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

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

This div border color is #A465AC.


Opacity

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

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

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

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

This text has shadow with #A465AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A465AC on black background.


Color preview on white background

This text has color #A465AC on white background.



Black color preview on #A465AC background

This text has black color on #A465AC background.


White color preview on #A465AC background

This text has white color on #A465AC background.