COLOR #AE64AB

HEX: #AE64AB
RGB: (174,100,171)

Color info

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

RGB color model

#AE64AB color RGB value is (174,100,171).

  • red value is 174;
  • green value is 100;
  • blue value is 171.
RGB:
(174,100,171)
(68%,39%,67%)

RGB channels and saturation

R 174 of 255 = 68%
G 100 of 255 = 39%
B 171 of 255 = 67%

174
100
171

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

Portions of RGB colors in percentages

R + G + B =
174 + 100 + 171 = 445 (100%)
R 174 of 445 ~ 39.1%
G 100 of 445 ~ 22.47%
B 171 of 445 ~ 38.43%

%39.1
%22.47
%38.43

CMYK color model

#AE64AB color CMYK value is (0,43,2,32).

  • cyan value is 0.00%
  • magenta value is 42.53%
  • yellow value is 1.72%
  • key color value is 31.76%
CMYK:
(0,43,2,32)
C0M43Y2K32 
(0%,43%,2%,32%)
(0.00/0.43/0.02/0.32)	

CMYK percentages

%0
%42.53
%1.72
%31.76

Codes

Color #AE64AB in popluar color models

AE64AB
RGB174100171
HSL302°31.36%53.73%
HSB/HSV302°42.53%68.24%
CMYK0.00%42.53%1.72%
31.76%

Color #AE64AB in popluar number systems.

HEXAE64AB
Decimal174100171
Binary10101110110010010101011
Octal256144253

Shades and tints

Shades of #AE64AB

#AE64AB
(174,100,171)
#9F5B9C
(159,91,156)
#90528D
(144,82,141)
#81497E
(129,73,126)
#72406F
(114,64,111)
#633760
(99,55,96)
#542E51
(84,46,81)
#452542
(69,37,66)
#361C33
(54,28,51)
#271324
(39,19,36)
#180A15
(24,10,21)
#000000
(0,0,0)

Tints of #AE64AB

#AE64AB
(174,100,171)
#B572B2
(181,114,178)
#BC80B9
(188,128,185)
#C38EC0
(195,142,192)
#CA9CC7
(202,156,199)
#D1AACE
(209,170,206)
#D8B8D5
(216,184,213)
#DFC6DC
(223,198,220)
#E6D4E3
(230,212,227)
#EDE2EA
(237,226,234)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE64AB color. Also use rgb(174,100,171) instead hex code.

Text Font Color

.myTextColor { color: #AE64AB; }

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

This text font color is #AE64AB.


Background Color

.myBgColor { background-color: #AE64AB; }

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

This div background color is #AE64AB.


Border color

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

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

This div border color is #AE64AB.


Opacity

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

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

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

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

This text has shadow with #AE64AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE64AB on black background.


Color preview on white background

This text has color #AE64AB on white background.



Black color preview on #AE64AB background

This text has black color on #AE64AB background.


White color preview on #AE64AB background

This text has white color on #AE64AB background.