COLOR #AE21A1

HEX: #AE21A1
RGB: (174,33,161)

Color info

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

RGB color model

#AE21A1 color RGB value is (174,33,161).

  • red value is 174;
  • green value is 33;
  • blue value is 161.
RGB:
(174,33,161)
(68%,13%,63%)

RGB channels and saturation

R 174 of 255 = 68%
G 33 of 255 = 13%
B 161 of 255 = 63%

174
33
161

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

Portions of RGB colors in percentages

R + G + B =
174 + 33 + 161 = 368 (100%)
R 174 of 368 ~ 47.28%
G 33 of 368 ~ 8.97%
B 161 of 368 ~ 43.75%

%47.28
%43.75

CMYK color model

#AE21A1 color CMYK value is (0,81,7,32).

  • cyan value is 0.00%
  • magenta value is 81.03%
  • yellow value is 7.47%
  • key color value is 31.76%
CMYK:
(0,81,7,32)
C0M81Y7K32 
(0%,81%,7%,32%)
(0.00/0.81/0.07/0.32)	

CMYK percentages

%0
%81.03
%7.47
%31.76

Codes

Color #AE21A1 in popluar color models

AE21A1
RGB17433161
HSL306°68.12%40.59%
HSB/HSV306°81.03%68.24%
CMYK0.00%81.03%7.47%
31.76%

Color #AE21A1 in popluar number systems.

HEXAE21A1
Decimal17433161
Binary1010111010000110100001
Octal25641241

Shades and tints

Shades of #AE21A1

#AE21A1
(174,33,161)
#9F1E93
(159,30,147)
#901B85
(144,27,133)
#811877
(129,24,119)
#721569
(114,21,105)
#63125B
(99,18,91)
#540F4D
(84,15,77)
#450C3F
(69,12,63)
#360931
(54,9,49)
#270623
(39,6,35)
#180315
(24,3,21)
#000000
(0,0,0)

Tints of #AE21A1

#AE21A1
(174,33,161)
#B535A9
(181,53,169)
#BC49B1
(188,73,177)
#C35DB9
(195,93,185)
#CA71C1
(202,113,193)
#D185C9
(209,133,201)
#D899D1
(216,153,209)
#DFADD9
(223,173,217)
#E6C1E1
(230,193,225)
#EDD5E9
(237,213,233)
#F4E9F1
(244,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE21A1 color. Also use rgb(174,33,161) instead hex code.

Text Font Color

.myTextColor { color: #AE21A1; }

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

This text font color is #AE21A1.


Background Color

.myBgColor { background-color: #AE21A1; }

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

This div background color is #AE21A1.


Border color

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

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

This div border color is #AE21A1.


Opacity

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

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

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

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

This text has shadow with #AE21A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE21A1 on black background.


Color preview on white background

This text has color #AE21A1 on white background.



Black color preview on #AE21A1 background

This text has black color on #AE21A1 background.


White color preview on #AE21A1 background

This text has white color on #AE21A1 background.