COLOR #AE75D8

HEX: #AE75D8
RGB: (174,117,216)

Color info

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

RGB color model

#AE75D8 color RGB value is (174,117,216).

  • red value is 174;
  • green value is 117;
  • blue value is 216.
RGB:
(174,117,216)
(68%,46%,85%)

RGB channels and saturation

R 174 of 255 = 68%
G 117 of 255 = 46%
B 216 of 255 = 85%

174
117
216

R + G + B ~ 66%. #AE75D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 117 + 216 = 507 (100%)
R 174 of 507 ~ 34.32%
G 117 of 507 ~ 23.08%
B 216 of 507 ~ 42.6%

%34.32
%23.08
%42.6

CMYK color model

#AE75D8 color CMYK value is (19,46,0,15).

  • cyan value is 19.44%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(19,46,0,15)
C19M46Y0K15 
(19%,46%,0%,15%)
(0.19/0.46/0.00/0.15)	

CMYK percentages

%19.44
%45.83
%0
%15.29

Codes

Color #AE75D8 in popluar color models

AE75D8
RGB174117216
HSL275°55.93%65.29%
HSB/HSV275°45.83%84.71%
CMYK19.44%45.83%0.00%
15.29%

Color #AE75D8 in popluar number systems.

HEXAE75D8
Decimal174117216
Binary10101110111010111011000
Octal256165330

Shades and tints

Shades of #AE75D8

#AE75D8
(174,117,216)
#9F6BC5
(159,107,197)
#9061B2
(144,97,178)
#81579F
(129,87,159)
#724D8C
(114,77,140)
#634379
(99,67,121)
#543966
(84,57,102)
#452F53
(69,47,83)
#362540
(54,37,64)
#271B2D
(39,27,45)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #AE75D8

#AE75D8
(174,117,216)
#B581DB
(181,129,219)
#BC8DDE
(188,141,222)
#C399E1
(195,153,225)
#CAA5E4
(202,165,228)
#D1B1E7
(209,177,231)
#D8BDEA
(216,189,234)
#DFC9ED
(223,201,237)
#E6D5F0
(230,213,240)
#EDE1F3
(237,225,243)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE75D8 color. Also use rgb(174,117,216) instead hex code.

Text Font Color

.myTextColor { color: #AE75D8; }

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

This text font color is #AE75D8.


Background Color

.myBgColor { background-color: #AE75D8; }

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

This div background color is #AE75D8.


Border color

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

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

This div border color is #AE75D8.


Opacity

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

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

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

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

This text has shadow with #AE75D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE75D8 on black background.


Color preview on white background

This text has color #AE75D8 on white background.



Black color preview on #AE75D8 background

This text has black color on #AE75D8 background.


White color preview on #AE75D8 background

This text has white color on #AE75D8 background.