COLOR #AE7ADB

HEX: #AE7ADB
RGB: (174,122,219)

Renk bilgisi

#AE7ADB contains mainly red and blue colors. #AE7ADB ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AE7ADB color RGB value is (174,122,219).

  • kırmız ton 174;
  • yeşil ton 122;
  • mavi ton 219.
RGB:
(174,122,219)
(68%,48%,86%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 122 of 255 = 48%
B 219 of 255 = 86%

174
122
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 122 + 219 = 515 (100%)
R 174 of 515 ~ 33.79%
G 122 of 515 ~ 23.69%
B 219 of 515 ~ 42.52%

%33.79
%23.69
%42.52

CMYK RENK MODELİ

#AE7ADB rengi CMYK tonu (21,44,0,14).

  • camgöbeği tonu 20.55%
  • eflatun tonu 44.29%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(21,44,0,14)
C21M44Y0K14 
(21%,44%,0%,14%)
(0.21/0.44/0.00/0.14)	

CMYK yüzdeleri

%20.55
%44.29
%0
%14.12

Codes

Color #AE7ADB in popluar color models

AE7ADB
RGB174122219
HSL272°57.40%66.86%
HSB/HSV272°44.29%85.88%
CMYK20.55%44.29%0.00%
14.12%

Color #AE7ADB in popluar number systems.

HEXAE7ADB
Decimal174122219
Binary10101110111101011011011
Octal256172333

Shades and tints

Shades of #AE7ADB

#AE7ADB
(174,122,219)
#9F6FC8
(159,111,200)
#9064B5
(144,100,181)
#8159A2
(129,89,162)
#724E8F
(114,78,143)
#63437C
(99,67,124)
#543869
(84,56,105)
#452D56
(69,45,86)
#362243
(54,34,67)
#271730
(39,23,48)
#180C1D
(24,12,29)
#000000
(0,0,0)

Tints of #AE7ADB

#AE7ADB
(174,122,219)
#B586DE
(181,134,222)
#BC92E1
(188,146,225)
#C39EE4
(195,158,228)
#CAAAE7
(202,170,231)
#D1B6EA
(209,182,234)
#D8C2ED
(216,194,237)
#DFCEF0
(223,206,240)
#E6DAF3
(230,218,243)
#EDE6F6
(237,230,246)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7ADB color. Also use rgb(174,122,219) instead hex code.

Text Font Color

.myTextColor { color: #AE7ADB; }

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

This text font color is #AE7ADB.


Background Color

.myBgColor { background-color: #AE7ADB; }

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

This div background color is #AE7ADB.


Border color

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

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

This div border color is #AE7ADB.


Opacity

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

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

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

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

This text has shadow with #AE7ADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7ADB on black background.


Color preview on white background

This text has color #AE7ADB on white background.



Black color preview on #AE7ADB background

This text has black color on #AE7ADB background.


White color preview on #AE7ADB background

This text has white color on #AE7ADB background.