COLOR #AE70B2

HEX: #AE70B2
RGB: (174,112,178)

Color info

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

RGB color model

#AE70B2 color RGB value is (174,112,178).

  • red value is 174;
  • green value is 112;
  • blue value is 178.
RGB:
(174,112,178)
(68%,44%,70%)

RGB channels and saturation

R 174 of 255 = 68%
G 112 of 255 = 44%
B 178 of 255 = 70%

174
112
178

R + G + B ~ 61%. #AE70B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 112 + 178 = 464 (100%)
R 174 of 464 ~ 37.5%
G 112 of 464 ~ 24.14%
B 178 of 464 ~ 38.36%

%37.5
%24.14
%38.36

CMYK color model

#AE70B2 color CMYK value is (2,37,0,30).

  • cyan value is 2.25%
  • magenta value is 37.08%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(2,37,0,30)
C2M37Y0K30 
(2%,37%,0%,30%)
(0.02/0.37/0.00/0.30)	

CMYK percentages

%2.25
%37.08
%0
%30.2

Codes

Color #AE70B2 in popluar color models

AE70B2
RGB174112178
HSL296°30.00%56.86%
HSB/HSV296°37.08%69.80%
CMYK2.25%37.08%0.00%
30.20%

Color #AE70B2 in popluar number systems.

HEXAE70B2
Decimal174112178
Binary10101110111000010110010
Octal256160262

Shades and tints

Shades of #AE70B2

#AE70B2
(174,112,178)
#9F66A2
(159,102,162)
#905C92
(144,92,146)
#815282
(129,82,130)
#724872
(114,72,114)
#633E62
(99,62,98)
#543452
(84,52,82)
#452A42
(69,42,66)
#362032
(54,32,50)
#271622
(39,22,34)
#180C12
(24,12,18)
#000000
(0,0,0)

Tints of #AE70B2

#AE70B2
(174,112,178)
#B57DB9
(181,125,185)
#BC8AC0
(188,138,192)
#C397C7
(195,151,199)
#CAA4CE
(202,164,206)
#D1B1D5
(209,177,213)
#D8BEDC
(216,190,220)
#DFCBE3
(223,203,227)
#E6D8EA
(230,216,234)
#EDE5F1
(237,229,241)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE70B2 color. Also use rgb(174,112,178) instead hex code.

Text Font Color

.myTextColor { color: #AE70B2; }

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

This text font color is #AE70B2.


Background Color

.myBgColor { background-color: #AE70B2; }

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

This div background color is #AE70B2.


Border color

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

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

This div border color is #AE70B2.


Opacity

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

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

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

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

This text has shadow with #AE70B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE70B2 on black background.


Color preview on white background

This text has color #AE70B2 on white background.



Black color preview on #AE70B2 background

This text has black color on #AE70B2 background.


White color preview on #AE70B2 background

This text has white color on #AE70B2 background.