COLOR #AD92DD

HEX: #AD92DD
RGB: (173,146,221)

Renk bilgisi

#AD92DD contains mainly red and blue colors. #AD92DD ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AD92DD color RGB value is (173,146,221).

  • kırmız ton 173;
  • yeşil ton 146;
  • mavi ton 221.
RGB:
(173,146,221)
(68%,57%,87%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 146 of 255 = 57%
B 221 of 255 = 87%

173
146
221

R + G + B ~ 71%. #AD92DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 146 + 221 = 540 (100%)
R 173 of 540 ~ 32.04%
G 146 of 540 ~ 27.04%
B 221 of 540 ~ 40.93%

%32.04
%27.04
%40.93

CMYK RENK MODELİ

#AD92DD rengi CMYK tonu (22,34,0,13).

  • camgöbeği tonu 21.72%
  • eflatun tonu 33.94%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(22,34,0,13)
C22M34Y0K13 
(22%,34%,0%,13%)
(0.22/0.34/0.00/0.13)	

CMYK yüzdeleri

%21.72
%33.94
%0
%13.33

Codes

Color #AD92DD in popluar color models

AD92DD
RGB173146221
HSL262°52.45%71.96%
HSB/HSV262°33.94%86.67%
CMYK21.72%33.94%0.00%
13.33%

Color #AD92DD in popluar number systems.

HEXAD92DD
Decimal173146221
Binary101011011001001011011101
Octal255222335

Shades and tints

Shades of #AD92DD

#AD92DD
(173,146,221)
#9E85C9
(158,133,201)
#8F78B5
(143,120,181)
#806BA1
(128,107,161)
#715E8D
(113,94,141)
#625179
(98,81,121)
#534465
(83,68,101)
#443751
(68,55,81)
#352A3D
(53,42,61)
#261D29
(38,29,41)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #AD92DD

#AD92DD
(173,146,221)
#B49BE0
(180,155,224)
#BBA4E3
(187,164,227)
#C2ADE6
(194,173,230)
#C9B6E9
(201,182,233)
#D0BFEC
(208,191,236)
#D7C8EF
(215,200,239)
#DED1F2
(222,209,242)
#E5DAF5
(229,218,245)
#ECE3F8
(236,227,248)
#F3ECFB
(243,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD92DD color. Also use rgb(173,146,221) instead hex code.

Text Font Color

.myTextColor { color: #AD92DD; }

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

This text font color is #AD92DD.


Background Color

.myBgColor { background-color: #AD92DD; }

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

This div background color is #AD92DD.


Border color

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

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

This div border color is #AD92DD.


Opacity

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

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

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

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

This text has shadow with #AD92DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD92DD on black background.


Color preview on white background

This text has color #AD92DD on white background.



Black color preview on #AD92DD background

This text has black color on #AD92DD background.


White color preview on #AD92DD background

This text has white color on #AD92DD background.