COLOR #AE69D1

HEX: #AE69D1
RGB: (174,105,209)

Color info

#AE69D1 contains mainly red and blue colors. Web safe color of #AE69D1 is #9966CC (or #96C).

RGB color model

#AE69D1 color RGB value is (174,105,209).

  • red value is 174;
  • green value is 105;
  • blue value is 209.
RGB:
(174,105,209)
(68%,41%,82%)

RGB channels and saturation

R 174 of 255 = 68%
G 105 of 255 = 41%
B 209 of 255 = 82%

174
105
209

R + G + B ~ 64%. #AE69D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 105 + 209 = 488 (100%)
R 174 of 488 ~ 35.66%
G 105 of 488 ~ 21.52%
B 209 of 488 ~ 42.83%

%35.66
%21.52
%42.83

CMYK color model

#AE69D1 color CMYK value is (17,50,0,18).

  • cyan value is 16.75%
  • magenta value is 49.76%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(17,50,0,18)
C17M50Y0K18 
(17%,50%,0%,18%)
(0.17/0.50/0.00/0.18)	

CMYK percentages

%16.75
%49.76
%0
%18.04

Codes

Color #AE69D1 in popluar color models

AE69D1
RGB174105209
HSL280°53.06%61.57%
HSB/HSV280°49.76%81.96%
CMYK16.75%49.76%0.00%
18.04%

Color #AE69D1 in popluar number systems.

HEXAE69D1
Decimal174105209
Binary10101110110100111010001
Octal256151321

Shades and tints

Shades of #AE69D1

#AE69D1
(174,105,209)
#9F60BE
(159,96,190)
#9057AB
(144,87,171)
#814E98
(129,78,152)
#724585
(114,69,133)
#633C72
(99,60,114)
#54335F
(84,51,95)
#452A4C
(69,42,76)
#362139
(54,33,57)
#271826
(39,24,38)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #AE69D1

#AE69D1
(174,105,209)
#B576D5
(181,118,213)
#BC83D9
(188,131,217)
#C390DD
(195,144,221)
#CA9DE1
(202,157,225)
#D1AAE5
(209,170,229)
#D8B7E9
(216,183,233)
#DFC4ED
(223,196,237)
#E6D1F1
(230,209,241)
#EDDEF5
(237,222,245)
#F4EBF9
(244,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE69D1 color. Also use rgb(174,105,209) instead hex code.

Text Font Color

.myTextColor { color: #AE69D1; }

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

This text font color is #AE69D1.


Background Color

.myBgColor { background-color: #AE69D1; }

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

This div background color is #AE69D1.


Border color

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

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

This div border color is #AE69D1.


Opacity

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

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

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

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

This text has shadow with #AE69D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE69D1 on black background.


Color preview on white background

This text has color #AE69D1 on white background.



Black color preview on #AE69D1 background

This text has black color on #AE69D1 background.


White color preview on #AE69D1 background

This text has white color on #AE69D1 background.