COLOR #AD65F0

HEX: #AD65F0
RGB: (173,101,240)

Renk bilgisi

#AD65F0 contains mainly blue color. #AD65F0 ‘ nin web güvenlik rengi #9966FF (ya da #96F) dir.

RGB renk modeli

#AD65F0 color RGB value is (173,101,240).

  • kırmız ton 173;
  • yeşil ton 101;
  • mavi ton 240.
RGB:
(173,101,240)
(68%,40%,94%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 101 of 255 = 40%
B 240 of 255 = 94%

173
101
240

R + G + B ~ 67%. #AD65F0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 101 + 240 = 514 (100%)
R 173 of 514 ~ 33.66%
G 101 of 514 ~ 19.65%
B 240 of 514 ~ 46.69%

%33.66
%19.65
%46.69

CMYK RENK MODELİ

#AD65F0 rengi CMYK tonu (28,58,0,6).

  • camgöbeği tonu 27.92%
  • eflatun tonu 57.92%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(28,58,0,6)
C28M58Y0K6 
(28%,58%,0%,6%)
(0.28/0.58/0.00/0.06)	

CMYK yüzdeleri

%27.92
%57.92
%0
%5.88

Codes

Color #AD65F0 in popluar color models

AD65F0
RGB173101240
HSL271°82.25%66.86%
HSB/HSV271°57.92%94.12%
CMYK27.92%57.92%0.00%
5.88%

Color #AD65F0 in popluar number systems.

HEXAD65F0
Decimal173101240
Binary10101101110010111110000
Octal255145360

Shades and tints

Shades of #AD65F0

#AD65F0
(173,101,240)
#9E5CDB
(158,92,219)
#8F53C6
(143,83,198)
#804AB1
(128,74,177)
#71419C
(113,65,156)
#623887
(98,56,135)
#532F72
(83,47,114)
#44265D
(68,38,93)
#351D48
(53,29,72)
#261433
(38,20,51)
#170B1E
(23,11,30)
#000000
(0,0,0)

Tints of #AD65F0

#AD65F0
(173,101,240)
#B473F1
(180,115,241)
#BB81F2
(187,129,242)
#C28FF3
(194,143,243)
#C99DF4
(201,157,244)
#D0ABF5
(208,171,245)
#D7B9F6
(215,185,246)
#DEC7F7
(222,199,247)
#E5D5F8
(229,213,248)
#ECE3F9
(236,227,249)
#F3F1FA
(243,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD65F0 color. Also use rgb(173,101,240) instead hex code.

Text Font Color

.myTextColor { color: #AD65F0; }

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

This text font color is #AD65F0.


Background Color

.myBgColor { background-color: #AD65F0; }

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

This div background color is #AD65F0.


Border color

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

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

This div border color is #AD65F0.


Opacity

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

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

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

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

This text has shadow with #AD65F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD65F0 on black background.


Color preview on white background

This text has color #AD65F0 on white background.



Black color preview on #AD65F0 background

This text has black color on #AD65F0 background.


White color preview on #AD65F0 background

This text has white color on #AD65F0 background.