COLOR #AE62B2

HEX: #AE62B2
RGB: (174,98,178)

Color info

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

RGB color model

#AE62B2 color RGB value is (174,98,178).

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

RGB channels and saturation

R 174 of 255 = 68%
G 98 of 255 = 38%
B 178 of 255 = 70%

174
98
178

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

Portions of RGB colors in percentages

R + G + B =
174 + 98 + 178 = 450 (100%)
R 174 of 450 ~ 38.67%
G 98 of 450 ~ 21.78%
B 178 of 450 ~ 39.56%

%38.67
%21.78
%39.56

CMYK color model

#AE62B2 color CMYK value is (2,45,0,30).

  • cyan value is 2.25%
  • magenta value is 44.94%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(2,45,0,30)
C2M45Y0K30 
(2%,45%,0%,30%)
(0.02/0.45/0.00/0.30)	

CMYK percentages

%2.25
%44.94
%0
%30.2

Codes

Color #AE62B2 in popluar color models

AE62B2
RGB17498178
HSL297°34.19%54.12%
HSB/HSV297°44.94%69.80%
CMYK2.25%44.94%0.00%
30.20%

Color #AE62B2 in popluar number systems.

HEXAE62B2
Decimal17498178
Binary10101110110001010110010
Octal256142262

Shades and tints

Shades of #AE62B2

#AE62B2
(174,98,178)
#9F5AA2
(159,90,162)
#905292
(144,82,146)
#814A82
(129,74,130)
#724272
(114,66,114)
#633A62
(99,58,98)
#543252
(84,50,82)
#452A42
(69,42,66)
#362232
(54,34,50)
#271A22
(39,26,34)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AE62B2

#AE62B2
(174,98,178)
#B570B9
(181,112,185)
#BC7EC0
(188,126,192)
#C38CC7
(195,140,199)
#CA9ACE
(202,154,206)
#D1A8D5
(209,168,213)
#D8B6DC
(216,182,220)
#DFC4E3
(223,196,227)
#E6D2EA
(230,210,234)
#EDE0F1
(237,224,241)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE62B2; }

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

This text font color is #AE62B2.


Background Color

.myBgColor { background-color: #AE62B2; }

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

This div background color is #AE62B2.


Border color

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

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

This div border color is #AE62B2.


Opacity

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

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

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

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

This text has shadow with #AE62B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE62B2 on black background.


Color preview on white background

This text has color #AE62B2 on white background.



Black color preview on #AE62B2 background

This text has black color on #AE62B2 background.


White color preview on #AE62B2 background

This text has white color on #AE62B2 background.