COLOR #AD56E8

HEX: #AD56E8
RGB: (173,86,232)

Color info

#AD56E8 contains mainly red and blue colors. Web safe color of #AD56E8 is #9966FF (or #96F).

RGB color model

#AD56E8 color RGB value is (173,86,232).

  • red value is 173;
  • green value is 86;
  • blue value is 232.
RGB:
(173,86,232)
(68%,34%,91%)

RGB channels and saturation

R 173 of 255 = 68%
G 86 of 255 = 34%
B 232 of 255 = 91%

173
86
232

R + G + B ~ 64%. #AD56E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 86 + 232 = 491 (100%)
R 173 of 491 ~ 35.23%
G 86 of 491 ~ 17.52%
B 232 of 491 ~ 47.25%

%35.23
%17.52
%47.25

CMYK color model

#AD56E8 color CMYK value is (25,63,0,9).

  • cyan value is 25.43%
  • magenta value is 62.93%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(25,63,0,9)
C25M63Y0K9 
(25%,63%,0%,9%)
(0.25/0.63/0.00/0.09)	

CMYK percentages

%25.43
%62.93
%0
%9.02

Codes

Color #AD56E8 in popluar color models

AD56E8
RGB17386232
HSL276°76.04%62.35%
HSB/HSV276°62.93%90.98%
CMYK25.43%62.93%0.00%
9.02%

Color #AD56E8 in popluar number systems.

HEXAD56E8
Decimal17386232
Binary10101101101011011101000
Octal255126350

Shades and tints

Shades of #AD56E8

#AD56E8
(173,86,232)
#9E4FD3
(158,79,211)
#8F48BE
(143,72,190)
#8041A9
(128,65,169)
#713A94
(113,58,148)
#62337F
(98,51,127)
#532C6A
(83,44,106)
#442555
(68,37,85)
#351E40
(53,30,64)
#26172B
(38,23,43)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #AD56E8

#AD56E8
(173,86,232)
#B465EA
(180,101,234)
#BB74EC
(187,116,236)
#C283EE
(194,131,238)
#C992F0
(201,146,240)
#D0A1F2
(208,161,242)
#D7B0F4
(215,176,244)
#DEBFF6
(222,191,246)
#E5CEF8
(229,206,248)
#ECDDFA
(236,221,250)
#F3ECFC
(243,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD56E8 color. Also use rgb(173,86,232) instead hex code.

Text Font Color

.myTextColor { color: #AD56E8; }

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

This text font color is #AD56E8.


Background Color

.myBgColor { background-color: #AD56E8; }

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

This div background color is #AD56E8.


Border color

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

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

This div border color is #AD56E8.


Opacity

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

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

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

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

This text has shadow with #AD56E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD56E8 on black background.


Color preview on white background

This text has color #AD56E8 on white background.



Black color preview on #AD56E8 background

This text has black color on #AD56E8 background.


White color preview on #AD56E8 background

This text has white color on #AD56E8 background.