COLOR #A457A2

HEX: #A457A2
RGB: (164,87,162)

Color info

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

RGB color model

#A457A2 color RGB value is (164,87,162).

  • red value is 164;
  • green value is 87;
  • blue value is 162.
RGB:
(164,87,162)
(64%,34%,64%)

RGB channels and saturation

R 164 of 255 = 64%
G 87 of 255 = 34%
B 162 of 255 = 64%

164
87
162

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

Portions of RGB colors in percentages

R + G + B =
164 + 87 + 162 = 413 (100%)
R 164 of 413 ~ 39.71%
G 87 of 413 ~ 21.07%
B 162 of 413 ~ 39.23%

%39.71
%21.07
%39.23

CMYK color model

#A457A2 color CMYK value is (0,47,1,36).

  • cyan value is 0.00%
  • magenta value is 46.95%
  • yellow value is 1.22%
  • key color value is 35.69%
CMYK:
(0,47,1,36)
C0M47Y1K36 
(0%,47%,1%,36%)
(0.00/0.47/0.01/0.36)	

CMYK percentages

%0
%46.95
%1.22
%35.69

Codes

Color #A457A2 in popluar color models

A457A2
RGB16487162
HSL302°30.68%49.22%
HSB/HSV302°46.95%64.31%
CMYK0.00%46.95%1.22%
35.69%

Color #A457A2 in popluar number systems.

HEXA457A2
Decimal16487162
Binary10100100101011110100010
Octal244127242

Shades and tints

Shades of #A457A2

#A457A2
(164,87,162)
#965094
(150,80,148)
#884986
(136,73,134)
#7A4278
(122,66,120)
#6C3B6A
(108,59,106)
#5E345C
(94,52,92)
#502D4E
(80,45,78)
#422640
(66,38,64)
#341F32
(52,31,50)
#261824
(38,24,36)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #A457A2

#A457A2
(164,87,162)
#AC66AA
(172,102,170)
#B475B2
(180,117,178)
#BC84BA
(188,132,186)
#C493C2
(196,147,194)
#CCA2CA
(204,162,202)
#D4B1D2
(212,177,210)
#DCC0DA
(220,192,218)
#E4CFE2
(228,207,226)
#ECDEEA
(236,222,234)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A457A2 color. Also use rgb(164,87,162) instead hex code.

Text Font Color

.myTextColor { color: #A457A2; }

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

This text font color is #A457A2.


Background Color

.myBgColor { background-color: #A457A2; }

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

This div background color is #A457A2.


Border color

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

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

This div border color is #A457A2.


Opacity

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

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

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

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

This text has shadow with #A457A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A457A2 on black background.


Color preview on white background

This text has color #A457A2 on white background.



Black color preview on #A457A2 background

This text has black color on #A457A2 background.


White color preview on #A457A2 background

This text has white color on #A457A2 background.