COLOR #AE2F67

HEX: #AE2F67
RGB: (174,47,103)

Color info

#AE2F67 contains mainly red color. Web safe color of #AE2F67 is #993366 (or #936).

RGB color model

#AE2F67 color RGB value is (174,47,103).

  • red value is 174;
  • green value is 47;
  • blue value is 103.
RGB:
(174,47,103)
(68%,18%,40%)

RGB channels and saturation

R 174 of 255 = 68%
G 47 of 255 = 18%
B 103 of 255 = 40%

174
47
103

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

Portions of RGB colors in percentages

R + G + B =
174 + 47 + 103 = 324 (100%)
R 174 of 324 ~ 53.7%
G 47 of 324 ~ 14.51%
B 103 of 324 ~ 31.79%

%53.7
%14.51
%31.79

CMYK color model

#AE2F67 color CMYK value is (0,73,41,32).

  • cyan value is 0.00%
  • magenta value is 72.99%
  • yellow value is 40.80%
  • key color value is 31.76%
CMYK:
(0,73,41,32)
C0M73Y41K32 
(0%,73%,41%,32%)
(0.00/0.73/0.41/0.32)	

CMYK percentages

%0
%72.99
%40.8
%31.76

Codes

Color #AE2F67 in popluar color models

AE2F67
RGB17447103
HSL334°57.47%43.33%
HSB/HSV334°72.99%68.24%
CMYK0.00%72.99%40.80%
31.76%

Color #AE2F67 in popluar number systems.

HEXAE2F67
Decimal17447103
Binary101011101011111100111
Octal25657147

Shades and tints

Shades of #AE2F67

#AE2F67
(174,47,103)
#9F2B5E
(159,43,94)
#902755
(144,39,85)
#81234C
(129,35,76)
#721F43
(114,31,67)
#631B3A
(99,27,58)
#541731
(84,23,49)
#451328
(69,19,40)
#360F1F
(54,15,31)
#270B16
(39,11,22)
#18070D
(24,7,13)
#000000
(0,0,0)

Tints of #AE2F67

#AE2F67
(174,47,103)
#B54174
(181,65,116)
#BC5381
(188,83,129)
#C3658E
(195,101,142)
#CA779B
(202,119,155)
#D189A8
(209,137,168)
#D89BB5
(216,155,181)
#DFADC2
(223,173,194)
#E6BFCF
(230,191,207)
#EDD1DC
(237,209,220)
#F4E3E9
(244,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE2F67 color. Also use rgb(174,47,103) instead hex code.

Text Font Color

.myTextColor { color: #AE2F67; }

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

This text font color is #AE2F67.


Background Color

.myBgColor { background-color: #AE2F67; }

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

This div background color is #AE2F67.


Border color

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

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

This div border color is #AE2F67.


Opacity

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

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

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

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

This text has shadow with #AE2F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE2F67 on black background.


Color preview on white background

This text has color #AE2F67 on white background.



Black color preview on #AE2F67 background

This text has black color on #AE2F67 background.


White color preview on #AE2F67 background

This text has white color on #AE2F67 background.