COLOR #AE1296

HEX: #AE1296 RGB: (174,18,150)

Color info

#AE1296 contains mainly red and blue colors. Web safe color of #AE1296 is #990099 (or #909).

RGB color model

#AE1296 color RGB value is (174,18,150).

RGB: (174,18,150) (68%, 7%, 59%)

RGB channels and saturation

R 174 of 255 = 68%
G 18 of 255 = 7%
B 150 of 255 = 59%

174
18
150

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

Portions of RGB colors in percentages

R + G + B = 174 + 18 + 150 = 342 (100%)
R 174 of 342 ~ 50.88%
G 18 of 342 ~ 5.26%
B 150 of 342 ~ 43.86'%

%50.88
%43.86

CMYK color model

#AE1296 color CMYK value is (0,90,14,32).

  • cyan value is 0.00%
  • magenta value is 89.66%
  • yellow value is 13.79%
  • key color value is 31.76%
CMYK: (0,90,14,32) C0M90Y14K32 (0%,90%,14%,32%) (0.00/0.90/0.14/0.32) 

CMYK percentages

%0
%89.66
%13.79
%31.76

Codes

Color #AE1296 in popluar color models

AE 12 96
RGB 174 18 150
HSL 309° 81.25% 37.65%
HSB/HSV 309° 89.66% 68.24%
CMYK 0.00% 89.66% 13.79%
31.76%

Color #AE1296 in popluar number systems.

HEX AE 12 96
Decimal 174 18 150
Binary 10101110 10010 10010110
Octal 256 22 226

Shades and tints

Shades of #AE1296

#AE1296
(174,18,150)
#9F1189
(159,17,137)
#90107C
(144,16,124)
#810F6F
(129,15,111)
#720E62
(114,14,98)
#630D55
(99,13,85)
#540C48
(84,12,72)
#450B3B
(69,11,59)
#360A2E
(54,10,46)
#270921
(39,9,33)
#180814
(24,8,20)
#000000
(0,0,0)

Tints of #AE1296

#AE1296
(174,18,150)
#B5279F
(181,39,159)
#BC3CA8
(188,60,168)
#C351B1
(195,81,177)
#CA66BA
(202,102,186)
#D17BC3
(209,123,195)
#D890CC
(216,144,204)
#DFA5D5
(223,165,213)
#E6BADE
(230,186,222)
#EDCFE7
(237,207,231)
#F4E4F0
(244,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE1296 color. Also use rgb(174,18,150) instead hex code.

Text Font Color

.myTextColor { color: #AE1296; }

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

This text font color is #AE1296.

Background Color

.myBgColor { background-color: #AE1296; }

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

This div background color is #AE1296.

Border color

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

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

This div border color is #AE1296.

Opacity

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

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

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

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

This text has shadow with #AE1296 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE1296.

Preview

Color preview on black background

This text has color #AE1296 on black background.


Color preview on white background

This text has color #AE1296 on white background.


Black color preview on #AE1296 background

This text has black color on #AE1296 background.


White color preview on #AE1296 background

This text has white color on #AE1296 background.


Related colors

Complementary color

Complementary color for #hex is #51ED69.


I love getcolorcode.com

Triadic colors

1 #96AE12 and #1296AE with #AE1296 are triadic colors.

2 #9612AE and #12AE96 with #AE1296 are triadic colors.