COLOR #AE25A3

HEX: #AE25A3
RGB: (174,37,163)

Color info

#AE25A3 contains mainly red and blue colors. Web safe color of #AE25A3 is #993399 (or #939).

RGB color model

#AE25A3 color RGB value is (174,37,163).

  • red value is 174;
  • green value is 37;
  • blue value is 163.
RGB:
(174,37,163)
(68%,15%,64%)

RGB channels and saturation

R 174 of 255 = 68%
G 37 of 255 = 15%
B 163 of 255 = 64%

174
37
163

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

Portions of RGB colors in percentages

R + G + B =
174 + 37 + 163 = 374 (100%)
R 174 of 374 ~ 46.52%
G 37 of 374 ~ 9.89%
B 163 of 374 ~ 43.58%

%46.52
%9.89
%43.58

CMYK color model

#AE25A3 color CMYK value is (0,79,6,32).

  • cyan value is 0.00%
  • magenta value is 78.74%
  • yellow value is 6.32%
  • key color value is 31.76%
CMYK:
(0,79,6,32)
C0M79Y6K32 
(0%,79%,6%,32%)
(0.00/0.79/0.06/0.32)	

CMYK percentages

%0
%78.74
%6.32
%31.76

Codes

Color #AE25A3 in popluar color models

AE25A3
RGB17437163
HSL305°64.93%41.37%
HSB/HSV305°78.74%68.24%
CMYK0.00%78.74%6.32%
31.76%

Color #AE25A3 in popluar number systems.

HEXAE25A3
Decimal17437163
Binary1010111010010110100011
Octal25645243

Shades and tints

Shades of #AE25A3

#AE25A3
(174,37,163)
#9F2295
(159,34,149)
#901F87
(144,31,135)
#811C79
(129,28,121)
#72196B
(114,25,107)
#63165D
(99,22,93)
#54134F
(84,19,79)
#451041
(69,16,65)
#360D33
(54,13,51)
#270A25
(39,10,37)
#180717
(24,7,23)
#000000
(0,0,0)

Tints of #AE25A3

#AE25A3
(174,37,163)
#B538AB
(181,56,171)
#BC4BB3
(188,75,179)
#C35EBB
(195,94,187)
#CA71C3
(202,113,195)
#D184CB
(209,132,203)
#D897D3
(216,151,211)
#DFAADB
(223,170,219)
#E6BDE3
(230,189,227)
#EDD0EB
(237,208,235)
#F4E3F3
(244,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE25A3 color. Also use rgb(174,37,163) instead hex code.

Text Font Color

.myTextColor { color: #AE25A3; }

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

This text font color is #AE25A3.


Background Color

.myBgColor { background-color: #AE25A3; }

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

This div background color is #AE25A3.


Border color

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

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

This div border color is #AE25A3.


Opacity

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

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

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

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

This text has shadow with #AE25A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE25A3 on black background.


Color preview on white background

This text has color #AE25A3 on white background.



Black color preview on #AE25A3 background

This text has black color on #AE25A3 background.


White color preview on #AE25A3 background

This text has white color on #AE25A3 background.