COLOR #AE38CB

HEX: #AE38CB
RGB: (174,56,203)

Color info

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

RGB color model

#AE38CB color RGB value is (174,56,203).

  • red value is 174;
  • green value is 56;
  • blue value is 203.
RGB:
(174,56,203)
(68%,22%,80%)

RGB channels and saturation

R 174 of 255 = 68%
G 56 of 255 = 22%
B 203 of 255 = 80%

174
56
203

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

Portions of RGB colors in percentages

R + G + B =
174 + 56 + 203 = 433 (100%)
R 174 of 433 ~ 40.18%
G 56 of 433 ~ 12.93%
B 203 of 433 ~ 46.88%

%40.18
%12.93
%46.88

CMYK color model

#AE38CB color CMYK value is (14,72,0,20).

  • cyan value is 14.29%
  • magenta value is 72.41%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(14,72,0,20)
C14M72Y0K20 
(14%,72%,0%,20%)
(0.14/0.72/0.00/0.20)	

CMYK percentages

%14.29
%72.41
%0
%20.39

Codes

Color #AE38CB in popluar color models

AE38CB
RGB17456203
HSL288°58.57%50.78%
HSB/HSV288°72.41%79.61%
CMYK14.29%72.41%0.00%
20.39%

Color #AE38CB in popluar number systems.

HEXAE38CB
Decimal17456203
Binary1010111011100011001011
Octal25670313

Shades and tints

Shades of #AE38CB

#AE38CB
(174,56,203)
#9F33B9
(159,51,185)
#902EA7
(144,46,167)
#812995
(129,41,149)
#722483
(114,36,131)
#631F71
(99,31,113)
#541A5F
(84,26,95)
#45154D
(69,21,77)
#36103B
(54,16,59)
#270B29
(39,11,41)
#180617
(24,6,23)
#000000
(0,0,0)

Tints of #AE38CB

#AE38CB
(174,56,203)
#B54ACF
(181,74,207)
#BC5CD3
(188,92,211)
#C36ED7
(195,110,215)
#CA80DB
(202,128,219)
#D192DF
(209,146,223)
#D8A4E3
(216,164,227)
#DFB6E7
(223,182,231)
#E6C8EB
(230,200,235)
#EDDAEF
(237,218,239)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE38CB color. Also use rgb(174,56,203) instead hex code.

Text Font Color

.myTextColor { color: #AE38CB; }

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

This text font color is #AE38CB.


Background Color

.myBgColor { background-color: #AE38CB; }

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

This div background color is #AE38CB.


Border color

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

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

This div border color is #AE38CB.


Opacity

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

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

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

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

This text has shadow with #AE38CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE38CB on black background.


Color preview on white background

This text has color #AE38CB on white background.



Black color preview on #AE38CB background

This text has black color on #AE38CB background.


White color preview on #AE38CB background

This text has white color on #AE38CB background.