COLOR #AD62F9

HEX: #AD62F9
RGB: (173,98,249)

Renk bilgisi

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

RGB renk modeli

#AD62F9 color RGB value is (173,98,249).

  • kırmız ton 173;
  • yeşil ton 98;
  • mavi ton 249.
RGB:
(173,98,249)
(68%,38%,98%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 98 of 255 = 38%
B 249 of 255 = 98%

173
98
249

R + G + B ~ 68%. #AD62F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 98 + 249 = 520 (100%)
R 173 of 520 ~ 33.27%
G 98 of 520 ~ 18.85%
B 249 of 520 ~ 47.88%

%33.27
%18.85
%47.88

CMYK RENK MODELİ

#AD62F9 rengi CMYK tonu (31,61,0,2).

  • camgöbeği tonu 30.52%
  • eflatun tonu 60.64%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(31,61,0,2)
C31M61Y0K2 
(31%,61%,0%,2%)
(0.31/0.61/0.00/0.02)	

CMYK yüzdeleri

%30.52
%60.64
%0
%2.35

Codes

Color #AD62F9 in popluar color models

AD62F9
RGB17398249
HSL270°92.64%68.04%
HSB/HSV270°60.64%97.65%
CMYK30.52%60.64%0.00%
2.35%

Color #AD62F9 in popluar number systems.

HEXAD62F9
Decimal17398249
Binary10101101110001011111001
Octal255142371

Shades and tints

Shades of #AD62F9

#AD62F9
(173,98,249)
#9E5AE3
(158,90,227)
#8F52CD
(143,82,205)
#804AB7
(128,74,183)
#7142A1
(113,66,161)
#623A8B
(98,58,139)
#533275
(83,50,117)
#442A5F
(68,42,95)
#352249
(53,34,73)
#261A33
(38,26,51)
#17121D
(23,18,29)
#000000
(0,0,0)

Tints of #AD62F9

#AD62F9
(173,98,249)
#B470F9
(180,112,249)
#BB7EF9
(187,126,249)
#C28CF9
(194,140,249)
#C99AF9
(201,154,249)
#D0A8F9
(208,168,249)
#D7B6F9
(215,182,249)
#DEC4F9
(222,196,249)
#E5D2F9
(229,210,249)
#ECE0F9
(236,224,249)
#F3EEF9
(243,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD62F9 color. Also use rgb(173,98,249) instead hex code.

Text Font Color

.myTextColor { color: #AD62F9; }

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

This text font color is #AD62F9.


Background Color

.myBgColor { background-color: #AD62F9; }

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

This div background color is #AD62F9.


Border color

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

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

This div border color is #AD62F9.


Opacity

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

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

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

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

This text has shadow with #AD62F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD62F9 on black background.


Color preview on white background

This text has color #AD62F9 on white background.



Black color preview on #AD62F9 background

This text has black color on #AD62F9 background.


White color preview on #AD62F9 background

This text has white color on #AD62F9 background.