COLOR #AD4EB1

HEX: #AD4EB1
RGB: (173,78,177)

Renk bilgisi

#AD4EB1 contains mainly red and blue colors. #AD4EB1 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AD4EB1 color RGB value is (173,78,177).

  • kırmız ton 173;
  • yeşil ton 78;
  • mavi ton 177.
RGB:
(173,78,177)
(68%,31%,69%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 78 of 255 = 31%
B 177 of 255 = 69%

173
78
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 78 + 177 = 428 (100%)
R 173 of 428 ~ 40.42%
G 78 of 428 ~ 18.22%
B 177 of 428 ~ 41.36%

%40.42
%18.22
%41.36

CMYK RENK MODELİ

#AD4EB1 rengi CMYK tonu (2,56,0,31).

  • camgöbeği tonu 2.26%
  • eflatun tonu 55.93%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(2,56,0,31)
C2M56Y0K31 
(2%,56%,0%,31%)
(0.02/0.56/0.00/0.31)	

CMYK yüzdeleri

%2.26
%55.93
%0
%30.59

Codes

Color #AD4EB1 in popluar color models

AD4EB1
RGB17378177
HSL298°38.82%50.00%
HSB/HSV298°55.93%69.41%
CMYK2.26%55.93%0.00%
30.59%

Color #AD4EB1 in popluar number systems.

HEXAD4EB1
Decimal17378177
Binary10101101100111010110001
Octal255116261

Shades and tints

Shades of #AD4EB1

#AD4EB1
(173,78,177)
#9E47A1
(158,71,161)
#8F4091
(143,64,145)
#803981
(128,57,129)
#713271
(113,50,113)
#622B61
(98,43,97)
#532451
(83,36,81)
#441D41
(68,29,65)
#351631
(53,22,49)
#260F21
(38,15,33)
#170811
(23,8,17)
#000000
(0,0,0)

Tints of #AD4EB1

#AD4EB1
(173,78,177)
#B45EB8
(180,94,184)
#BB6EBF
(187,110,191)
#C27EC6
(194,126,198)
#C98ECD
(201,142,205)
#D09ED4
(208,158,212)
#D7AEDB
(215,174,219)
#DEBEE2
(222,190,226)
#E5CEE9
(229,206,233)
#ECDEF0
(236,222,240)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4EB1 color. Also use rgb(173,78,177) instead hex code.

Text Font Color

.myTextColor { color: #AD4EB1; }

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

This text font color is #AD4EB1.


Background Color

.myBgColor { background-color: #AD4EB1; }

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

This div background color is #AD4EB1.


Border color

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

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

This div border color is #AD4EB1.


Opacity

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

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

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

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

This text has shadow with #AD4EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4EB1 on black background.


Color preview on white background

This text has color #AD4EB1 on white background.



Black color preview on #AD4EB1 background

This text has black color on #AD4EB1 background.


White color preview on #AD4EB1 background

This text has white color on #AD4EB1 background.