COLOR #A457AE

HEX: #A457AE
RGB: (164,87,174)

Color info

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

RGB color model

#A457AE color RGB value is (164,87,174).

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

RGB channels and saturation

R 164 of 255 = 64%
G 87 of 255 = 34%
B 174 of 255 = 68%

164
87
174

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

Portions of RGB colors in percentages

R + G + B =
164 + 87 + 174 = 425 (100%)
R 164 of 425 ~ 38.59%
G 87 of 425 ~ 20.47%
B 174 of 425 ~ 40.94%

%38.59
%20.47
%40.94

CMYK color model

#A457AE color CMYK value is (6,50,0,32).

  • cyan value is 5.75%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(6,50,0,32)
C6M50Y0K32 
(6%,50%,0%,32%)
(0.06/0.50/0.00/0.32)	

CMYK percentages

%5.75
%50
%0
%31.76

Codes

Color #A457AE in popluar color models

A457AE
RGB16487174
HSL293°34.94%51.18%
HSB/HSV293°50.00%68.24%
CMYK5.75%50.00%0.00%
31.76%

Color #A457AE in popluar number systems.

HEXA457AE
Decimal16487174
Binary10100100101011110101110
Octal244127256

Shades and tints

Shades of #A457AE

#A457AE
(164,87,174)
#96509F
(150,80,159)
#884990
(136,73,144)
#7A4281
(122,66,129)
#6C3B72
(108,59,114)
#5E3463
(94,52,99)
#502D54
(80,45,84)
#422645
(66,38,69)
#341F36
(52,31,54)
#261827
(38,24,39)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #A457AE

#A457AE
(164,87,174)
#AC66B5
(172,102,181)
#B475BC
(180,117,188)
#BC84C3
(188,132,195)
#C493CA
(196,147,202)
#CCA2D1
(204,162,209)
#D4B1D8
(212,177,216)
#DCC0DF
(220,192,223)
#E4CFE6
(228,207,230)
#ECDEED
(236,222,237)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A457AE; }

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

This text font color is #A457AE.


Background Color

.myBgColor { background-color: #A457AE; }

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

This div background color is #A457AE.


Border color

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

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

This div border color is #A457AE.


Opacity

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

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

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

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

This text has shadow with #A457AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A457AE on black background.


Color preview on white background

This text has color #A457AE on white background.



Black color preview on #A457AE background

This text has black color on #A457AE background.


White color preview on #A457AE background

This text has white color on #A457AE background.