COLOR #AD69E4

HEX: #AD69E4
RGB: (173,105,228)

Color info

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

RGB color model

#AD69E4 color RGB value is (173,105,228).

  • red value is 173;
  • green value is 105;
  • blue value is 228.
RGB:
(173,105,228)
(68%,41%,89%)

RGB channels and saturation

R 173 of 255 = 68%
G 105 of 255 = 41%
B 228 of 255 = 89%

173
105
228

R + G + B ~ 66%. #AD69E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 105 + 228 = 506 (100%)
R 173 of 506 ~ 34.19%
G 105 of 506 ~ 20.75%
B 228 of 506 ~ 45.06%

%34.19
%20.75
%45.06

CMYK color model

#AD69E4 color CMYK value is (24,54,0,11).

  • cyan value is 24.12%
  • magenta value is 53.95%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(24,54,0,11)
C24M54Y0K11 
(24%,54%,0%,11%)
(0.24/0.54/0.00/0.11)	

CMYK percentages

%24.12
%53.95
%0
%10.59

Codes

Color #AD69E4 in popluar color models

AD69E4
RGB173105228
HSL273°69.49%65.29%
HSB/HSV273°53.95%89.41%
CMYK24.12%53.95%0.00%
10.59%

Color #AD69E4 in popluar number systems.

HEXAD69E4
Decimal173105228
Binary10101101110100111100100
Octal255151344

Shades and tints

Shades of #AD69E4

#AD69E4
(173,105,228)
#9E60D0
(158,96,208)
#8F57BC
(143,87,188)
#804EA8
(128,78,168)
#714594
(113,69,148)
#623C80
(98,60,128)
#53336C
(83,51,108)
#442A58
(68,42,88)
#352144
(53,33,68)
#261830
(38,24,48)
#170F1C
(23,15,28)
#000000
(0,0,0)

Tints of #AD69E4

#AD69E4
(173,105,228)
#B476E6
(180,118,230)
#BB83E8
(187,131,232)
#C290EA
(194,144,234)
#C99DEC
(201,157,236)
#D0AAEE
(208,170,238)
#D7B7F0
(215,183,240)
#DEC4F2
(222,196,242)
#E5D1F4
(229,209,244)
#ECDEF6
(236,222,246)
#F3EBF8
(243,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD69E4 color. Also use rgb(173,105,228) instead hex code.

Text Font Color

.myTextColor { color: #AD69E4; }

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

This text font color is #AD69E4.


Background Color

.myBgColor { background-color: #AD69E4; }

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

This div background color is #AD69E4.


Border color

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

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

This div border color is #AD69E4.


Opacity

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

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

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

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

This text has shadow with #AD69E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD69E4 on black background.


Color preview on white background

This text has color #AD69E4 on white background.



Black color preview on #AD69E4 background

This text has black color on #AD69E4 background.


White color preview on #AD69E4 background

This text has white color on #AD69E4 background.