COLOR #AE81C9

HEX: #AE81C9
RGB: (174,129,201)

Color info

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

RGB color model

#AE81C9 color RGB value is (174,129,201).

  • red value is 174;
  • green value is 129;
  • blue value is 201.
RGB:
(174,129,201)
(68%,51%,79%)

RGB channels and saturation

R 174 of 255 = 68%
G 129 of 255 = 51%
B 201 of 255 = 79%

174
129
201

R + G + B ~ 66%. #AE81C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 129 + 201 = 504 (100%)
R 174 of 504 ~ 34.52%
G 129 of 504 ~ 25.6%
B 201 of 504 ~ 39.88%

%34.52
%25.6
%39.88

CMYK color model

#AE81C9 color CMYK value is (13,36,0,21).

  • cyan value is 13.43%
  • magenta value is 35.82%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(13,36,0,21)
C13M36Y0K21 
(13%,36%,0%,21%)
(0.13/0.36/0.00/0.21)	

CMYK percentages

%13.43
%35.82
%0
%21.18

Codes

Color #AE81C9 in popluar color models

AE81C9
RGB174129201
HSL278°40.00%64.71%
HSB/HSV278°35.82%78.82%
CMYK13.43%35.82%0.00%
21.18%

Color #AE81C9 in popluar number systems.

HEXAE81C9
Decimal174129201
Binary101011101000000111001001
Octal256201311

Shades and tints

Shades of #AE81C9

#AE81C9
(174,129,201)
#9F76B7
(159,118,183)
#906BA5
(144,107,165)
#816093
(129,96,147)
#725581
(114,85,129)
#634A6F
(99,74,111)
#543F5D
(84,63,93)
#45344B
(69,52,75)
#362939
(54,41,57)
#271E27
(39,30,39)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #AE81C9

#AE81C9
(174,129,201)
#B58CCD
(181,140,205)
#BC97D1
(188,151,209)
#C3A2D5
(195,162,213)
#CAADD9
(202,173,217)
#D1B8DD
(209,184,221)
#D8C3E1
(216,195,225)
#DFCEE5
(223,206,229)
#E6D9E9
(230,217,233)
#EDE4ED
(237,228,237)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE81C9 color. Also use rgb(174,129,201) instead hex code.

Text Font Color

.myTextColor { color: #AE81C9; }

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

This text font color is #AE81C9.


Background Color

.myBgColor { background-color: #AE81C9; }

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

This div background color is #AE81C9.


Border color

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

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

This div border color is #AE81C9.


Opacity

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

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

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

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

This text has shadow with #AE81C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE81C9 on black background.


Color preview on white background

This text has color #AE81C9 on white background.



Black color preview on #AE81C9 background

This text has black color on #AE81C9 background.


White color preview on #AE81C9 background

This text has white color on #AE81C9 background.