COLOR #AD569F

HEX: #AD569F
RGB: (173,86,159)

Renk bilgisi

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

RGB renk modeli

#AD569F color RGB value is (173,86,159).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 86 of 255 = 34%
B 159 of 255 = 62%

173
86
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 86 + 159 = 418 (100%)
R 173 of 418 ~ 41.39%
G 86 of 418 ~ 20.57%
B 159 of 418 ~ 38.04%

%41.39
%20.57
%38.04

CMYK RENK MODELİ

#AD569F rengi CMYK tonu (0,50,8,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.29%
  • sarı tonu 8.09%
  • ana renk tonu 32.16%
CMYK:
(0,50,8,32)
C0M50Y8K32 
(0%,50%,8%,32%)
(0.00/0.50/0.08/0.32)	

CMYK yüzdeleri

%0
%50.29
%8.09
%32.16

Codes

Color #AD569F in popluar color models

AD569F
RGB17386159
HSL310°34.66%50.78%
HSB/HSV310°50.29%67.84%
CMYK0.00%50.29%8.09%
32.16%

Color #AD569F in popluar number systems.

HEXAD569F
Decimal17386159
Binary10101101101011010011111
Octal255126237

Shades and tints

Shades of #AD569F

#AD569F
(173,86,159)
#9E4F91
(158,79,145)
#8F4883
(143,72,131)
#804175
(128,65,117)
#713A67
(113,58,103)
#623359
(98,51,89)
#532C4B
(83,44,75)
#44253D
(68,37,61)
#351E2F
(53,30,47)
#261721
(38,23,33)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #AD569F

#AD569F
(173,86,159)
#B465A7
(180,101,167)
#BB74AF
(187,116,175)
#C283B7
(194,131,183)
#C992BF
(201,146,191)
#D0A1C7
(208,161,199)
#D7B0CF
(215,176,207)
#DEBFD7
(222,191,215)
#E5CEDF
(229,206,223)
#ECDDE7
(236,221,231)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD569F; }

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

This text font color is #AD569F.


Background Color

.myBgColor { background-color: #AD569F; }

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

This div background color is #AD569F.


Border color

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

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

This div border color is #AD569F.


Opacity

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

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

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

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

This text has shadow with #AD569F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD569F on black background.


Color preview on white background

This text has color #AD569F on white background.



Black color preview on #AD569F background

This text has black color on #AD569F background.


White color preview on #AD569F background

This text has white color on #AD569F background.