COLOR #AD67D5

HEX: #AD67D5
RGB: (173,103,213)

Color info

#AD67D5 contains mainly red and blue colors. Web safe color of #AD67D5 is #9966CC (or #96C).

RGB color model

#AD67D5 color RGB value is (173,103,213).

  • red value is 173;
  • green value is 103;
  • blue value is 213.
RGB:
(173,103,213)
(68%,40%,84%)

RGB channels and saturation

R 173 of 255 = 68%
G 103 of 255 = 40%
B 213 of 255 = 84%

173
103
213

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

Portions of RGB colors in percentages

R + G + B =
173 + 103 + 213 = 489 (100%)
R 173 of 489 ~ 35.38%
G 103 of 489 ~ 21.06%
B 213 of 489 ~ 43.56%

%35.38
%21.06
%43.56

CMYK color model

#AD67D5 color CMYK value is (19,52,0,16).

  • cyan value is 18.78%
  • magenta value is 51.64%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(19,52,0,16)
C19M52Y0K16 
(19%,52%,0%,16%)
(0.19/0.52/0.00/0.16)	

CMYK percentages

%18.78
%51.64
%0
%16.47

Codes

Color #AD67D5 in popluar color models

AD67D5
RGB173103213
HSL278°56.70%61.96%
HSB/HSV278°51.64%83.53%
CMYK18.78%51.64%0.00%
16.47%

Color #AD67D5 in popluar number systems.

HEXAD67D5
Decimal173103213
Binary10101101110011111010101
Octal255147325

Shades and tints

Shades of #AD67D5

#AD67D5
(173,103,213)
#9E5EC2
(158,94,194)
#8F55AF
(143,85,175)
#804C9C
(128,76,156)
#714389
(113,67,137)
#623A76
(98,58,118)
#533163
(83,49,99)
#442850
(68,40,80)
#351F3D
(53,31,61)
#26162A
(38,22,42)
#170D17
(23,13,23)
#000000
(0,0,0)

Tints of #AD67D5

#AD67D5
(173,103,213)
#B474D8
(180,116,216)
#BB81DB
(187,129,219)
#C28EDE
(194,142,222)
#C99BE1
(201,155,225)
#D0A8E4
(208,168,228)
#D7B5E7
(215,181,231)
#DEC2EA
(222,194,234)
#E5CFED
(229,207,237)
#ECDCF0
(236,220,240)
#F3E9F3
(243,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD67D5 color. Also use rgb(173,103,213) instead hex code.

Text Font Color

.myTextColor { color: #AD67D5; }

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

This text font color is #AD67D5.


Background Color

.myBgColor { background-color: #AD67D5; }

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

This div background color is #AD67D5.


Border color

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

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

This div border color is #AD67D5.


Opacity

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

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

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

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

This text has shadow with #AD67D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD67D5 on black background.


Color preview on white background

This text has color #AD67D5 on white background.



Black color preview on #AD67D5 background

This text has black color on #AD67D5 background.


White color preview on #AD67D5 background

This text has white color on #AD67D5 background.