COLOR #AE6ABA

HEX: #AE6ABA
RGB: (174,106,186)

Color info

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

RGB color model

#AE6ABA color RGB value is (174,106,186).

  • red value is 174;
  • green value is 106;
  • blue value is 186.
RGB:
(174,106,186)
(68%,42%,73%)

RGB channels and saturation

R 174 of 255 = 68%
G 106 of 255 = 42%
B 186 of 255 = 73%

174
106
186

R + G + B ~ 61%. #AE6ABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 106 + 186 = 466 (100%)
R 174 of 466 ~ 37.34%
G 106 of 466 ~ 22.75%
B 186 of 466 ~ 39.91%

%37.34
%22.75
%39.91

CMYK color model

#AE6ABA color CMYK value is (6,43,0,27).

  • cyan value is 6.45%
  • magenta value is 43.01%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(6,43,0,27)
C6M43Y0K27 
(6%,43%,0%,27%)
(0.06/0.43/0.00/0.27)	

CMYK percentages

%6.45
%43.01
%0
%27.06

Codes

Color #AE6ABA in popluar color models

AE6ABA
RGB174106186
HSL291°36.70%57.25%
HSB/HSV291°43.01%72.94%
CMYK6.45%43.01%0.00%
27.06%

Color #AE6ABA in popluar number systems.

HEXAE6ABA
Decimal174106186
Binary10101110110101010111010
Octal256152272

Shades and tints

Shades of #AE6ABA

#AE6ABA
(174,106,186)
#9F61AA
(159,97,170)
#90589A
(144,88,154)
#814F8A
(129,79,138)
#72467A
(114,70,122)
#633D6A
(99,61,106)
#54345A
(84,52,90)
#452B4A
(69,43,74)
#36223A
(54,34,58)
#27192A
(39,25,42)
#18101A
(24,16,26)
#000000
(0,0,0)

Tints of #AE6ABA

#AE6ABA
(174,106,186)
#B577C0
(181,119,192)
#BC84C6
(188,132,198)
#C391CC
(195,145,204)
#CA9ED2
(202,158,210)
#D1ABD8
(209,171,216)
#D8B8DE
(216,184,222)
#DFC5E4
(223,197,228)
#E6D2EA
(230,210,234)
#EDDFF0
(237,223,240)
#F4ECF6
(244,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6ABA color. Also use rgb(174,106,186) instead hex code.

Text Font Color

.myTextColor { color: #AE6ABA; }

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

This text font color is #AE6ABA.


Background Color

.myBgColor { background-color: #AE6ABA; }

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

This div background color is #AE6ABA.


Border color

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

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

This div border color is #AE6ABA.


Opacity

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

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

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

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

This text has shadow with #AE6ABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6ABA on black background.


Color preview on white background

This text has color #AE6ABA on white background.



Black color preview on #AE6ABA background

This text has black color on #AE6ABA background.


White color preview on #AE6ABA background

This text has white color on #AE6ABA background.