COLOR #AE8AD1

HEX: #AE8AD1
RGB: (174,138,209)

Color info

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

RGB color model

#AE8AD1 color RGB value is (174,138,209).

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

RGB channels and saturation

R 174 of 255 = 68%
G 138 of 255 = 54%
B 209 of 255 = 82%

174
138
209

R + G + B ~ 68%. #AE8AD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 138 + 209 = 521 (100%)
R 174 of 521 ~ 33.4%
G 138 of 521 ~ 26.49%
B 209 of 521 ~ 40.12%

%33.4
%26.49
%40.12

CMYK color model

#AE8AD1 color CMYK value is (17,34,0,18).

  • cyan value is 16.75%
  • magenta value is 33.97%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(17,34,0,18)
C17M34Y0K18 
(17%,34%,0%,18%)
(0.17/0.34/0.00/0.18)	

CMYK percentages

%16.75
%33.97
%0
%18.04

Codes

Color #AE8AD1 in popluar color models

AE8AD1
RGB174138209
HSL270°43.56%68.04%
HSB/HSV270°33.97%81.96%
CMYK16.75%33.97%0.00%
18.04%

Color #AE8AD1 in popluar number systems.

HEXAE8AD1
Decimal174138209
Binary101011101000101011010001
Octal256212321

Shades and tints

Shades of #AE8AD1

#AE8AD1
(174,138,209)
#9F7EBE
(159,126,190)
#9072AB
(144,114,171)
#816698
(129,102,152)
#725A85
(114,90,133)
#634E72
(99,78,114)
#54425F
(84,66,95)
#45364C
(69,54,76)
#362A39
(54,42,57)
#271E26
(39,30,38)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #AE8AD1

#AE8AD1
(174,138,209)
#B594D5
(181,148,213)
#BC9ED9
(188,158,217)
#C3A8DD
(195,168,221)
#CAB2E1
(202,178,225)
#D1BCE5
(209,188,229)
#D8C6E9
(216,198,233)
#DFD0ED
(223,208,237)
#E6DAF1
(230,218,241)
#EDE4F5
(237,228,245)
#F4EEF9
(244,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8AD1; }

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

This text font color is #AE8AD1.


Background Color

.myBgColor { background-color: #AE8AD1; }

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

This div background color is #AE8AD1.


Border color

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

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

This div border color is #AE8AD1.


Opacity

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

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

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

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

This text has shadow with #AE8AD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8AD1 on black background.


Color preview on white background

This text has color #AE8AD1 on white background.



Black color preview on #AE8AD1 background

This text has black color on #AE8AD1 background.


White color preview on #AE8AD1 background

This text has white color on #AE8AD1 background.