COLOR #AD10D3

HEX: #AD10D3
RGB: (173,16,211)

Renk bilgisi

#AD10D3 contains mainly red and blue colors. #AD10D3 ‘ nin web güvenlik rengi #9900CC (ya da #90C) dir.

RGB renk modeli

#AD10D3 color RGB value is (173,16,211).

  • kırmız ton 173;
  • yeşil ton 16;
  • mavi ton 211.
RGB:
(173,16,211)
(68%,6%,83%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 16 of 255 = 6%
B 211 of 255 = 83%

173
16
211

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 16 + 211 = 400 (100%)
R 173 of 400 ~ 43.25%
G 16 of 400 ~ 4%
B 211 of 400 ~ 52.75%

%43.25
%52.75

CMYK RENK MODELİ

#AD10D3 rengi CMYK tonu (18,92,0,17).

  • camgöbeği tonu 18.01%
  • eflatun tonu 92.42%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(18,92,0,17)
C18M92Y0K17 
(18%,92%,0%,17%)
(0.18/0.92/0.00/0.17)	

CMYK yüzdeleri

%18.01
%92.42
%0
%17.25

Codes

Color #AD10D3 in popluar color models

AD10D3
RGB17316211
HSL288°85.90%44.51%
HSB/HSV288°92.42%82.75%
CMYK18.01%92.42%0.00%
17.25%

Color #AD10D3 in popluar number systems.

HEXAD10D3
Decimal17316211
Binary101011011000011010011
Octal25520323

Shades and tints

Shades of #AD10D3

#AD10D3
(173,16,211)
#9E0FC0
(158,15,192)
#8F0EAD
(143,14,173)
#800D9A
(128,13,154)
#710C87
(113,12,135)
#620B74
(98,11,116)
#530A61
(83,10,97)
#44094E
(68,9,78)
#35083B
(53,8,59)
#260728
(38,7,40)
#170615
(23,6,21)
#000000
(0,0,0)

Tints of #AD10D3

#AD10D3
(173,16,211)
#B425D7
(180,37,215)
#BB3ADB
(187,58,219)
#C24FDF
(194,79,223)
#C964E3
(201,100,227)
#D079E7
(208,121,231)
#D78EEB
(215,142,235)
#DEA3EF
(222,163,239)
#E5B8F3
(229,184,243)
#ECCDF7
(236,205,247)
#F3E2FB
(243,226,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD10D3 color. Also use rgb(173,16,211) instead hex code.

Text Font Color

.myTextColor { color: #AD10D3; }

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

This text font color is #AD10D3.


Background Color

.myBgColor { background-color: #AD10D3; }

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

This div background color is #AD10D3.


Border color

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

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

This div border color is #AD10D3.


Opacity

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

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

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

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

This text has shadow with #AD10D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD10D3 on black background.


Color preview on white background

This text has color #AD10D3 on white background.



Black color preview on #AD10D3 background

This text has black color on #AD10D3 background.


White color preview on #AD10D3 background

This text has white color on #AD10D3 background.