COLOR #AE58A8

HEX: #AE58A8
RGB: (174,88,168)

Color info

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

RGB color model

#AE58A8 color RGB value is (174,88,168).

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

RGB channels and saturation

R 174 of 255 = 68%
G 88 of 255 = 35%
B 168 of 255 = 66%

174
88
168

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

Portions of RGB colors in percentages

R + G + B =
174 + 88 + 168 = 430 (100%)
R 174 of 430 ~ 40.47%
G 88 of 430 ~ 20.47%
B 168 of 430 ~ 39.07%

%40.47
%20.47
%39.07

CMYK color model

#AE58A8 color CMYK value is (0,49,3,32).

  • cyan value is 0.00%
  • magenta value is 49.43%
  • yellow value is 3.45%
  • key color value is 31.76%
CMYK:
(0,49,3,32)
C0M49Y3K32 
(0%,49%,3%,32%)
(0.00/0.49/0.03/0.32)	

CMYK percentages

%0
%49.43
%3.45
%31.76

Codes

Color #AE58A8 in popluar color models

AE58A8
RGB17488168
HSL304°34.68%51.37%
HSB/HSV304°49.43%68.24%
CMYK0.00%49.43%3.45%
31.76%

Color #AE58A8 in popluar number systems.

HEXAE58A8
Decimal17488168
Binary10101110101100010101000
Octal256130250

Shades and tints

Shades of #AE58A8

#AE58A8
(174,88,168)
#9F5099
(159,80,153)
#90488A
(144,72,138)
#81407B
(129,64,123)
#72386C
(114,56,108)
#63305D
(99,48,93)
#54284E
(84,40,78)
#45203F
(69,32,63)
#361830
(54,24,48)
#271021
(39,16,33)
#180812
(24,8,18)
#000000
(0,0,0)

Tints of #AE58A8

#AE58A8
(174,88,168)
#B567AF
(181,103,175)
#BC76B6
(188,118,182)
#C385BD
(195,133,189)
#CA94C4
(202,148,196)
#D1A3CB
(209,163,203)
#D8B2D2
(216,178,210)
#DFC1D9
(223,193,217)
#E6D0E0
(230,208,224)
#EDDFE7
(237,223,231)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE58A8; }

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

This text font color is #AE58A8.


Background Color

.myBgColor { background-color: #AE58A8; }

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

This div background color is #AE58A8.


Border color

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

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

This div border color is #AE58A8.


Opacity

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

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

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

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

This text has shadow with #AE58A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE58A8 on black background.


Color preview on white background

This text has color #AE58A8 on white background.



Black color preview on #AE58A8 background

This text has black color on #AE58A8 background.


White color preview on #AE58A8 background

This text has white color on #AE58A8 background.