COLOR #AE6395

HEX: #AE6395 RGB: (174,99,149)

Color info

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

RGB color model

#AE6395 color RGB value is (174,99,149).

RGB: (174,99,149) (68%, 39%, 58%)

RGB channels and saturation

R 174 of 255 = 68%
G 99 of 255 = 39%
B 149 of 255 = 58%

174
99
149

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

Portions of RGB colors in percentages

R + G + B = 174 + 99 + 149 = 422 (100%)
R 174 of 422 ~ 41.23%
G 99 of 422 ~ 23.46%
B 149 of 422 ~ 35.31'%

%41.23
%23.46
%35.31

CMYK color model

#AE6395 color CMYK value is (0,43,14,32).

  • cyan value is 0.00%
  • magenta value is 43.10%
  • yellow value is 14.37%
  • key color value is 31.76%

CMYK: (0,43,14,32)
C0M43Y14K32 (0%, 43%, 14%, 32%)
(0.00 / 0.43 / 0.14 / 0.32)

CMYK percentages

%0
%43.1
%14.37
%31.76

Codes

Color #AE6395 in popluar color models

AE 63 95
RGB 174 99 149
HSL 320° 31.65% 53.53%
HSB/HSV 320° 43.10% 68.24%
CMYK 0.00% 43.10% 14.37%
31.76%

Color #AE6395 in popluar number systems.

HEX AE 63 95
Decimal 174 99 149
Binary 10101110 1100011 10010101
Octal 256 143 225

Shades and tints

Shades of #AE6395

#AE6395
(174,99,149)
#9F5A88
(159,90,136)
#90517B
(144,81,123)
#81486E
(129,72,110)
#723F61
(114,63,97)
#633654
(99,54,84)
#542D47
(84,45,71)
#45243A
(69,36,58)
#361B2D
(54,27,45)
#271220
(39,18,32)
#180913
(24,9,19)
#000000
(0,0,0)

Tints of #AE6395

#AE6395
(174,99,149)
#B5719E
(181,113,158)
#BC7FA7
(188,127,167)
#C38DB0
(195,141,176)
#CA9BB9
(202,155,185)
#D1A9C2
(209,169,194)
#D8B7CB
(216,183,203)
#DFC5D4
(223,197,212)
#E6D3DD
(230,211,221)
#EDE1E6
(237,225,230)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6395 color. Also use rgb(174,99,149) instead hex code.

Text Font Color

.myTextColor { color: #AE6395; }

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

This text font color is #AE6395.

Background Color

.myBgColor { background-color: #AE6395; }

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

This div background color is #AE6395.

Border color

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

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

This div border color is #AE6395.

Opacity

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

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

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

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

This text has shadow with #AE6395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE6395.

Preview

Color preview on black background

This text has color #AE6395 on black background.


Color preview on white background

This text has color #AE6395 on white background.


Black color preview on #AE6395 background

This text has black color on #AE6395 background.


White color preview on #AE6395 background

This text has white color on #AE6395 background.


Related colors

Complementary color

Complementary color for #hex is #519C6A.


I love getcolorcode.com

Triadic colors

1 #95AE63 and #6395AE with #AE6395 are triadic colors.

2 #9563AE and #63AE95 with #AE6395 are triadic colors.