COLOR #AD5499

HEX: #AD5499
RGB: (173,84,153)

Renk bilgisi

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

RGB renk modeli

#AD5499 color RGB value is (173,84,153).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 84 of 255 = 33%
B 153 of 255 = 60%

173
84
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 84 + 153 = 410 (100%)
R 173 of 410 ~ 42.2%
G 84 of 410 ~ 20.49%
B 153 of 410 ~ 37.32%

%42.2
%20.49
%37.32

CMYK RENK MODELİ

#AD5499 rengi CMYK tonu (0,51,12,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.45%
  • sarı tonu 11.56%
  • ana renk tonu 32.16%
CMYK:
(0,51,12,32)
C0M51Y12K32 
(0%,51%,12%,32%)
(0.00/0.51/0.12/0.32)	

CMYK yüzdeleri

%0
%51.45
%11.56
%32.16

Codes

Color #AD5499 in popluar color models

AD5499
RGB17384153
HSL313°35.18%50.39%
HSB/HSV313°51.45%67.84%
CMYK0.00%51.45%11.56%
32.16%

Color #AD5499 in popluar number systems.

HEXAD5499
Decimal17384153
Binary10101101101010010011001
Octal255124231

Shades and tints

Shades of #AD5499

#AD5499
(173,84,153)
#9E4D8C
(158,77,140)
#8F467F
(143,70,127)
#803F72
(128,63,114)
#713865
(113,56,101)
#623158
(98,49,88)
#532A4B
(83,42,75)
#44233E
(68,35,62)
#351C31
(53,28,49)
#261524
(38,21,36)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #AD5499

#AD5499
(173,84,153)
#B463A2
(180,99,162)
#BB72AB
(187,114,171)
#C281B4
(194,129,180)
#C990BD
(201,144,189)
#D09FC6
(208,159,198)
#D7AECF
(215,174,207)
#DEBDD8
(222,189,216)
#E5CCE1
(229,204,225)
#ECDBEA
(236,219,234)
#F3EAF3
(243,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD5499; }

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

This text font color is #AD5499.


Background Color

.myBgColor { background-color: #AD5499; }

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

This div background color is #AD5499.


Border color

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

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

This div border color is #AD5499.


Opacity

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

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

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

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

This text has shadow with #AD5499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5499 on black background.


Color preview on white background

This text has color #AD5499 on white background.



Black color preview on #AD5499 background

This text has black color on #AD5499 background.


White color preview on #AD5499 background

This text has white color on #AD5499 background.