COLOR #AE7AE2

HEX: #AE7AE2 RGB: (174,122,226)

Color info

#AE7AE2 contains mainly red and blue colors. Web safe color of #AE7AE2 is #9966CC (or #96C).

RGB color model

#AE7AE2 color RGB value is (174,122,226).

RGB: (174,122,226) (68%, 48%, 89%)

RGB channels and saturation

R 174 of 255 = 68%
G 122 of 255 = 48%
B 226 of 255 = 89%

174
122
226

R + G + B ~ 68%. #AE7AE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 122 + 226 = 522 (100%)
R 174 of 522 ~ 33.33%
G 122 of 522 ~ 23.37%
B 226 of 522 ~ 43.3'%

%33.33
%23.37
%43.3

CMYK color model

#AE7AE2 color CMYK value is (23,46,0,11).

  • cyan value is 23.01%
  • magenta value is 46.02%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (23,46,0,11)
C23M46Y0K11 (23%, 46%, 0%, 11%)
(0.23 / 0.46 / 0.00 / 0.11)

CMYK percentages

%23.01
%46.02
%0
%11.37

Codes

Color #AE7AE2 in popluar color models

AE 7A E2
RGB 174 122 226
HSL 270° 64.20% 68.24%
HSB/HSV 270° 46.02% 88.63%
CMYK 23.01% 46.02% 0.00%
11.37%

Color #AE7AE2 in popluar number systems.

HEX AE 7A E2
Decimal 174 122 226
Binary 10101110 1111010 11100010
Octal 256 172 342

Shades and tints

Shades of #AE7AE2

#AE7AE2
(174,122,226)
#9F6FCE
(159,111,206)
#9064BA
(144,100,186)
#8159A6
(129,89,166)
#724E92
(114,78,146)
#63437E
(99,67,126)
#54386A
(84,56,106)
#452D56
(69,45,86)
#362242
(54,34,66)
#27172E
(39,23,46)
#180C1A
(24,12,26)
#000000
(0,0,0)

Tints of #AE7AE2

#AE7AE2
(174,122,226)
#B586E4
(181,134,228)
#BC92E6
(188,146,230)
#C39EE8
(195,158,232)
#CAAAEA
(202,170,234)
#D1B6EC
(209,182,236)
#D8C2EE
(216,194,238)
#DFCEF0
(223,206,240)
#E6DAF2
(230,218,242)
#EDE6F4
(237,230,244)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7AE2 color. Also use rgb(174,122,226) instead hex code.

Text Font Color

.myTextColor { color: #AE7AE2; }

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

This text font color is #AE7AE2.

Background Color

.myBgColor { background-color: #AE7AE2; }

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

This div background color is #AE7AE2.

Border color

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

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

This div border color is #AE7AE2.

Opacity

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

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

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

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

This text has shadow with #AE7AE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE7AE2.

Preview

Color preview on black background

This text has color #AE7AE2 on black background.


Color preview on white background

This text has color #AE7AE2 on white background.


Black color preview on #AE7AE2 background

This text has black color on #AE7AE2 background.


White color preview on #AE7AE2 background

This text has white color on #AE7AE2 background.


Related colors

Complementary color

Complementary color for #hex is #51851D.


I love getcolorcode.com

Triadic colors

1 #E2AE7A and #7AE2AE with #AE7AE2 are triadic colors.

2 #E27AAE and #7AAEE2 with #AE7AE2 are triadic colors.