COLOR #AE6BA9

HEX: #AE6BA9
RGB: (174,107,169)

Color info

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

RGB color model

#AE6BA9 color RGB value is (174,107,169).

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

RGB channels and saturation

R 174 of 255 = 68%
G 107 of 255 = 42%
B 169 of 255 = 66%

174
107
169

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

Portions of RGB colors in percentages

R + G + B =
174 + 107 + 169 = 450 (100%)
R 174 of 450 ~ 38.67%
G 107 of 450 ~ 23.78%
B 169 of 450 ~ 37.56%

%38.67
%23.78
%37.56

CMYK color model

#AE6BA9 color CMYK value is (0,39,3,32).

  • cyan value is 0.00%
  • magenta value is 38.51%
  • yellow value is 2.87%
  • key color value is 31.76%
CMYK:
(0,39,3,32)
C0M39Y3K32 
(0%,39%,3%,32%)
(0.00/0.39/0.03/0.32)	

CMYK percentages

%0
%38.51
%2.87
%31.76

Codes

Color #AE6BA9 in popluar color models

AE6BA9
RGB174107169
HSL304°29.26%55.10%
HSB/HSV304°38.51%68.24%
CMYK0.00%38.51%2.87%
31.76%

Color #AE6BA9 in popluar number systems.

HEXAE6BA9
Decimal174107169
Binary10101110110101110101001
Octal256153251

Shades and tints

Shades of #AE6BA9

#AE6BA9
(174,107,169)
#9F629A
(159,98,154)
#90598B
(144,89,139)
#81507C
(129,80,124)
#72476D
(114,71,109)
#633E5E
(99,62,94)
#54354F
(84,53,79)
#452C40
(69,44,64)
#362331
(54,35,49)
#271A22
(39,26,34)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #AE6BA9

#AE6BA9
(174,107,169)
#B578B0
(181,120,176)
#BC85B7
(188,133,183)
#C392BE
(195,146,190)
#CA9FC5
(202,159,197)
#D1ACCC
(209,172,204)
#D8B9D3
(216,185,211)
#DFC6DA
(223,198,218)
#E6D3E1
(230,211,225)
#EDE0E8
(237,224,232)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6BA9; }

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

This text font color is #AE6BA9.


Background Color

.myBgColor { background-color: #AE6BA9; }

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

This div background color is #AE6BA9.


Border color

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

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

This div border color is #AE6BA9.


Opacity

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

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

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

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

This text has shadow with #AE6BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6BA9 on black background.


Color preview on white background

This text has color #AE6BA9 on white background.



Black color preview on #AE6BA9 background

This text has black color on #AE6BA9 background.


White color preview on #AE6BA9 background

This text has white color on #AE6BA9 background.