COLOR #AE61A8

HEX: #AE61A8
RGB: (174,97,168)

Color info

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

RGB color model

#AE61A8 color RGB value is (174,97,168).

  • red value is 174;
  • green value is 97;
  • blue value is 168.
RGB:
(174,97,168)
(68%,38%,66%)

RGB channels and saturation

R 174 of 255 = 68%
G 97 of 255 = 38%
B 168 of 255 = 66%

174
97
168

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

Portions of RGB colors in percentages

R + G + B =
174 + 97 + 168 = 439 (100%)
R 174 of 439 ~ 39.64%
G 97 of 439 ~ 22.1%
B 168 of 439 ~ 38.27%

%39.64
%22.1
%38.27

CMYK color model

#AE61A8 color CMYK value is (0,44,3,32).

  • cyan value is 0.00%
  • magenta value is 44.25%
  • yellow value is 3.45%
  • key color value is 31.76%
CMYK:
(0,44,3,32)
C0M44Y3K32 
(0%,44%,3%,32%)
(0.00/0.44/0.03/0.32)	

CMYK percentages

%0
%44.25
%3.45
%31.76

Codes

Color #AE61A8 in popluar color models

AE61A8
RGB17497168
HSL305°32.22%53.14%
HSB/HSV305°44.25%68.24%
CMYK0.00%44.25%3.45%
31.76%

Color #AE61A8 in popluar number systems.

HEXAE61A8
Decimal17497168
Binary10101110110000110101000
Octal256141250

Shades and tints

Shades of #AE61A8

#AE61A8
(174,97,168)
#9F5999
(159,89,153)
#90518A
(144,81,138)
#81497B
(129,73,123)
#72416C
(114,65,108)
#63395D
(99,57,93)
#54314E
(84,49,78)
#45293F
(69,41,63)
#362130
(54,33,48)
#271921
(39,25,33)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #AE61A8

#AE61A8
(174,97,168)
#B56FAF
(181,111,175)
#BC7DB6
(188,125,182)
#C38BBD
(195,139,189)
#CA99C4
(202,153,196)
#D1A7CB
(209,167,203)
#D8B5D2
(216,181,210)
#DFC3D9
(223,195,217)
#E6D1E0
(230,209,224)
#EDDFE7
(237,223,231)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE61A8 color. Also use rgb(174,97,168) instead hex code.

Text Font Color

.myTextColor { color: #AE61A8; }

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

This text font color is #AE61A8.


Background Color

.myBgColor { background-color: #AE61A8; }

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

This div background color is #AE61A8.


Border color

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

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

This div border color is #AE61A8.


Opacity

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

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

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

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

This text has shadow with #AE61A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE61A8 on black background.


Color preview on white background

This text has color #AE61A8 on white background.



Black color preview on #AE61A8 background

This text has black color on #AE61A8 background.


White color preview on #AE61A8 background

This text has white color on #AE61A8 background.