COLOR #AE92C6

HEX: #AE92C6
RGB: (174,146,198)

Color info

#AE92C6 contains red, green and blue colors in about the same proportion. Web safe color of #AE92C6 is #9999CC (or #99C).

RGB color model

#AE92C6 color RGB value is (174,146,198).

  • red value is 174;
  • green value is 146;
  • blue value is 198.
RGB:
(174,146,198)
(68%,57%,78%)

RGB channels and saturation

R 174 of 255 = 68%
G 146 of 255 = 57%
B 198 of 255 = 78%

174
146
198

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

Portions of RGB colors in percentages

R + G + B =
174 + 146 + 198 = 518 (100%)
R 174 of 518 ~ 33.59%
G 146 of 518 ~ 28.19%
B 198 of 518 ~ 38.22%

%33.59
%28.19
%38.22

CMYK color model

#AE92C6 color CMYK value is (12,26,0,22).

  • cyan value is 12.12%
  • magenta value is 26.26%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(12,26,0,22)
C12M26Y0K22 
(12%,26%,0%,22%)
(0.12/0.26/0.00/0.22)	

CMYK percentages

%12.12
%26.26
%0
%22.35

Codes

Color #AE92C6 in popluar color models

AE92C6
RGB174146198
HSL272°31.33%67.45%
HSB/HSV272°26.26%77.65%
CMYK12.12%26.26%0.00%
22.35%

Color #AE92C6 in popluar number systems.

HEXAE92C6
Decimal174146198
Binary101011101001001011000110
Octal256222306

Shades and tints

Shades of #AE92C6

#AE92C6
(174,146,198)
#9F85B4
(159,133,180)
#9078A2
(144,120,162)
#816B90
(129,107,144)
#725E7E
(114,94,126)
#63516C
(99,81,108)
#54445A
(84,68,90)
#453748
(69,55,72)
#362A36
(54,42,54)
#271D24
(39,29,36)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #AE92C6

#AE92C6
(174,146,198)
#B59BCB
(181,155,203)
#BCA4D0
(188,164,208)
#C3ADD5
(195,173,213)
#CAB6DA
(202,182,218)
#D1BFDF
(209,191,223)
#D8C8E4
(216,200,228)
#DFD1E9
(223,209,233)
#E6DAEE
(230,218,238)
#EDE3F3
(237,227,243)
#F4ECF8
(244,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE92C6 color. Also use rgb(174,146,198) instead hex code.

Text Font Color

.myTextColor { color: #AE92C6; }

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

This text font color is #AE92C6.


Background Color

.myBgColor { background-color: #AE92C6; }

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

This div background color is #AE92C6.


Border color

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

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

This div border color is #AE92C6.


Opacity

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

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

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

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

This text has shadow with #AE92C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE92C6 on black background.


Color preview on white background

This text has color #AE92C6 on white background.



Black color preview on #AE92C6 background

This text has black color on #AE92C6 background.


White color preview on #AE92C6 background

This text has white color on #AE92C6 background.