COLOR #AE4FBF

HEX: #AE4FBF
RGB: (174,79,191)

Color info

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

RGB color model

#AE4FBF color RGB value is (174,79,191).

  • red value is 174;
  • green value is 79;
  • blue value is 191.
RGB:
(174,79,191)
(68%,31%,75%)

RGB channels and saturation

R 174 of 255 = 68%
G 79 of 255 = 31%
B 191 of 255 = 75%

174
79
191

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

Portions of RGB colors in percentages

R + G + B =
174 + 79 + 191 = 444 (100%)
R 174 of 444 ~ 39.19%
G 79 of 444 ~ 17.79%
B 191 of 444 ~ 43.02%

%39.19
%17.79
%43.02

CMYK color model

#AE4FBF color CMYK value is (9,59,0,25).

  • cyan value is 8.90%
  • magenta value is 58.64%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(9,59,0,25)
C9M59Y0K25 
(9%,59%,0%,25%)
(0.09/0.59/0.00/0.25)	

CMYK percentages

%8.9
%58.64
%0
%25.1

Codes

Color #AE4FBF in popluar color models

AE4FBF
RGB17479191
HSL291°46.67%52.94%
HSB/HSV291°58.64%74.90%
CMYK8.90%58.64%0.00%
25.10%

Color #AE4FBF in popluar number systems.

HEXAE4FBF
Decimal17479191
Binary10101110100111110111111
Octal256117277

Shades and tints

Shades of #AE4FBF

#AE4FBF
(174,79,191)
#9F48AE
(159,72,174)
#90419D
(144,65,157)
#813A8C
(129,58,140)
#72337B
(114,51,123)
#632C6A
(99,44,106)
#542559
(84,37,89)
#451E48
(69,30,72)
#361737
(54,23,55)
#271026
(39,16,38)
#180915
(24,9,21)
#000000
(0,0,0)

Tints of #AE4FBF

#AE4FBF
(174,79,191)
#B55FC4
(181,95,196)
#BC6FC9
(188,111,201)
#C37FCE
(195,127,206)
#CA8FD3
(202,143,211)
#D19FD8
(209,159,216)
#D8AFDD
(216,175,221)
#DFBFE2
(223,191,226)
#E6CFE7
(230,207,231)
#EDDFEC
(237,223,236)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE4FBF color. Also use rgb(174,79,191) instead hex code.

Text Font Color

.myTextColor { color: #AE4FBF; }

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

This text font color is #AE4FBF.


Background Color

.myBgColor { background-color: #AE4FBF; }

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

This div background color is #AE4FBF.


Border color

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

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

This div border color is #AE4FBF.


Opacity

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

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

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

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

This text has shadow with #AE4FBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE4FBF on black background.


Color preview on white background

This text has color #AE4FBF on white background.



Black color preview on #AE4FBF background

This text has black color on #AE4FBF background.


White color preview on #AE4FBF background

This text has white color on #AE4FBF background.