COLOR #AE90C1

HEX: #AE90C1 RGB: (174,144,193)

Color info

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

RGB color model

#AE90C1 color RGB value is (174,144,193).

RGB: (174,144,193) (68%, 56%, 76%)

RGB channels and saturation

R 174 of 255 = 68%
G 144 of 255 = 56%
B 193 of 255 = 76%

174
144
193

R + G + B ~ 67%. #AE90C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 144 + 193 = 511 (100%)
R 174 of 511 ~ 34.05%
G 144 of 511 ~ 28.18%
B 193 of 511 ~ 37.77'%

%34.05
%28.18
%37.77

CMYK color model

#AE90C1 color CMYK value is (10,25,0,24).

  • cyan value is 9.84%
  • magenta value is 25.39%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (10,25,0,24)
C10M25Y0K24 (10%, 25%, 0%, 24%)
(0.10 / 0.25 / 0.00 / 0.24)

CMYK percentages

%9.84
%25.39
%0
%24.31

Codes

Color #AE90C1 in popluar color models

AE 90 C1
RGB 174 144 193
HSL 277° 28.32% 66.08%
HSB/HSV 277° 25.39% 75.69%
CMYK 9.84% 25.39% 0.00%
24.31%

Color #AE90C1 in popluar number systems.

HEX AE 90 C1
Decimal 174 144 193
Binary 10101110 10010000 11000001
Octal 256 220 301

Shades and tints

Shades of #AE90C1

#AE90C1
(174,144,193)
#9F83B0
(159,131,176)
#90769F
(144,118,159)
#81698E
(129,105,142)
#725C7D
(114,92,125)
#634F6C
(99,79,108)
#54425B
(84,66,91)
#45354A
(69,53,74)
#362839
(54,40,57)
#271B28
(39,27,40)
#180E17
(24,14,23)
#000000
(0,0,0)

Tints of #AE90C1

#AE90C1
(174,144,193)
#B59AC6
(181,154,198)
#BCA4CB
(188,164,203)
#C3AED0
(195,174,208)
#CAB8D5
(202,184,213)
#D1C2DA
(209,194,218)
#D8CCDF
(216,204,223)
#DFD6E4
(223,214,228)
#E6E0E9
(230,224,233)
#EDEAEE
(237,234,238)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE90C1 color. Also use rgb(174,144,193) instead hex code.

Text Font Color

.myTextColor { color: #AE90C1; }

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

This text font color is #AE90C1.

Background Color

.myBgColor { background-color: #AE90C1; }

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

This div background color is #AE90C1.

Border color

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

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

This div border color is #AE90C1.

Opacity

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

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

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

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

This text has shadow with #AE90C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE90C1.

Preview

Color preview on black background

This text has color #AE90C1 on black background.


Color preview on white background

This text has color #AE90C1 on white background.


Black color preview on #AE90C1 background

This text has black color on #AE90C1 background.


White color preview on #AE90C1 background

This text has white color on #AE90C1 background.


Related colors

Complementary color

Complementary color for #hex is #516F3E.


I love getcolorcode.com

Triadic colors

1 #C1AE90 and #90C1AE with #AE90C1 are triadic colors.

2 #C190AE and #90AEC1 with #AE90C1 are triadic colors.