COLOR #AE85CA

HEX: #AE85CA
RGB: (174,133,202)

Color info

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

RGB color model

#AE85CA color RGB value is (174,133,202).

  • red value is 174;
  • green value is 133;
  • blue value is 202.
RGB:
(174,133,202)
(68%,52%,79%)

RGB channels and saturation

R 174 of 255 = 68%
G 133 of 255 = 52%
B 202 of 255 = 79%

174
133
202

R + G + B ~ 66%. #AE85CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 133 + 202 = 509 (100%)
R 174 of 509 ~ 34.18%
G 133 of 509 ~ 26.13%
B 202 of 509 ~ 39.69%

%34.18
%26.13
%39.69

CMYK color model

#AE85CA color CMYK value is (14,34,0,21).

  • cyan value is 13.86%
  • magenta value is 34.16%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(14,34,0,21)
C14M34Y0K21 
(14%,34%,0%,21%)
(0.14/0.34/0.00/0.21)	

CMYK percentages

%13.86
%34.16
%0
%20.78

Codes

Color #AE85CA in popluar color models

AE85CA
RGB174133202
HSL276°39.43%65.69%
HSB/HSV276°34.16%79.22%
CMYK13.86%34.16%0.00%
20.78%

Color #AE85CA in popluar number systems.

HEXAE85CA
Decimal174133202
Binary101011101000010111001010
Octal256205312

Shades and tints

Shades of #AE85CA

#AE85CA
(174,133,202)
#9F79B8
(159,121,184)
#906DA6
(144,109,166)
#816194
(129,97,148)
#725582
(114,85,130)
#634970
(99,73,112)
#543D5E
(84,61,94)
#45314C
(69,49,76)
#36253A
(54,37,58)
#271928
(39,25,40)
#180D16
(24,13,22)
#000000
(0,0,0)

Tints of #AE85CA

#AE85CA
(174,133,202)
#B590CE
(181,144,206)
#BC9BD2
(188,155,210)
#C3A6D6
(195,166,214)
#CAB1DA
(202,177,218)
#D1BCDE
(209,188,222)
#D8C7E2
(216,199,226)
#DFD2E6
(223,210,230)
#E6DDEA
(230,221,234)
#EDE8EE
(237,232,238)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE85CA color. Also use rgb(174,133,202) instead hex code.

Text Font Color

.myTextColor { color: #AE85CA; }

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

This text font color is #AE85CA.


Background Color

.myBgColor { background-color: #AE85CA; }

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

This div background color is #AE85CA.


Border color

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

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

This div border color is #AE85CA.


Opacity

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

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

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

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

This text has shadow with #AE85CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE85CA on black background.


Color preview on white background

This text has color #AE85CA on white background.



Black color preview on #AE85CA background

This text has black color on #AE85CA background.


White color preview on #AE85CA background

This text has white color on #AE85CA background.