COLOR #A454A0

HEX: #A454A0
RGB: (164,84,160)

Color info

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

RGB color model

#A454A0 color RGB value is (164,84,160).

  • red value is 164;
  • green value is 84;
  • blue value is 160.
RGB:
(164,84,160)
(64%,33%,63%)

RGB channels and saturation

R 164 of 255 = 64%
G 84 of 255 = 33%
B 160 of 255 = 63%

164
84
160

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

Portions of RGB colors in percentages

R + G + B =
164 + 84 + 160 = 408 (100%)
R 164 of 408 ~ 40.2%
G 84 of 408 ~ 20.59%
B 160 of 408 ~ 39.22%

%40.2
%20.59
%39.22

CMYK color model

#A454A0 color CMYK value is (0,49,2,36).

  • cyan value is 0.00%
  • magenta value is 48.78%
  • yellow value is 2.44%
  • key color value is 35.69%
CMYK:
(0,49,2,36)
C0M49Y2K36 
(0%,49%,2%,36%)
(0.00/0.49/0.02/0.36)	

CMYK percentages

%0
%48.78
%2.44
%35.69

Codes

Color #A454A0 in popluar color models

A454A0
RGB16484160
HSL303°32.26%48.63%
HSB/HSV303°48.78%64.31%
CMYK0.00%48.78%2.44%
35.69%

Color #A454A0 in popluar number systems.

HEXA454A0
Decimal16484160
Binary10100100101010010100000
Octal244124240

Shades and tints

Shades of #A454A0

#A454A0
(164,84,160)
#964D92
(150,77,146)
#884684
(136,70,132)
#7A3F76
(122,63,118)
#6C3868
(108,56,104)
#5E315A
(94,49,90)
#502A4C
(80,42,76)
#42233E
(66,35,62)
#341C30
(52,28,48)
#261522
(38,21,34)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #A454A0

#A454A0
(164,84,160)
#AC63A8
(172,99,168)
#B472B0
(180,114,176)
#BC81B8
(188,129,184)
#C490C0
(196,144,192)
#CC9FC8
(204,159,200)
#D4AED0
(212,174,208)
#DCBDD8
(220,189,216)
#E4CCE0
(228,204,224)
#ECDBE8
(236,219,232)
#F4EAF0
(244,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A454A0 color. Also use rgb(164,84,160) instead hex code.

Text Font Color

.myTextColor { color: #A454A0; }

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

This text font color is #A454A0.


Background Color

.myBgColor { background-color: #A454A0; }

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

This div background color is #A454A0.


Border color

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

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

This div border color is #A454A0.


Opacity

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

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

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

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

This text has shadow with #A454A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A454A0 on black background.


Color preview on white background

This text has color #A454A0 on white background.



Black color preview on #A454A0 background

This text has black color on #A454A0 background.


White color preview on #A454A0 background

This text has white color on #A454A0 background.