COLOR #AE81CF

HEX: #AE81CF
RGB: (174,129,207)

Color info

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

RGB color model

#AE81CF color RGB value is (174,129,207).

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

RGB channels and saturation

R 174 of 255 = 68%
G 129 of 255 = 51%
B 207 of 255 = 81%

174
129
207

R + G + B ~ 67%. #AE81CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 129 + 207 = 510 (100%)
R 174 of 510 ~ 34.12%
G 129 of 510 ~ 25.29%
B 207 of 510 ~ 40.59%

%34.12
%25.29
%40.59

CMYK color model

#AE81CF color CMYK value is (16,38,0,19).

  • cyan value is 15.94%
  • magenta value is 37.68%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(16,38,0,19)
C16M38Y0K19 
(16%,38%,0%,19%)
(0.16/0.38/0.00/0.19)	

CMYK percentages

%15.94
%37.68
%0
%18.82

Codes

Color #AE81CF in popluar color models

AE81CF
RGB174129207
HSL275°44.83%65.88%
HSB/HSV275°37.68%81.18%
CMYK15.94%37.68%0.00%
18.82%

Color #AE81CF in popluar number systems.

HEXAE81CF
Decimal174129207
Binary101011101000000111001111
Octal256201317

Shades and tints

Shades of #AE81CF

#AE81CF
(174,129,207)
#9F76BD
(159,118,189)
#906BAB
(144,107,171)
#816099
(129,96,153)
#725587
(114,85,135)
#634A75
(99,74,117)
#543F63
(84,63,99)
#453451
(69,52,81)
#36293F
(54,41,63)
#271E2D
(39,30,45)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #AE81CF

#AE81CF
(174,129,207)
#B58CD3
(181,140,211)
#BC97D7
(188,151,215)
#C3A2DB
(195,162,219)
#CAADDF
(202,173,223)
#D1B8E3
(209,184,227)
#D8C3E7
(216,195,231)
#DFCEEB
(223,206,235)
#E6D9EF
(230,217,239)
#EDE4F3
(237,228,243)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE81CF; }

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

This text font color is #AE81CF.


Background Color

.myBgColor { background-color: #AE81CF; }

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

This div background color is #AE81CF.


Border color

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

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

This div border color is #AE81CF.


Opacity

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

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

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

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

This text has shadow with #AE81CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE81CF on black background.


Color preview on white background

This text has color #AE81CF on white background.



Black color preview on #AE81CF background

This text has black color on #AE81CF background.


White color preview on #AE81CF background

This text has white color on #AE81CF background.