COLOR #AD5CC3

HEX: #AD5CC3
RGB: (173,92,195)

Renk bilgisi

#AD5CC3 contains mainly red and blue colors. #AD5CC3 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AD5CC3 color RGB value is (173,92,195).

  • kırmız ton 173;
  • yeşil ton 92;
  • mavi ton 195.
RGB:
(173,92,195)
(68%,36%,76%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 92 of 255 = 36%
B 195 of 255 = 76%

173
92
195

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 92 + 195 = 460 (100%)
R 173 of 460 ~ 37.61%
G 92 of 460 ~ 20%
B 195 of 460 ~ 42.39%

%37.61
%20
%42.39

CMYK RENK MODELİ

#AD5CC3 rengi CMYK tonu (11,53,0,24).

  • camgöbeği tonu 11.28%
  • eflatun tonu 52.82%
  • sarı tonu 0.00%
  • ana renk tonu 23.53%
CMYK:
(11,53,0,24)
C11M53Y0K24 
(11%,53%,0%,24%)
(0.11/0.53/0.00/0.24)	

CMYK yüzdeleri

%11.28
%52.82
%0
%23.53

Codes

Color #AD5CC3 in popluar color models

AD5CC3
RGB17392195
HSL287°46.19%56.27%
HSB/HSV287°52.82%76.47%
CMYK11.28%52.82%0.00%
23.53%

Color #AD5CC3 in popluar number systems.

HEXAD5CC3
Decimal17392195
Binary10101101101110011000011
Octal255134303

Shades and tints

Shades of #AD5CC3

#AD5CC3
(173,92,195)
#9E54B2
(158,84,178)
#8F4CA1
(143,76,161)
#804490
(128,68,144)
#713C7F
(113,60,127)
#62346E
(98,52,110)
#532C5D
(83,44,93)
#44244C
(68,36,76)
#351C3B
(53,28,59)
#26142A
(38,20,42)
#170C19
(23,12,25)
#000000
(0,0,0)

Tints of #AD5CC3

#AD5CC3
(173,92,195)
#B46AC8
(180,106,200)
#BB78CD
(187,120,205)
#C286D2
(194,134,210)
#C994D7
(201,148,215)
#D0A2DC
(208,162,220)
#D7B0E1
(215,176,225)
#DEBEE6
(222,190,230)
#E5CCEB
(229,204,235)
#ECDAF0
(236,218,240)
#F3E8F5
(243,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5CC3 color. Also use rgb(173,92,195) instead hex code.

Text Font Color

.myTextColor { color: #AD5CC3; }

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

This text font color is #AD5CC3.


Background Color

.myBgColor { background-color: #AD5CC3; }

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

This div background color is #AD5CC3.


Border color

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

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

This div border color is #AD5CC3.


Opacity

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

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

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

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

This text has shadow with #AD5CC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5CC3 on black background.


Color preview on white background

This text has color #AD5CC3 on white background.



Black color preview on #AD5CC3 background

This text has black color on #AD5CC3 background.


White color preview on #AD5CC3 background

This text has white color on #AD5CC3 background.