COLOR #AE8AF8

HEX: #AE8AF8 RGB: (174,138,248)

Color info

#AE8AF8 contains mainly blue color. Web safe color of #AE8AF8 is #9999FF (or #99F).

RGB color model

#AE8AF8 color RGB value is (174,138,248).

RGB: (174,138,248) (68%, 54%, 97%)

RGB channels and saturation

R 174 of 255 = 68%
G 138 of 255 = 54%
B 248 of 255 = 97%

174
138
248

R + G + B ~ 73%. #AE8AF8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 138 + 248 = 560 (100%)
R 174 of 560 ~ 31.07%
G 138 of 560 ~ 24.64%
B 248 of 560 ~ 44.29'%

%31.07
%24.64
%44.29

CMYK color model

#AE8AF8 color CMYK value is (30,44,0,3).

  • cyan value is 29.84%
  • magenta value is 44.35%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (30,44,0,3)
C30M44Y0K3 (30%, 44%, 0%, 3%)
(0.30 / 0.44 / 0.00 / 0.03)

CMYK percentages

%29.84
%44.35
%0
%2.75

Codes

Color #AE8AF8 in popluar color models

AE 8A F8
RGB 174 138 248
HSL 260° 88.71% 75.69%
HSB/HSV 260° 44.35% 97.25%
CMYK 29.84% 44.35% 0.00%
2.75%

Color #AE8AF8 in popluar number systems.

HEX AE 8A F8
Decimal 174 138 248
Binary 10101110 10001010 11111000
Octal 256 212 370

Shades and tints

Shades of #AE8AF8

#AE8AF8
(174,138,248)
#9F7EE2
(159,126,226)
#9072CC
(144,114,204)
#8166B6
(129,102,182)
#725AA0
(114,90,160)
#634E8A
(99,78,138)
#544274
(84,66,116)
#45365E
(69,54,94)
#362A48
(54,42,72)
#271E32
(39,30,50)
#18121C
(24,18,28)
#000000
(0,0,0)

Tints of #AE8AF8

#AE8AF8
(174,138,248)
#B594F8
(181,148,248)
#BC9EF8
(188,158,248)
#C3A8F8
(195,168,248)
#CAB2F8
(202,178,248)
#D1BCF8
(209,188,248)
#D8C6F8
(216,198,248)
#DFD0F8
(223,208,248)
#E6DAF8
(230,218,248)
#EDE4F8
(237,228,248)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8AF8 color. Also use rgb(174,138,248) instead hex code.

Text Font Color

.myTextColor { color: #AE8AF8; }

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

This text font color is #AE8AF8.

Background Color

.myBgColor { background-color: #AE8AF8; }

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

This div background color is #AE8AF8.

Border color

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

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

This div border color is #AE8AF8.

Opacity

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

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

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

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

This text has shadow with #AE8AF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8AF8.

Preview

Color preview on black background

This text has color #AE8AF8 on black background.


Color preview on white background

This text has color #AE8AF8 on white background.


Black color preview on #AE8AF8 background

This text has black color on #AE8AF8 background.


White color preview on #AE8AF8 background

This text has white color on #AE8AF8 background.


Related colors

Complementary color

Complementary color for #hex is #517507.


I love getcolorcode.com

Triadic colors

1 #F8AE8A and #8AF8AE with #AE8AF8 are triadic colors.

2 #F88AAE and #8AAEF8 with #AE8AF8 are triadic colors.