COLOR #AE82CF

HEX: #AE82CF RGB: (174,130,207)

Color info

#AE82CF contains mainly red and blue colors. Web safe color of #AE82CF is #9999CC (or #99C).

RGB color model

#AE82CF color RGB value is (174,130,207).

RGB: (174,130,207) (68%, 51%, 81%)

RGB channels and saturation

R 174 of 255 = 68%
G 130 of 255 = 51%
B 207 of 255 = 81%

174
130
207

R + G + B ~ 67%. #AE82CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 130 + 207 = 511 (100%)
R 174 of 511 ~ 34.05%
G 130 of 511 ~ 25.44%
B 207 of 511 ~ 40.51'%

%34.05
%25.44
%40.51

CMYK color model

#AE82CF color CMYK value is (16,37,0,19).

  • cyan value is 15.94%
  • magenta value is 37.20%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (16,37,0,19)
C16M37Y0K19 (16%, 37%, 0%, 19%)
(0.16 / 0.37 / 0.00 / 0.19)

CMYK percentages

%15.94
%37.2
%0
%18.82

Codes

Color #AE82CF in popluar color models

AE 82 CF
RGB 174 130 207
HSL 274° 44.51% 66.08%
HSB/HSV 274° 37.20% 81.18%
CMYK 15.94% 37.20% 0.00%
18.82%

Color #AE82CF in popluar number systems.

HEX AE 82 CF
Decimal 174 130 207
Binary 10101110 10000010 11001111
Octal 256 202 317

Shades and tints

Shades of #AE82CF

#AE82CF
(174,130,207)
#9F77BD
(159,119,189)
#906CAB
(144,108,171)
#816199
(129,97,153)
#725687
(114,86,135)
#634B75
(99,75,117)
#544063
(84,64,99)
#453551
(69,53,81)
#362A3F
(54,42,63)
#271F2D
(39,31,45)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #AE82CF

#AE82CF
(174,130,207)
#B58DD3
(181,141,211)
#BC98D7
(188,152,215)
#C3A3DB
(195,163,219)
#CAAEDF
(202,174,223)
#D1B9E3
(209,185,227)
#D8C4E7
(216,196,231)
#DFCFEB
(223,207,235)
#E6DAEF
(230,218,239)
#EDE5F3
(237,229,243)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE82CF color. Also use rgb(174,130,207) instead hex code.

Text Font Color

.myTextColor { color: #AE82CF; }

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

This text font color is #AE82CF.

Background Color

.myBgColor { background-color: #AE82CF; }

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

This div background color is #AE82CF.

Border color

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

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

This div border color is #AE82CF.

Opacity

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

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

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

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

This text has shadow with #AE82CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE82CF.

Preview

Color preview on black background

This text has color #AE82CF on black background.


Color preview on white background

This text has color #AE82CF on white background.


Black color preview on #AE82CF background

This text has black color on #AE82CF background.


White color preview on #AE82CF background

This text has white color on #AE82CF background.


Related colors

Complementary color

Complementary color for #hex is #517D30.


I love getcolorcode.com

Triadic colors

1 #CFAE82 and #82CFAE with #AE82CF are triadic colors.

2 #CF82AE and #82AECF with #AE82CF are triadic colors.