COLOR #AE6BCA

HEX: #AE6BCA
RGB: (174,107,202)

Color info

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

RGB color model

#AE6BCA color RGB value is (174,107,202).

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

RGB channels and saturation

R 174 of 255 = 68%
G 107 of 255 = 42%
B 202 of 255 = 79%

174
107
202

R + G + B ~ 63%. #AE6BCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 107 + 202 = 483 (100%)
R 174 of 483 ~ 36.02%
G 107 of 483 ~ 22.15%
B 202 of 483 ~ 41.82%

%36.02
%22.15
%41.82

CMYK color model

#AE6BCA color CMYK value is (14,47,0,21).

  • cyan value is 13.86%
  • magenta value is 47.03%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(14,47,0,21)
C14M47Y0K21 
(14%,47%,0%,21%)
(0.14/0.47/0.00/0.21)	

CMYK percentages

%13.86
%47.03
%0
%20.78

Codes

Color #AE6BCA in popluar color models

AE6BCA
RGB174107202
HSL282°47.26%60.59%
HSB/HSV282°47.03%79.22%
CMYK13.86%47.03%0.00%
20.78%

Color #AE6BCA in popluar number systems.

HEXAE6BCA
Decimal174107202
Binary10101110110101111001010
Octal256153312

Shades and tints

Shades of #AE6BCA

#AE6BCA
(174,107,202)
#9F62B8
(159,98,184)
#9059A6
(144,89,166)
#815094
(129,80,148)
#724782
(114,71,130)
#633E70
(99,62,112)
#54355E
(84,53,94)
#452C4C
(69,44,76)
#36233A
(54,35,58)
#271A28
(39,26,40)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #AE6BCA

#AE6BCA
(174,107,202)
#B578CE
(181,120,206)
#BC85D2
(188,133,210)
#C392D6
(195,146,214)
#CA9FDA
(202,159,218)
#D1ACDE
(209,172,222)
#D8B9E2
(216,185,226)
#DFC6E6
(223,198,230)
#E6D3EA
(230,211,234)
#EDE0EE
(237,224,238)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6BCA; }

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

This text font color is #AE6BCA.


Background Color

.myBgColor { background-color: #AE6BCA; }

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

This div background color is #AE6BCA.


Border color

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

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

This div border color is #AE6BCA.


Opacity

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

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

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

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

This text has shadow with #AE6BCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6BCA on black background.


Color preview on white background

This text has color #AE6BCA on white background.



Black color preview on #AE6BCA background

This text has black color on #AE6BCA background.


White color preview on #AE6BCA background

This text has white color on #AE6BCA background.