COLOR #AE288F

HEX: #AE288F RGB: (174,40,143)

Color info

#AE288F contains mainly red and blue colors. Web safe color of #AE288F is #993399 (or #939).

RGB color model

#AE288F color RGB value is (174,40,143).

RGB: (174,40,143) (68%, 16%, 56%)

RGB channels and saturation

R 174 of 255 = 68%
G 40 of 255 = 16%
B 143 of 255 = 56%

174
40
143

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

Portions of RGB colors in percentages

R + G + B = 174 + 40 + 143 = 357 (100%)
R 174 of 357 ~ 48.74%
G 40 of 357 ~ 11.2%
B 143 of 357 ~ 40.06'%

%48.74
%11.2
%40.06

CMYK color model

#AE288F color CMYK value is (0,77,18,32).

  • cyan value is 0.00%
  • magenta value is 77.01%
  • yellow value is 17.82%
  • key color value is 31.76%

CMYK: (0,77,18,32)
C0M77Y18K32 (0%, 77%, 18%, 32%)
(0.00 / 0.77 / 0.18 / 0.32)

CMYK percentages

%0
%77.01
%17.82
%31.76

Codes

Color #AE288F in popluar color models

AE 28 8F
RGB 174 40 143
HSL 314° 62.62% 41.96%
HSB/HSV 314° 77.01% 68.24%
CMYK 0.00% 77.01% 17.82%
31.76%

Color #AE288F in popluar number systems.

HEX AE 28 8F
Decimal 174 40 143
Binary 10101110 101000 10001111
Octal 256 50 217

Shades and tints

Shades of #AE288F

#AE288F
(174,40,143)
#9F2582
(159,37,130)
#902275
(144,34,117)
#811F68
(129,31,104)
#721C5B
(114,28,91)
#63194E
(99,25,78)
#541641
(84,22,65)
#451334
(69,19,52)
#361027
(54,16,39)
#270D1A
(39,13,26)
#180A0D
(24,10,13)
#000000
(0,0,0)

Tints of #AE288F

#AE288F
(174,40,143)
#B53B99
(181,59,153)
#BC4EA3
(188,78,163)
#C361AD
(195,97,173)
#CA74B7
(202,116,183)
#D187C1
(209,135,193)
#D89ACB
(216,154,203)
#DFADD5
(223,173,213)
#E6C0DF
(230,192,223)
#EDD3E9
(237,211,233)
#F4E6F3
(244,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE288F color. Also use rgb(174,40,143) instead hex code.

Text Font Color

.myTextColor { color: #AE288F; }

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

This text font color is #AE288F.

Background Color

.myBgColor { background-color: #AE288F; }

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

This div background color is #AE288F.

Border color

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

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

This div border color is #AE288F.

Opacity

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

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

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

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

This text has shadow with #AE288F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE288F.

Preview

Color preview on black background

This text has color #AE288F on black background.


Color preview on white background

This text has color #AE288F on white background.


Black color preview on #AE288F background

This text has black color on #AE288F background.


White color preview on #AE288F background

This text has white color on #AE288F background.


Related colors

Complementary color

Complementary color for #hex is #51D770.


I love getcolorcode.com

Triadic colors

1 #8FAE28 and #288FAE with #AE288F are triadic colors.

2 #8F28AE and #28AE8F with #AE288F are triadic colors.