COLOR #AD15BF

HEX: #AD15BF
RGB: (173,21,191)

Renk bilgisi

#AD15BF contains mainly red and blue colors. #AD15BF ‘ nin web güvenlik rengi #9900CC (ya da #90C) dir.

RGB renk modeli

#AD15BF color RGB value is (173,21,191).

  • kırmız ton 173;
  • yeşil ton 21;
  • mavi ton 191.
RGB:
(173,21,191)
(68%,8%,75%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 21 of 255 = 8%
B 191 of 255 = 75%

173
21
191

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 21 + 191 = 385 (100%)
R 173 of 385 ~ 44.94%
G 21 of 385 ~ 5.45%
B 191 of 385 ~ 49.61%

%44.94
%49.61

CMYK RENK MODELİ

#AD15BF rengi CMYK tonu (9,89,0,25).

  • camgöbeği tonu 9.42%
  • eflatun tonu 89.01%
  • sarı tonu 0.00%
  • ana renk tonu 25.10%
CMYK:
(9,89,0,25)
C9M89Y0K25 
(9%,89%,0%,25%)
(0.09/0.89/0.00/0.25)	

CMYK yüzdeleri

%9.42
%89.01
%0
%25.1

Codes

Color #AD15BF in popluar color models

AD15BF
RGB17321191
HSL294°80.19%41.57%
HSB/HSV294°89.01%74.90%
CMYK9.42%89.01%0.00%
25.10%

Color #AD15BF in popluar number systems.

HEXAD15BF
Decimal17321191
Binary101011011010110111111
Octal25525277

Shades and tints

Shades of #AD15BF

#AD15BF
(173,21,191)
#9E14AE
(158,20,174)
#8F139D
(143,19,157)
#80128C
(128,18,140)
#71117B
(113,17,123)
#62106A
(98,16,106)
#530F59
(83,15,89)
#440E48
(68,14,72)
#350D37
(53,13,55)
#260C26
(38,12,38)
#170B15
(23,11,21)
#000000
(0,0,0)

Tints of #AD15BF

#AD15BF
(173,21,191)
#B42AC4
(180,42,196)
#BB3FC9
(187,63,201)
#C254CE
(194,84,206)
#C969D3
(201,105,211)
#D07ED8
(208,126,216)
#D793DD
(215,147,221)
#DEA8E2
(222,168,226)
#E5BDE7
(229,189,231)
#ECD2EC
(236,210,236)
#F3E7F1
(243,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD15BF color. Also use rgb(173,21,191) instead hex code.

Text Font Color

.myTextColor { color: #AD15BF; }

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

This text font color is #AD15BF.


Background Color

.myBgColor { background-color: #AD15BF; }

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

This div background color is #AD15BF.


Border color

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

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

This div border color is #AD15BF.


Opacity

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

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

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

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

This text has shadow with #AD15BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD15BF on black background.


Color preview on white background

This text has color #AD15BF on white background.



Black color preview on #AD15BF background

This text has black color on #AD15BF background.


White color preview on #AD15BF background

This text has white color on #AD15BF background.