COLOR #AD27A5

HEX: #AD27A5
RGB: (173,39,165)

Renk bilgisi

#AD27A5 contains mainly red and blue colors. #AD27A5 ‘ nin web güvenlik rengi #993399 (ya da #939) dir.

RGB renk modeli

#AD27A5 color RGB value is (173,39,165).

  • kırmız ton 173;
  • yeşil ton 39;
  • mavi ton 165.
RGB:
(173,39,165)
(68%,15%,65%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 39 of 255 = 15%
B 165 of 255 = 65%

173
39
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 39 + 165 = 377 (100%)
R 173 of 377 ~ 45.89%
G 39 of 377 ~ 10.34%
B 165 of 377 ~ 43.77%

%45.89
%10.34
%43.77

CMYK RENK MODELİ

#AD27A5 rengi CMYK tonu (0,77,5,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.46%
  • sarı tonu 4.62%
  • ana renk tonu 32.16%
CMYK:
(0,77,5,32)
C0M77Y5K32 
(0%,77%,5%,32%)
(0.00/0.77/0.05/0.32)	

CMYK yüzdeleri

%0
%77.46
%4.62
%32.16

Codes

Color #AD27A5 in popluar color models

AD27A5
RGB17339165
HSL304°63.21%41.57%
HSB/HSV304°77.46%67.84%
CMYK0.00%77.46%4.62%
32.16%

Color #AD27A5 in popluar number systems.

HEXAD27A5
Decimal17339165
Binary1010110110011110100101
Octal25547245

Shades and tints

Shades of #AD27A5

#AD27A5
(173,39,165)
#9E2496
(158,36,150)
#8F2187
(143,33,135)
#801E78
(128,30,120)
#711B69
(113,27,105)
#62185A
(98,24,90)
#53154B
(83,21,75)
#44123C
(68,18,60)
#350F2D
(53,15,45)
#260C1E
(38,12,30)
#17090F
(23,9,15)
#000000
(0,0,0)

Tints of #AD27A5

#AD27A5
(173,39,165)
#B43AAD
(180,58,173)
#BB4DB5
(187,77,181)
#C260BD
(194,96,189)
#C973C5
(201,115,197)
#D086CD
(208,134,205)
#D799D5
(215,153,213)
#DEACDD
(222,172,221)
#E5BFE5
(229,191,229)
#ECD2ED
(236,210,237)
#F3E5F5
(243,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD27A5 color. Also use rgb(173,39,165) instead hex code.

Text Font Color

.myTextColor { color: #AD27A5; }

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

This text font color is #AD27A5.


Background Color

.myBgColor { background-color: #AD27A5; }

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

This div background color is #AD27A5.


Border color

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

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

This div border color is #AD27A5.


Opacity

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

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

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

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

This text has shadow with #AD27A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD27A5 on black background.


Color preview on white background

This text has color #AD27A5 on white background.



Black color preview on #AD27A5 background

This text has black color on #AD27A5 background.


White color preview on #AD27A5 background

This text has white color on #AD27A5 background.