COLOR #AE6FC3

HEX: #AE6FC3
RGB: (174,111,195)

Color info

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

RGB color model

#AE6FC3 color RGB value is (174,111,195).

  • red value is 174;
  • green value is 111;
  • blue value is 195.
RGB:
(174,111,195)
(68%,44%,76%)

RGB channels and saturation

R 174 of 255 = 68%
G 111 of 255 = 44%
B 195 of 255 = 76%

174
111
195

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

Portions of RGB colors in percentages

R + G + B =
174 + 111 + 195 = 480 (100%)
R 174 of 480 ~ 36.25%
G 111 of 480 ~ 23.13%
B 195 of 480 ~ 40.63%

%36.25
%23.13
%40.63

CMYK color model

#AE6FC3 color CMYK value is (11,43,0,24).

  • cyan value is 10.77%
  • magenta value is 43.08%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(11,43,0,24)
C11M43Y0K24 
(11%,43%,0%,24%)
(0.11/0.43/0.00/0.24)	

CMYK percentages

%10.77
%43.08
%0
%23.53

Codes

Color #AE6FC3 in popluar color models

AE6FC3
RGB174111195
HSL285°41.18%60.00%
HSB/HSV285°43.08%76.47%
CMYK10.77%43.08%0.00%
23.53%

Color #AE6FC3 in popluar number systems.

HEXAE6FC3
Decimal174111195
Binary10101110110111111000011
Octal256157303

Shades and tints

Shades of #AE6FC3

#AE6FC3
(174,111,195)
#9F65B2
(159,101,178)
#905BA1
(144,91,161)
#815190
(129,81,144)
#72477F
(114,71,127)
#633D6E
(99,61,110)
#54335D
(84,51,93)
#45294C
(69,41,76)
#361F3B
(54,31,59)
#27152A
(39,21,42)
#180B19
(24,11,25)
#000000
(0,0,0)

Tints of #AE6FC3

#AE6FC3
(174,111,195)
#B57CC8
(181,124,200)
#BC89CD
(188,137,205)
#C396D2
(195,150,210)
#CAA3D7
(202,163,215)
#D1B0DC
(209,176,220)
#D8BDE1
(216,189,225)
#DFCAE6
(223,202,230)
#E6D7EB
(230,215,235)
#EDE4F0
(237,228,240)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6FC3 color. Also use rgb(174,111,195) instead hex code.

Text Font Color

.myTextColor { color: #AE6FC3; }

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

This text font color is #AE6FC3.


Background Color

.myBgColor { background-color: #AE6FC3; }

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

This div background color is #AE6FC3.


Border color

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

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

This div border color is #AE6FC3.


Opacity

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

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

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

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

This text has shadow with #AE6FC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6FC3 on black background.


Color preview on white background

This text has color #AE6FC3 on white background.



Black color preview on #AE6FC3 background

This text has black color on #AE6FC3 background.


White color preview on #AE6FC3 background

This text has white color on #AE6FC3 background.