COLOR #AE98DF

HEX: #AE98DF RGB: (174,152,223)

Color info

#AE98DF contains mainly red and blue colors. Web safe color of #AE98DF is #9999CC (or #99C).

RGB color model

#AE98DF color RGB value is (174,152,223).

RGB: (174,152,223) (68%, 60%, 87%)

RGB channels and saturation

R 174 of 255 = 68%
G 152 of 255 = 60%
B 223 of 255 = 87%

174
152
223

R + G + B ~ 72%. #AE98DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 152 + 223 = 549 (100%)
R 174 of 549 ~ 31.69%
G 152 of 549 ~ 27.69%
B 223 of 549 ~ 40.62'%

%31.69
%27.69
%40.62

CMYK color model

#AE98DF color CMYK value is (22,32,0,13).

  • cyan value is 21.97%
  • magenta value is 31.84%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (22,32,0,13)
C22M32Y0K13 (22%, 32%, 0%, 13%)
(0.22 / 0.32 / 0.00 / 0.13)

CMYK percentages

%21.97
%31.84
%0
%12.55

Codes

Color #AE98DF in popluar color models

AE 98 DF
RGB 174 152 223
HSL 259° 52.59% 73.53%
HSB/HSV 259° 31.84% 87.45%
CMYK 21.97% 31.84% 0.00%
12.55%

Color #AE98DF in popluar number systems.

HEX AE 98 DF
Decimal 174 152 223
Binary 10101110 10011000 11011111
Octal 256 230 337

Shades and tints

Shades of #AE98DF

#AE98DF
(174,152,223)
#9F8BCB
(159,139,203)
#907EB7
(144,126,183)
#8171A3
(129,113,163)
#72648F
(114,100,143)
#63577B
(99,87,123)
#544A67
(84,74,103)
#453D53
(69,61,83)
#36303F
(54,48,63)
#27232B
(39,35,43)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #AE98DF

#AE98DF
(174,152,223)
#B5A1E1
(181,161,225)
#BCAAE3
(188,170,227)
#C3B3E5
(195,179,229)
#CABCE7
(202,188,231)
#D1C5E9
(209,197,233)
#D8CEEB
(216,206,235)
#DFD7ED
(223,215,237)
#E6E0EF
(230,224,239)
#EDE9F1
(237,233,241)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE98DF color. Also use rgb(174,152,223) instead hex code.

Text Font Color

.myTextColor { color: #AE98DF; }

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

This text font color is #AE98DF.

Background Color

.myBgColor { background-color: #AE98DF; }

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

This div background color is #AE98DF.

Border color

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

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

This div border color is #AE98DF.

Opacity

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

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

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

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

This text has shadow with #AE98DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE98DF.

Preview

Color preview on black background

This text has color #AE98DF on black background.


Color preview on white background

This text has color #AE98DF on white background.


Black color preview on #AE98DF background

This text has black color on #AE98DF background.


White color preview on #AE98DF background

This text has white color on #AE98DF background.


Related colors

Complementary color

Complementary color for #hex is #516720.


I love getcolorcode.com

Triadic colors

1 #DFAE98 and #98DFAE with #AE98DF are triadic colors.

2 #DF98AE and #98AEDF with #AE98DF are triadic colors.