COLOR #AE6CA3

HEX: #AE6CA3
RGB: (174,108,163)

Color info

#AE6CA3 contains mainly red and blue colors. Web safe color of #AE6CA3 is #996699 (or #969).

RGB color model

#AE6CA3 color RGB value is (174,108,163).

  • red value is 174;
  • green value is 108;
  • blue value is 163.
RGB:
(174,108,163)
(68%,42%,64%)

RGB channels and saturation

R 174 of 255 = 68%
G 108 of 255 = 42%
B 163 of 255 = 64%

174
108
163

R + G + B ~ 58%. #AE6CA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 108 + 163 = 445 (100%)
R 174 of 445 ~ 39.1%
G 108 of 445 ~ 24.27%
B 163 of 445 ~ 36.63%

%39.1
%24.27
%36.63

CMYK color model

#AE6CA3 color CMYK value is (0,38,6,32).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 6.32%
  • key color value is 31.76%
CMYK:
(0,38,6,32)
C0M38Y6K32 
(0%,38%,6%,32%)
(0.00/0.38/0.06/0.32)	

CMYK percentages

%0
%37.93
%6.32
%31.76

Codes

Color #AE6CA3 in popluar color models

AE6CA3
RGB174108163
HSL310°28.95%55.29%
HSB/HSV310°37.93%68.24%
CMYK0.00%37.93%6.32%
31.76%

Color #AE6CA3 in popluar number systems.

HEXAE6CA3
Decimal174108163
Binary10101110110110010100011
Octal256154243

Shades and tints

Shades of #AE6CA3

#AE6CA3
(174,108,163)
#9F6395
(159,99,149)
#905A87
(144,90,135)
#815179
(129,81,121)
#72486B
(114,72,107)
#633F5D
(99,63,93)
#54364F
(84,54,79)
#452D41
(69,45,65)
#362433
(54,36,51)
#271B25
(39,27,37)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #AE6CA3

#AE6CA3
(174,108,163)
#B579AB
(181,121,171)
#BC86B3
(188,134,179)
#C393BB
(195,147,187)
#CAA0C3
(202,160,195)
#D1ADCB
(209,173,203)
#D8BAD3
(216,186,211)
#DFC7DB
(223,199,219)
#E6D4E3
(230,212,227)
#EDE1EB
(237,225,235)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6CA3 color. Also use rgb(174,108,163) instead hex code.

Text Font Color

.myTextColor { color: #AE6CA3; }

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

This text font color is #AE6CA3.


Background Color

.myBgColor { background-color: #AE6CA3; }

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

This div background color is #AE6CA3.


Border color

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

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

This div border color is #AE6CA3.


Opacity

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

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

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

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

This text has shadow with #AE6CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6CA3 on black background.


Color preview on white background

This text has color #AE6CA3 on white background.



Black color preview on #AE6CA3 background

This text has black color on #AE6CA3 background.


White color preview on #AE6CA3 background

This text has white color on #AE6CA3 background.