COLOR #AE20BF

HEX: #AE20BF
RGB: (174,32,191)

Color info

#AE20BF contains mainly red and blue colors. Web safe color of #AE20BF is #9933CC (or #93C).

RGB color model

#AE20BF color RGB value is (174,32,191).

  • red value is 174;
  • green value is 32;
  • blue value is 191.
RGB:
(174,32,191)
(68%,13%,75%)

RGB channels and saturation

R 174 of 255 = 68%
G 32 of 255 = 13%
B 191 of 255 = 75%

174
32
191

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

Portions of RGB colors in percentages

R + G + B =
174 + 32 + 191 = 397 (100%)
R 174 of 397 ~ 43.83%
G 32 of 397 ~ 8.06%
B 191 of 397 ~ 48.11%

%43.83
%48.11

CMYK color model

#AE20BF color CMYK value is (9,83,0,25).

  • cyan value is 8.90%
  • magenta value is 83.25%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(9,83,0,25)
C9M83Y0K25 
(9%,83%,0%,25%)
(0.09/0.83/0.00/0.25)	

CMYK percentages

%8.9
%83.25
%0
%25.1

Codes

Color #AE20BF in popluar color models

AE20BF
RGB17432191
HSL294°71.30%43.73%
HSB/HSV294°83.25%74.90%
CMYK8.90%83.25%0.00%
25.10%

Color #AE20BF in popluar number systems.

HEXAE20BF
Decimal17432191
Binary1010111010000010111111
Octal25640277

Shades and tints

Shades of #AE20BF

#AE20BF
(174,32,191)
#9F1EAE
(159,30,174)
#901C9D
(144,28,157)
#811A8C
(129,26,140)
#72187B
(114,24,123)
#63166A
(99,22,106)
#541459
(84,20,89)
#451248
(69,18,72)
#361037
(54,16,55)
#270E26
(39,14,38)
#180C15
(24,12,21)
#000000
(0,0,0)

Tints of #AE20BF

#AE20BF
(174,32,191)
#B534C4
(181,52,196)
#BC48C9
(188,72,201)
#C35CCE
(195,92,206)
#CA70D3
(202,112,211)
#D184D8
(209,132,216)
#D898DD
(216,152,221)
#DFACE2
(223,172,226)
#E6C0E7
(230,192,231)
#EDD4EC
(237,212,236)
#F4E8F1
(244,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE20BF color. Also use rgb(174,32,191) instead hex code.

Text Font Color

.myTextColor { color: #AE20BF; }

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

This text font color is #AE20BF.


Background Color

.myBgColor { background-color: #AE20BF; }

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

This div background color is #AE20BF.


Border color

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

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

This div border color is #AE20BF.


Opacity

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

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

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

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

This text has shadow with #AE20BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE20BF on black background.


Color preview on white background

This text has color #AE20BF on white background.



Black color preview on #AE20BF background

This text has black color on #AE20BF background.


White color preview on #AE20BF background

This text has white color on #AE20BF background.