COLOR #AE31DD

HEX: #AE31DD
RGB: (174,49,221)

Renk bilgisi

#AE31DD contains mainly red and blue colors. #AE31DD ‘ nin web güvenlik rengi #9933CC (ya da #93C) dir.

RGB renk modeli

#AE31DD color RGB value is (174,49,221).

  • kırmız ton 174;
  • yeşil ton 49;
  • mavi ton 221.
RGB:
(174,49,221)
(68%,19%,87%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 49 of 255 = 19%
B 221 of 255 = 87%

174
49
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 49 + 221 = 444 (100%)
R 174 of 444 ~ 39.19%
G 49 of 444 ~ 11.04%
B 221 of 444 ~ 49.77%

%39.19
%11.04
%49.77

CMYK RENK MODELİ

#AE31DD rengi CMYK tonu (21,78,0,13).

  • camgöbeği tonu 21.27%
  • eflatun tonu 77.83%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(21,78,0,13)
C21M78Y0K13 
(21%,78%,0%,13%)
(0.21/0.78/0.00/0.13)	

CMYK yüzdeleri

%21.27
%77.83
%0
%13.33

Codes

Color #AE31DD in popluar color models

AE31DD
RGB17449221
HSL284°71.67%52.94%
HSB/HSV284°77.83%86.67%
CMYK21.27%77.83%0.00%
13.33%

Color #AE31DD in popluar number systems.

HEXAE31DD
Decimal17449221
Binary1010111011000111011101
Octal25661335

Shades and tints

Shades of #AE31DD

#AE31DD
(174,49,221)
#9F2DC9
(159,45,201)
#9029B5
(144,41,181)
#8125A1
(129,37,161)
#72218D
(114,33,141)
#631D79
(99,29,121)
#541965
(84,25,101)
#451551
(69,21,81)
#36113D
(54,17,61)
#270D29
(39,13,41)
#180915
(24,9,21)
#000000
(0,0,0)

Tints of #AE31DD

#AE31DD
(174,49,221)
#B543E0
(181,67,224)
#BC55E3
(188,85,227)
#C367E6
(195,103,230)
#CA79E9
(202,121,233)
#D18BEC
(209,139,236)
#D89DEF
(216,157,239)
#DFAFF2
(223,175,242)
#E6C1F5
(230,193,245)
#EDD3F8
(237,211,248)
#F4E5FB
(244,229,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE31DD color. Also use rgb(174,49,221) instead hex code.

Text Font Color

.myTextColor { color: #AE31DD; }

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

This text font color is #AE31DD.


Background Color

.myBgColor { background-color: #AE31DD; }

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

This div background color is #AE31DD.


Border color

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

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

This div border color is #AE31DD.


Opacity

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

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

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

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

This text has shadow with #AE31DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE31DD on black background.


Color preview on white background

This text has color #AE31DD on white background.



Black color preview on #AE31DD background

This text has black color on #AE31DD background.


White color preview on #AE31DD background

This text has white color on #AE31DD background.