COLOR #AE69B7

HEX: #AE69B7
RGB: (174,105,183)

Color info

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

RGB color model

#AE69B7 color RGB value is (174,105,183).

  • red value is 174;
  • green value is 105;
  • blue value is 183.
RGB:
(174,105,183)
(68%,41%,72%)

RGB channels and saturation

R 174 of 255 = 68%
G 105 of 255 = 41%
B 183 of 255 = 72%

174
105
183

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

Portions of RGB colors in percentages

R + G + B =
174 + 105 + 183 = 462 (100%)
R 174 of 462 ~ 37.66%
G 105 of 462 ~ 22.73%
B 183 of 462 ~ 39.61%

%37.66
%22.73
%39.61

CMYK color model

#AE69B7 color CMYK value is (5,43,0,28).

  • cyan value is 4.92%
  • magenta value is 42.62%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(5,43,0,28)
C5M43Y0K28 
(5%,43%,0%,28%)
(0.05/0.43/0.00/0.28)	

CMYK percentages

%4.92
%42.62
%0
%28.24

Codes

Color #AE69B7 in popluar color models

AE69B7
RGB174105183
HSL293°35.14%56.47%
HSB/HSV293°42.62%71.76%
CMYK4.92%42.62%0.00%
28.24%

Color #AE69B7 in popluar number systems.

HEXAE69B7
Decimal174105183
Binary10101110110100110110111
Octal256151267

Shades and tints

Shades of #AE69B7

#AE69B7
(174,105,183)
#9F60A7
(159,96,167)
#905797
(144,87,151)
#814E87
(129,78,135)
#724577
(114,69,119)
#633C67
(99,60,103)
#543357
(84,51,87)
#452A47
(69,42,71)
#362137
(54,33,55)
#271827
(39,24,39)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #AE69B7

#AE69B7
(174,105,183)
#B576BD
(181,118,189)
#BC83C3
(188,131,195)
#C390C9
(195,144,201)
#CA9DCF
(202,157,207)
#D1AAD5
(209,170,213)
#D8B7DB
(216,183,219)
#DFC4E1
(223,196,225)
#E6D1E7
(230,209,231)
#EDDEED
(237,222,237)
#F4EBF3
(244,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE69B7 color. Also use rgb(174,105,183) instead hex code.

Text Font Color

.myTextColor { color: #AE69B7; }

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

This text font color is #AE69B7.


Background Color

.myBgColor { background-color: #AE69B7; }

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

This div background color is #AE69B7.


Border color

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

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

This div border color is #AE69B7.


Opacity

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

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

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

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

This text has shadow with #AE69B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE69B7 on black background.


Color preview on white background

This text has color #AE69B7 on white background.



Black color preview on #AE69B7 background

This text has black color on #AE69B7 background.


White color preview on #AE69B7 background

This text has white color on #AE69B7 background.