COLOR #AD72F5

HEX: #AD72F5
RGB: (173,114,245)

Color info

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

RGB color model

#AD72F5 color RGB value is (173,114,245).

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

RGB channels and saturation

R 173 of 255 = 68%
G 114 of 255 = 45%
B 245 of 255 = 96%

173
114
245

R + G + B ~ 70%. #AD72F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 114 + 245 = 532 (100%)
R 173 of 532 ~ 32.52%
G 114 of 532 ~ 21.43%
B 245 of 532 ~ 46.05%

%32.52
%21.43
%46.05

CMYK color model

#AD72F5 color CMYK value is (29,53,0,4).

  • cyan value is 29.39%
  • magenta value is 53.47%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(29,53,0,4)
C29M53Y0K4 
(29%,53%,0%,4%)
(0.29/0.53/0.00/0.04)	

CMYK percentages

%29.39
%53.47
%0
%3.92

Codes

Color #AD72F5 in popluar color models

AD72F5
RGB173114245
HSL267°86.75%70.39%
HSB/HSV267°53.47%96.08%
CMYK29.39%53.47%0.00%
3.92%

Color #AD72F5 in popluar number systems.

HEXAD72F5
Decimal173114245
Binary10101101111001011110101
Octal255162365

Shades and tints

Shades of #AD72F5

#AD72F5
(173,114,245)
#9E68DF
(158,104,223)
#8F5EC9
(143,94,201)
#8054B3
(128,84,179)
#714A9D
(113,74,157)
#624087
(98,64,135)
#533671
(83,54,113)
#442C5B
(68,44,91)
#352245
(53,34,69)
#26182F
(38,24,47)
#170E19
(23,14,25)
#000000
(0,0,0)

Tints of #AD72F5

#AD72F5
(173,114,245)
#B47EF5
(180,126,245)
#BB8AF5
(187,138,245)
#C296F5
(194,150,245)
#C9A2F5
(201,162,245)
#D0AEF5
(208,174,245)
#D7BAF5
(215,186,245)
#DEC6F5
(222,198,245)
#E5D2F5
(229,210,245)
#ECDEF5
(236,222,245)
#F3EAF5
(243,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD72F5; }

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

This text font color is #AD72F5.


Background Color

.myBgColor { background-color: #AD72F5; }

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

This div background color is #AD72F5.


Border color

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

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

This div border color is #AD72F5.


Opacity

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

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

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

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

This text has shadow with #AD72F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD72F5 on black background.


Color preview on white background

This text has color #AD72F5 on white background.



Black color preview on #AD72F5 background

This text has black color on #AD72F5 background.


White color preview on #AD72F5 background

This text has white color on #AD72F5 background.