COLOR #AD55F3

HEX: #AD55F3
RGB: (173,85,243)

Color info

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

RGB color model

#AD55F3 color RGB value is (173,85,243).

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

RGB channels and saturation

R 173 of 255 = 68%
G 85 of 255 = 33%
B 243 of 255 = 95%

173
85
243

R + G + B ~ 65%. #AD55F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 85 + 243 = 501 (100%)
R 173 of 501 ~ 34.53%
G 85 of 501 ~ 16.97%
B 243 of 501 ~ 48.5%

%34.53
%16.97
%48.5

CMYK color model

#AD55F3 color CMYK value is (29,65,0,5).

  • cyan value is 28.81%
  • magenta value is 65.02%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(29,65,0,5)
C29M65Y0K5 
(29%,65%,0%,5%)
(0.29/0.65/0.00/0.05)	

CMYK percentages

%28.81
%65.02
%0
%4.71

Codes

Color #AD55F3 in popluar color models

AD55F3
RGB17385243
HSL273°86.81%64.31%
HSB/HSV273°65.02%95.29%
CMYK28.81%65.02%0.00%
4.71%

Color #AD55F3 in popluar number systems.

HEXAD55F3
Decimal17385243
Binary10101101101010111110011
Octal255125363

Shades and tints

Shades of #AD55F3

#AD55F3
(173,85,243)
#9E4EDD
(158,78,221)
#8F47C7
(143,71,199)
#8040B1
(128,64,177)
#71399B
(113,57,155)
#623285
(98,50,133)
#532B6F
(83,43,111)
#442459
(68,36,89)
#351D43
(53,29,67)
#26162D
(38,22,45)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #AD55F3

#AD55F3
(173,85,243)
#B464F4
(180,100,244)
#BB73F5
(187,115,245)
#C282F6
(194,130,246)
#C991F7
(201,145,247)
#D0A0F8
(208,160,248)
#D7AFF9
(215,175,249)
#DEBEFA
(222,190,250)
#E5CDFB
(229,205,251)
#ECDCFC
(236,220,252)
#F3EBFD
(243,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD55F3; }

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

This text font color is #AD55F3.


Background Color

.myBgColor { background-color: #AD55F3; }

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

This div background color is #AD55F3.


Border color

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

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

This div border color is #AD55F3.


Opacity

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

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

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

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

This text has shadow with #AD55F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD55F3 on black background.


Color preview on white background

This text has color #AD55F3 on white background.



Black color preview on #AD55F3 background

This text has black color on #AD55F3 background.


White color preview on #AD55F3 background

This text has white color on #AD55F3 background.