COLOR #AE07D1

HEX: #AE07D1
RGB: (174,7,209)

Color info

#AE07D1 contains mainly red and blue colors. Web safe color of #AE07D1 is #9900CC (or #90C).

RGB color model

#AE07D1 color RGB value is (174,7,209).

  • red value is 174;
  • green value is 7;
  • blue value is 209.
RGB:
(174,7,209)
(68%,3%,82%)

RGB channels and saturation

R 174 of 255 = 68%
G 7 of 255 = 3%
B 209 of 255 = 82%

174
7
209

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

Portions of RGB colors in percentages

R + G + B =
174 + 7 + 209 = 390 (100%)
R 174 of 390 ~ 44.62%
G 7 of 390 ~ 1.79%
B 209 of 390 ~ 53.59%

%44.62
%53.59

CMYK color model

#AE07D1 color CMYK value is (17,97,0,18).

  • cyan value is 16.75%
  • magenta value is 96.65%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(17,97,0,18)
C17M97Y0K18 
(17%,97%,0%,18%)
(0.17/0.97/0.00/0.18)	

CMYK percentages

%16.75
%96.65
%0
%18.04

Codes

Color #AE07D1 in popluar color models

AE07D1
RGB1747209
HSL290°93.52%42.35%
HSB/HSV290°96.65%81.96%
CMYK16.75%96.65%0.00%
18.04%

Color #AE07D1 in popluar number systems.

HEXAE07D1
Decimal1747209
Binary1010111011111010001
Octal2567321

Shades and tints

Shades of #AE07D1

#AE07D1
(174,7,209)
#9F07BE
(159,7,190)
#9007AB
(144,7,171)
#810798
(129,7,152)
#720785
(114,7,133)
#630772
(99,7,114)
#54075F
(84,7,95)
#45074C
(69,7,76)
#360739
(54,7,57)
#270726
(39,7,38)
#180713
(24,7,19)
#000000
(0,0,0)

Tints of #AE07D1

#AE07D1
(174,7,209)
#B51DD5
(181,29,213)
#BC33D9
(188,51,217)
#C349DD
(195,73,221)
#CA5FE1
(202,95,225)
#D175E5
(209,117,229)
#D88BE9
(216,139,233)
#DFA1ED
(223,161,237)
#E6B7F1
(230,183,241)
#EDCDF5
(237,205,245)
#F4E3F9
(244,227,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE07D1 color. Also use rgb(174,7,209) instead hex code.

Text Font Color

.myTextColor { color: #AE07D1; }

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

This text font color is #AE07D1.


Background Color

.myBgColor { background-color: #AE07D1; }

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

This div background color is #AE07D1.


Border color

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

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

This div border color is #AE07D1.


Opacity

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

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

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

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

This text has shadow with #AE07D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE07D1 on black background.


Color preview on white background

This text has color #AE07D1 on white background.



Black color preview on #AE07D1 background

This text has black color on #AE07D1 background.


White color preview on #AE07D1 background

This text has white color on #AE07D1 background.