COLOR #AE6294

HEX: #AE6294
RGB: (174,98,148)

Color info

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

RGB color model

#AE6294 color RGB value is (174,98,148).

  • red value is 174;
  • green value is 98;
  • blue value is 148.
RGB:
(174,98,148)
(68%,38%,58%)

RGB channels and saturation

R 174 of 255 = 68%
G 98 of 255 = 38%
B 148 of 255 = 58%

174
98
148

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

Portions of RGB colors in percentages

R + G + B =
174 + 98 + 148 = 420 (100%)
R 174 of 420 ~ 41.43%
G 98 of 420 ~ 23.33%
B 148 of 420 ~ 35.24%

%41.43
%23.33
%35.24

CMYK color model

#AE6294 color CMYK value is (0,44,15,32).

  • cyan value is 0.00%
  • magenta value is 43.68%
  • yellow value is 14.94%
  • key color value is 31.76%
CMYK:
(0,44,15,32)
C0M44Y15K32 
(0%,44%,15%,32%)
(0.00/0.44/0.15/0.32)	

CMYK percentages

%0
%43.68
%14.94
%31.76

Codes

Color #AE6294 in popluar color models

AE6294
RGB17498148
HSL321°31.93%53.33%
HSB/HSV321°43.68%68.24%
CMYK0.00%43.68%14.94%
31.76%

Color #AE6294 in popluar number systems.

HEXAE6294
Decimal17498148
Binary10101110110001010010100
Octal256142224

Shades and tints

Shades of #AE6294

#AE6294
(174,98,148)
#9F5A87
(159,90,135)
#90527A
(144,82,122)
#814A6D
(129,74,109)
#724260
(114,66,96)
#633A53
(99,58,83)
#543246
(84,50,70)
#452A39
(69,42,57)
#36222C
(54,34,44)
#271A1F
(39,26,31)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AE6294

#AE6294
(174,98,148)
#B5709D
(181,112,157)
#BC7EA6
(188,126,166)
#C38CAF
(195,140,175)
#CA9AB8
(202,154,184)
#D1A8C1
(209,168,193)
#D8B6CA
(216,182,202)
#DFC4D3
(223,196,211)
#E6D2DC
(230,210,220)
#EDE0E5
(237,224,229)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6294 color. Also use rgb(174,98,148) instead hex code.

Text Font Color

.myTextColor { color: #AE6294; }

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

This text font color is #AE6294.


Background Color

.myBgColor { background-color: #AE6294; }

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

This div background color is #AE6294.


Border color

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

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

This div border color is #AE6294.


Opacity

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

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

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

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

This text has shadow with #AE6294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6294 on black background.


Color preview on white background

This text has color #AE6294 on white background.



Black color preview on #AE6294 background

This text has black color on #AE6294 background.


White color preview on #AE6294 background

This text has white color on #AE6294 background.