COLOR #A465A9

HEX: #A465A9
RGB: (164,101,169)

Color info

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

RGB color model

#A465A9 color RGB value is (164,101,169).

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

RGB channels and saturation

R 164 of 255 = 64%
G 101 of 255 = 40%
B 169 of 255 = 66%

164
101
169

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

Portions of RGB colors in percentages

R + G + B =
164 + 101 + 169 = 434 (100%)
R 164 of 434 ~ 37.79%
G 101 of 434 ~ 23.27%
B 169 of 434 ~ 38.94%

%37.79
%23.27
%38.94

CMYK color model

#A465A9 color CMYK value is (3,40,0,34).

  • cyan value is 2.96%
  • magenta value is 40.24%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(3,40,0,34)
C3M40Y0K34 
(3%,40%,0%,34%)
(0.03/0.40/0.00/0.34)	

CMYK percentages

%2.96
%40.24
%0
%33.73

Codes

Color #A465A9 in popluar color models

A465A9
RGB164101169
HSL296°28.33%52.94%
HSB/HSV296°40.24%66.27%
CMYK2.96%40.24%0.00%
33.73%

Color #A465A9 in popluar number systems.

HEXA465A9
Decimal164101169
Binary10100100110010110101001
Octal244145251

Shades and tints

Shades of #A465A9

#A465A9
(164,101,169)
#965C9A
(150,92,154)
#88538B
(136,83,139)
#7A4A7C
(122,74,124)
#6C416D
(108,65,109)
#5E385E
(94,56,94)
#502F4F
(80,47,79)
#422640
(66,38,64)
#341D31
(52,29,49)
#261422
(38,20,34)
#180B13
(24,11,19)
#000000
(0,0,0)

Tints of #A465A9

#A465A9
(164,101,169)
#AC73B0
(172,115,176)
#B481B7
(180,129,183)
#BC8FBE
(188,143,190)
#C49DC5
(196,157,197)
#CCABCC
(204,171,204)
#D4B9D3
(212,185,211)
#DCC7DA
(220,199,218)
#E4D5E1
(228,213,225)
#ECE3E8
(236,227,232)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A465A9; }

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

This text font color is #A465A9.


Background Color

.myBgColor { background-color: #A465A9; }

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

This div background color is #A465A9.


Border color

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

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

This div border color is #A465A9.


Opacity

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

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

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

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

This text has shadow with #A465A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A465A9 on black background.


Color preview on white background

This text has color #A465A9 on white background.



Black color preview on #A465A9 background

This text has black color on #A465A9 background.


White color preview on #A465A9 background

This text has white color on #A465A9 background.