COLOR #A454C0

HEX: #A454C0
RGB: (164,84,192)

Color info

#A454C0 contains mainly red and blue colors. Web safe color of #A454C0 is #9966CC (or #96C).

RGB color model

#A454C0 color RGB value is (164,84,192).

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

RGB channels and saturation

R 164 of 255 = 64%
G 84 of 255 = 33%
B 192 of 255 = 75%

164
84
192

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

Portions of RGB colors in percentages

R + G + B =
164 + 84 + 192 = 440 (100%)
R 164 of 440 ~ 37.27%
G 84 of 440 ~ 19.09%
B 192 of 440 ~ 43.64%

%37.27
%19.09
%43.64

CMYK color model

#A454C0 color CMYK value is (15,56,0,25).

  • cyan value is 14.58%
  • magenta value is 56.25%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(15,56,0,25)
C15M56Y0K25 
(15%,56%,0%,25%)
(0.15/0.56/0.00/0.25)	

CMYK percentages

%14.58
%56.25
%0
%24.71

Codes

Color #A454C0 in popluar color models

A454C0
RGB16484192
HSL284°46.15%54.12%
HSB/HSV284°56.25%75.29%
CMYK14.58%56.25%0.00%
24.71%

Color #A454C0 in popluar number systems.

HEXA454C0
Decimal16484192
Binary10100100101010011000000
Octal244124300

Shades and tints

Shades of #A454C0

#A454C0
(164,84,192)
#964DAF
(150,77,175)
#88469E
(136,70,158)
#7A3F8D
(122,63,141)
#6C387C
(108,56,124)
#5E316B
(94,49,107)
#502A5A
(80,42,90)
#422349
(66,35,73)
#341C38
(52,28,56)
#261527
(38,21,39)
#180E16
(24,14,22)
#000000
(0,0,0)

Tints of #A454C0

#A454C0
(164,84,192)
#AC63C5
(172,99,197)
#B472CA
(180,114,202)
#BC81CF
(188,129,207)
#C490D4
(196,144,212)
#CC9FD9
(204,159,217)
#D4AEDE
(212,174,222)
#DCBDE3
(220,189,227)
#E4CCE8
(228,204,232)
#ECDBED
(236,219,237)
#F4EAF2
(244,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A454C0; }

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

This text font color is #A454C0.


Background Color

.myBgColor { background-color: #A454C0; }

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

This div background color is #A454C0.


Border color

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

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

This div border color is #A454C0.


Opacity

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

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

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

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

This text has shadow with #A454C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A454C0 on black background.


Color preview on white background

This text has color #A454C0 on white background.



Black color preview on #A454C0 background

This text has black color on #A454C0 background.


White color preview on #A454C0 background

This text has white color on #A454C0 background.