COLOR #AE67E3

HEX: #AE67E3
RGB: (174,103,227)

Color info

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

RGB color model

#AE67E3 color RGB value is (174,103,227).

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

RGB channels and saturation

R 174 of 255 = 68%
G 103 of 255 = 40%
B 227 of 255 = 89%

174
103
227

R + G + B ~ 66%. #AE67E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 103 + 227 = 504 (100%)
R 174 of 504 ~ 34.52%
G 103 of 504 ~ 20.44%
B 227 of 504 ~ 45.04%

%34.52
%20.44
%45.04

CMYK color model

#AE67E3 color CMYK value is (23,55,0,11).

  • cyan value is 23.35%
  • magenta value is 54.63%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(23,55,0,11)
C23M55Y0K11 
(23%,55%,0%,11%)
(0.23/0.55/0.00/0.11)	

CMYK percentages

%23.35
%54.63
%0
%10.98

Codes

Color #AE67E3 in popluar color models

AE67E3
RGB174103227
HSL274°68.89%64.71%
HSB/HSV274°54.63%89.02%
CMYK23.35%54.63%0.00%
10.98%

Color #AE67E3 in popluar number systems.

HEXAE67E3
Decimal174103227
Binary10101110110011111100011
Octal256147343

Shades and tints

Shades of #AE67E3

#AE67E3
(174,103,227)
#9F5ECF
(159,94,207)
#9055BB
(144,85,187)
#814CA7
(129,76,167)
#724393
(114,67,147)
#633A7F
(99,58,127)
#54316B
(84,49,107)
#452857
(69,40,87)
#361F43
(54,31,67)
#27162F
(39,22,47)
#180D1B
(24,13,27)
#000000
(0,0,0)

Tints of #AE67E3

#AE67E3
(174,103,227)
#B574E5
(181,116,229)
#BC81E7
(188,129,231)
#C38EE9
(195,142,233)
#CA9BEB
(202,155,235)
#D1A8ED
(209,168,237)
#D8B5EF
(216,181,239)
#DFC2F1
(223,194,241)
#E6CFF3
(230,207,243)
#EDDCF5
(237,220,245)
#F4E9F7
(244,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE67E3; }

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

This text font color is #AE67E3.


Background Color

.myBgColor { background-color: #AE67E3; }

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

This div background color is #AE67E3.


Border color

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

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

This div border color is #AE67E3.


Opacity

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

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

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

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

This text has shadow with #AE67E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE67E3 on black background.


Color preview on white background

This text has color #AE67E3 on white background.



Black color preview on #AE67E3 background

This text has black color on #AE67E3 background.


White color preview on #AE67E3 background

This text has white color on #AE67E3 background.