COLOR #AE80C1

HEX: #AE80C1
RGB: (174,128,193)

Color info

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

RGB color model

#AE80C1 color RGB value is (174,128,193).

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

RGB channels and saturation

R 174 of 255 = 68%
G 128 of 255 = 50%
B 193 of 255 = 76%

174
128
193

R + G + B ~ 65%. #AE80C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 128 + 193 = 495 (100%)
R 174 of 495 ~ 35.15%
G 128 of 495 ~ 25.86%
B 193 of 495 ~ 38.99%

%35.15
%25.86
%38.99

CMYK color model

#AE80C1 color CMYK value is (10,34,0,24).

  • cyan value is 9.84%
  • magenta value is 33.68%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(10,34,0,24)
C10M34Y0K24 
(10%,34%,0%,24%)
(0.10/0.34/0.00/0.24)	

CMYK percentages

%9.84
%33.68
%0
%24.31

Codes

Color #AE80C1 in popluar color models

AE80C1
RGB174128193
HSL282°34.39%62.94%
HSB/HSV282°33.68%75.69%
CMYK9.84%33.68%0.00%
24.31%

Color #AE80C1 in popluar number systems.

HEXAE80C1
Decimal174128193
Binary101011101000000011000001
Octal256200301

Shades and tints

Shades of #AE80C1

#AE80C1
(174,128,193)
#9F75B0
(159,117,176)
#906A9F
(144,106,159)
#815F8E
(129,95,142)
#72547D
(114,84,125)
#63496C
(99,73,108)
#543E5B
(84,62,91)
#45334A
(69,51,74)
#362839
(54,40,57)
#271D28
(39,29,40)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #AE80C1

#AE80C1
(174,128,193)
#B58BC6
(181,139,198)
#BC96CB
(188,150,203)
#C3A1D0
(195,161,208)
#CAACD5
(202,172,213)
#D1B7DA
(209,183,218)
#D8C2DF
(216,194,223)
#DFCDE4
(223,205,228)
#E6D8E9
(230,216,233)
#EDE3EE
(237,227,238)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE80C1; }

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

This text font color is #AE80C1.


Background Color

.myBgColor { background-color: #AE80C1; }

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

This div background color is #AE80C1.


Border color

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

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

This div border color is #AE80C1.


Opacity

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

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

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

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

This text has shadow with #AE80C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE80C1 on black background.


Color preview on white background

This text has color #AE80C1 on white background.



Black color preview on #AE80C1 background

This text has black color on #AE80C1 background.


White color preview on #AE80C1 background

This text has white color on #AE80C1 background.