COLOR #AE80C0

HEX: #AE80C0
RGB: (174,128,192)

Color info

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

RGB color model

#AE80C0 color RGB value is (174,128,192).

  • red value is 174;
  • green value is 128;
  • blue value is 192.
RGB:
(174,128,192)
(68%,50%,75%)

RGB channels and saturation

R 174 of 255 = 68%
G 128 of 255 = 50%
B 192 of 255 = 75%

174
128
192

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

Portions of RGB colors in percentages

R + G + B =
174 + 128 + 192 = 494 (100%)
R 174 of 494 ~ 35.22%
G 128 of 494 ~ 25.91%
B 192 of 494 ~ 38.87%

%35.22
%25.91
%38.87

CMYK color model

#AE80C0 color CMYK value is (9,33,0,25).

  • cyan value is 9.38%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(9,33,0,25)
C9M33Y0K25 
(9%,33%,0%,25%)
(0.09/0.33/0.00/0.25)	

CMYK percentages

%9.38
%33.33
%0
%24.71

Codes

Color #AE80C0 in popluar color models

AE80C0
RGB174128192
HSL283°33.68%62.75%
HSB/HSV283°33.33%75.29%
CMYK9.38%33.33%0.00%
24.71%

Color #AE80C0 in popluar number systems.

HEXAE80C0
Decimal174128192
Binary101011101000000011000000
Octal256200300

Shades and tints

Shades of #AE80C0

#AE80C0
(174,128,192)
#9F75AF
(159,117,175)
#906A9E
(144,106,158)
#815F8D
(129,95,141)
#72547C
(114,84,124)
#63496B
(99,73,107)
#543E5A
(84,62,90)
#453349
(69,51,73)
#362838
(54,40,56)
#271D27
(39,29,39)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #AE80C0

#AE80C0
(174,128,192)
#B58BC5
(181,139,197)
#BC96CA
(188,150,202)
#C3A1CF
(195,161,207)
#CAACD4
(202,172,212)
#D1B7D9
(209,183,217)
#D8C2DE
(216,194,222)
#DFCDE3
(223,205,227)
#E6D8E8
(230,216,232)
#EDE3ED
(237,227,237)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE80C0 color. Also use rgb(174,128,192) instead hex code.

Text Font Color

.myTextColor { color: #AE80C0; }

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

This text font color is #AE80C0.


Background Color

.myBgColor { background-color: #AE80C0; }

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

This div background color is #AE80C0.


Border color

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

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

This div border color is #AE80C0.


Opacity

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

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

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

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

This text has shadow with #AE80C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE80C0 on black background.


Color preview on white background

This text has color #AE80C0 on white background.



Black color preview on #AE80C0 background

This text has black color on #AE80C0 background.


White color preview on #AE80C0 background

This text has white color on #AE80C0 background.