COLOR #AE6094

HEX: #AE6094
RGB: (174,96,148)

Color info

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

RGB color model

#AE6094 color RGB value is (174,96,148).

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

RGB channels and saturation

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

174
96
148

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

Portions of RGB colors in percentages

R + G + B =
174 + 96 + 148 = 418 (100%)
R 174 of 418 ~ 41.63%
G 96 of 418 ~ 22.97%
B 148 of 418 ~ 35.41%

%41.63
%22.97
%35.41

CMYK color model

#AE6094 color CMYK value is (0,45,15,32).

  • cyan value is 0.00%
  • magenta value is 44.83%
  • yellow value is 14.94%
  • key color value is 31.76%
CMYK:
(0,45,15,32)
C0M45Y15K32 
(0%,45%,15%,32%)
(0.00/0.45/0.15/0.32)	

CMYK percentages

%0
%44.83
%14.94
%31.76

Codes

Color #AE6094 in popluar color models

AE6094
RGB17496148
HSL320°32.50%52.94%
HSB/HSV320°44.83%68.24%
CMYK0.00%44.83%14.94%
31.76%

Color #AE6094 in popluar number systems.

HEXAE6094
Decimal17496148
Binary10101110110000010010100
Octal256140224

Shades and tints

Shades of #AE6094

#AE6094
(174,96,148)
#9F5887
(159,88,135)
#90507A
(144,80,122)
#81486D
(129,72,109)
#724060
(114,64,96)
#633853
(99,56,83)
#543046
(84,48,70)
#452839
(69,40,57)
#36202C
(54,32,44)
#27181F
(39,24,31)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #AE6094

#AE6094
(174,96,148)
#B56E9D
(181,110,157)
#BC7CA6
(188,124,166)
#C38AAF
(195,138,175)
#CA98B8
(202,152,184)
#D1A6C1
(209,166,193)
#D8B4CA
(216,180,202)
#DFC2D3
(223,194,211)
#E6D0DC
(230,208,220)
#EDDEE5
(237,222,229)
#F4ECEE
(244,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6094; }

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

This text font color is #AE6094.


Background Color

.myBgColor { background-color: #AE6094; }

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

This div background color is #AE6094.


Border color

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

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

This div border color is #AE6094.


Opacity

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

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

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

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

This text has shadow with #AE6094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6094 on black background.


Color preview on white background

This text has color #AE6094 on white background.



Black color preview on #AE6094 background

This text has black color on #AE6094 background.


White color preview on #AE6094 background

This text has white color on #AE6094 background.