COLOR #AE1B9E

HEX: #AE1B9E
RGB: (174,27,158)

Color info

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

RGB color model

#AE1B9E color RGB value is (174,27,158).

  • red value is 174;
  • green value is 27;
  • blue value is 158.
RGB:
(174,27,158)
(68%,11%,62%)

RGB channels and saturation

R 174 of 255 = 68%
G 27 of 255 = 11%
B 158 of 255 = 62%

174
27
158

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

Portions of RGB colors in percentages

R + G + B =
174 + 27 + 158 = 359 (100%)
R 174 of 359 ~ 48.47%
G 27 of 359 ~ 7.52%
B 158 of 359 ~ 44.01%

%48.47
%44.01

CMYK color model

#AE1B9E color CMYK value is (0,84,9,32).

  • cyan value is 0.00%
  • magenta value is 84.48%
  • yellow value is 9.20%
  • key color value is 31.76%
CMYK:
(0,84,9,32)
C0M84Y9K32 
(0%,84%,9%,32%)
(0.00/0.84/0.09/0.32)	

CMYK percentages

%0
%84.48
%9.2
%31.76

Codes

Color #AE1B9E in popluar color models

AE1B9E
RGB17427158
HSL307°73.13%39.41%
HSB/HSV307°84.48%68.24%
CMYK0.00%84.48%9.20%
31.76%

Color #AE1B9E in popluar number systems.

HEXAE1B9E
Decimal17427158
Binary101011101101110011110
Octal25633236

Shades and tints

Shades of #AE1B9E

#AE1B9E
(174,27,158)
#9F1990
(159,25,144)
#901782
(144,23,130)
#811574
(129,21,116)
#721366
(114,19,102)
#631158
(99,17,88)
#540F4A
(84,15,74)
#450D3C
(69,13,60)
#360B2E
(54,11,46)
#270920
(39,9,32)
#180712
(24,7,18)
#000000
(0,0,0)

Tints of #AE1B9E

#AE1B9E
(174,27,158)
#B52FA6
(181,47,166)
#BC43AE
(188,67,174)
#C357B6
(195,87,182)
#CA6BBE
(202,107,190)
#D17FC6
(209,127,198)
#D893CE
(216,147,206)
#DFA7D6
(223,167,214)
#E6BBDE
(230,187,222)
#EDCFE6
(237,207,230)
#F4E3EE
(244,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE1B9E color. Also use rgb(174,27,158) instead hex code.

Text Font Color

.myTextColor { color: #AE1B9E; }

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

This text font color is #AE1B9E.


Background Color

.myBgColor { background-color: #AE1B9E; }

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

This div background color is #AE1B9E.


Border color

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

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

This div border color is #AE1B9E.


Opacity

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

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

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

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

This text has shadow with #AE1B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE1B9E on black background.


Color preview on white background

This text has color #AE1B9E on white background.



Black color preview on #AE1B9E background

This text has black color on #AE1B9E background.


White color preview on #AE1B9E background

This text has white color on #AE1B9E background.