COLOR #AD72F3

HEX: #AD72F3
RGB: (173,114,243)

Color info

#AD72F3 contains mainly blue color. Web safe color of #AD72F3 is #9966FF (or #96F).

RGB color model

#AD72F3 color RGB value is (173,114,243).

  • red value is 173;
  • green value is 114;
  • blue value is 243.
RGB:
(173,114,243)
(68%,45%,95%)

RGB channels and saturation

R 173 of 255 = 68%
G 114 of 255 = 45%
B 243 of 255 = 95%

173
114
243

R + G + B ~ 69%. #AD72F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 114 + 243 = 530 (100%)
R 173 of 530 ~ 32.64%
G 114 of 530 ~ 21.51%
B 243 of 530 ~ 45.85%

%32.64
%21.51
%45.85

CMYK color model

#AD72F3 color CMYK value is (29,53,0,5).

  • cyan value is 28.81%
  • magenta value is 53.09%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(29,53,0,5)
C29M53Y0K5 
(29%,53%,0%,5%)
(0.29/0.53/0.00/0.05)	

CMYK percentages

%28.81
%53.09
%0
%4.71

Codes

Color #AD72F3 in popluar color models

AD72F3
RGB173114243
HSL267°84.31%70.00%
HSB/HSV267°53.09%95.29%
CMYK28.81%53.09%0.00%
4.71%

Color #AD72F3 in popluar number systems.

HEXAD72F3
Decimal173114243
Binary10101101111001011110011
Octal255162363

Shades and tints

Shades of #AD72F3

#AD72F3
(173,114,243)
#9E68DD
(158,104,221)
#8F5EC7
(143,94,199)
#8054B1
(128,84,177)
#714A9B
(113,74,155)
#624085
(98,64,133)
#53366F
(83,54,111)
#442C59
(68,44,89)
#352243
(53,34,67)
#26182D
(38,24,45)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #AD72F3

#AD72F3
(173,114,243)
#B47EF4
(180,126,244)
#BB8AF5
(187,138,245)
#C296F6
(194,150,246)
#C9A2F7
(201,162,247)
#D0AEF8
(208,174,248)
#D7BAF9
(215,186,249)
#DEC6FA
(222,198,250)
#E5D2FB
(229,210,251)
#ECDEFC
(236,222,252)
#F3EAFD
(243,234,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD72F3 color. Also use rgb(173,114,243) instead hex code.

Text Font Color

.myTextColor { color: #AD72F3; }

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

This text font color is #AD72F3.


Background Color

.myBgColor { background-color: #AD72F3; }

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

This div background color is #AD72F3.


Border color

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

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

This div border color is #AD72F3.


Opacity

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

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

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

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

This text has shadow with #AD72F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD72F3 on black background.


Color preview on white background

This text has color #AD72F3 on white background.



Black color preview on #AD72F3 background

This text has black color on #AD72F3 background.


White color preview on #AD72F3 background

This text has white color on #AD72F3 background.