COLOR #AD5699

HEX: #AD5699
RGB: (173,86,153)

Renk bilgisi

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

RGB renk modeli

#AD5699 color RGB value is (173,86,153).

  • kırmız ton 173;
  • yeşil ton 86;
  • mavi ton 153.
RGB:
(173,86,153)
(68%,34%,60%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 86 of 255 = 34%
B 153 of 255 = 60%

173
86
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 86 + 153 = 412 (100%)
R 173 of 412 ~ 41.99%
G 86 of 412 ~ 20.87%
B 153 of 412 ~ 37.14%

%41.99
%20.87
%37.14

CMYK RENK MODELİ

#AD5699 rengi CMYK tonu (0,50,12,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.29%
  • sarı tonu 11.56%
  • ana renk tonu 32.16%
CMYK:
(0,50,12,32)
C0M50Y12K32 
(0%,50%,12%,32%)
(0.00/0.50/0.12/0.32)	

CMYK yüzdeleri

%0
%50.29
%11.56
%32.16

Codes

Color #AD5699 in popluar color models

AD5699
RGB17386153
HSL314°34.66%50.78%
HSB/HSV314°50.29%67.84%
CMYK0.00%50.29%11.56%
32.16%

Color #AD5699 in popluar number systems.

HEXAD5699
Decimal17386153
Binary10101101101011010011001
Octal255126231

Shades and tints

Shades of #AD5699

#AD5699
(173,86,153)
#9E4F8C
(158,79,140)
#8F487F
(143,72,127)
#804172
(128,65,114)
#713A65
(113,58,101)
#623358
(98,51,88)
#532C4B
(83,44,75)
#44253E
(68,37,62)
#351E31
(53,30,49)
#261724
(38,23,36)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #AD5699

#AD5699
(173,86,153)
#B465A2
(180,101,162)
#BB74AB
(187,116,171)
#C283B4
(194,131,180)
#C992BD
(201,146,189)
#D0A1C6
(208,161,198)
#D7B0CF
(215,176,207)
#DEBFD8
(222,191,216)
#E5CEE1
(229,206,225)
#ECDDEA
(236,221,234)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5699 color. Also use rgb(173,86,153) instead hex code.

Text Font Color

.myTextColor { color: #AD5699; }

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

This text font color is #AD5699.


Background Color

.myBgColor { background-color: #AD5699; }

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

This div background color is #AD5699.


Border color

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

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

This div border color is #AD5699.


Opacity

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

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

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

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

This text has shadow with #AD5699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5699 on black background.


Color preview on white background

This text has color #AD5699 on white background.



Black color preview on #AD5699 background

This text has black color on #AD5699 background.


White color preview on #AD5699 background

This text has white color on #AD5699 background.