COLOR #AD92F2

HEX: #AD92F2
RGB: (173,146,242)

Color info

#AD92F2 contains mainly blue color. Web safe color of #AD92F2 is #9999FF (or #99F).

RGB color model

#AD92F2 color RGB value is (173,146,242).

  • red value is 173;
  • green value is 146;
  • blue value is 242.
RGB:
(173,146,242)
(68%,57%,95%)

RGB channels and saturation

R 173 of 255 = 68%
G 146 of 255 = 57%
B 242 of 255 = 95%

173
146
242

R + G + B ~ 73%. #AD92F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 146 + 242 = 561 (100%)
R 173 of 561 ~ 30.84%
G 146 of 561 ~ 26.02%
B 242 of 561 ~ 43.14%

%30.84
%26.02
%43.14

CMYK color model

#AD92F2 color CMYK value is (29,40,0,5).

  • cyan value is 28.51%
  • magenta value is 39.67%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(29,40,0,5)
C29M40Y0K5 
(29%,40%,0%,5%)
(0.29/0.40/0.00/0.05)	

CMYK percentages

%28.51
%39.67
%0
%5.1

Codes

Color #AD92F2 in popluar color models

AD92F2
RGB173146242
HSL257°78.69%76.08%
HSB/HSV257°39.67%94.90%
CMYK28.51%39.67%0.00%
5.10%

Color #AD92F2 in popluar number systems.

HEXAD92F2
Decimal173146242
Binary101011011001001011110010
Octal255222362

Shades and tints

Shades of #AD92F2

#AD92F2
(173,146,242)
#9E85DC
(158,133,220)
#8F78C6
(143,120,198)
#806BB0
(128,107,176)
#715E9A
(113,94,154)
#625184
(98,81,132)
#53446E
(83,68,110)
#443758
(68,55,88)
#352A42
(53,42,66)
#261D2C
(38,29,44)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #AD92F2

#AD92F2
(173,146,242)
#B49BF3
(180,155,243)
#BBA4F4
(187,164,244)
#C2ADF5
(194,173,245)
#C9B6F6
(201,182,246)
#D0BFF7
(208,191,247)
#D7C8F8
(215,200,248)
#DED1F9
(222,209,249)
#E5DAFA
(229,218,250)
#ECE3FB
(236,227,251)
#F3ECFC
(243,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD92F2; }

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

This text font color is #AD92F2.


Background Color

.myBgColor { background-color: #AD92F2; }

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

This div background color is #AD92F2.


Border color

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

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

This div border color is #AD92F2.


Opacity

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

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

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

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

This text has shadow with #AD92F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD92F2 on black background.


Color preview on white background

This text has color #AD92F2 on white background.



Black color preview on #AD92F2 background

This text has black color on #AD92F2 background.


White color preview on #AD92F2 background

This text has white color on #AD92F2 background.