COLOR #AD66F9

HEX: #AD66F9 RGB: (173,102,249)

Color info

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

RGB color model

#AD66F9 color RGB value is (173,102,249).

RGB: (173,102,249) (68%, 40%, 98%)

RGB channels and saturation

R 173 of 255 = 68%
G 102 of 255 = 40%
B 249 of 255 = 98%

173
102
249

R + G + B ~ 69%. #AD66F9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 102 + 249 = 524 (100%)
R 173 of 524 ~ 33.02%
G 102 of 524 ~ 19.47%
B 249 of 524 ~ 47.52'%

%33.02
%19.47
%47.52

CMYK color model

#AD66F9 color CMYK value is (31,59,0,2).

  • cyan value is 30.52%
  • magenta value is 59.04%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (31,59,0,2)
C31M59Y0K2 (31%, 59%, 0%, 2%)
(0.31 / 0.59 / 0.00 / 0.02)

CMYK percentages

%30.52
%59.04
%0
%2.35

Codes

Color #AD66F9 in popluar color models

AD 66 F9
RGB 173 102 249
HSL 269° 92.45% 68.82%
HSB/HSV 269° 59.04% 97.65%
CMYK 30.52% 59.04% 0.00%
2.35%

Color #AD66F9 in popluar number systems.

HEX AD 66 F9
Decimal 173 102 249
Binary 10101101 1100110 11111001
Octal 255 146 371

Shades and tints

Shades of #AD66F9

#AD66F9
(173,102,249)
#9E5DE3
(158,93,227)
#8F54CD
(143,84,205)
#804BB7
(128,75,183)
#7142A1
(113,66,161)
#62398B
(98,57,139)
#533075
(83,48,117)
#44275F
(68,39,95)
#351E49
(53,30,73)
#261533
(38,21,51)
#170C1D
(23,12,29)
#000000
(0,0,0)

Tints of #AD66F9

#AD66F9
(173,102,249)
#B473F9
(180,115,249)
#BB80F9
(187,128,249)
#C28DF9
(194,141,249)
#C99AF9
(201,154,249)
#D0A7F9
(208,167,249)
#D7B4F9
(215,180,249)
#DEC1F9
(222,193,249)
#E5CEF9
(229,206,249)
#ECDBF9
(236,219,249)
#F3E8F9
(243,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD66F9 color. Also use rgb(173,102,249) instead hex code.

Text Font Color

.myTextColor { color: #AD66F9; }

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

This text font color is #AD66F9.

Background Color

.myBgColor { background-color: #AD66F9; }

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

This div background color is #AD66F9.

Border color

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

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

This div border color is #AD66F9.

Opacity

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

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

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

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

This text has shadow with #AD66F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD66F9.

Preview

Color preview on black background

This text has color #AD66F9 on black background.


Color preview on white background

This text has color #AD66F9 on white background.


Black color preview on #AD66F9 background

This text has black color on #AD66F9 background.


White color preview on #AD66F9 background

This text has white color on #AD66F9 background.


Related colors

Complementary color

Complementary color for #hex is #529906.


I love getcolorcode.com

Triadic colors

1 #F9AD66 and #66F9AD with #AD66F9 are triadic colors.

2 #F966AD and #66ADF9 with #AD66F9 are triadic colors.