COLOR #AD9FDD

HEX: #AD9FDD RGB: (173,159,221)

Color info

#AD9FDD contains mainly red and blue colors. Web safe color of #AD9FDD is #9999CC (or #99C).

RGB color model

#AD9FDD color RGB value is (173,159,221).

RGB: (173,159,221) (68%, 62%, 87%)

RGB channels and saturation

R 173 of 255 = 68%
G 159 of 255 = 62%
B 221 of 255 = 87%

173
159
221

R + G + B ~ 72%. #AD9FDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 159 + 221 = 553 (100%)
R 173 of 553 ~ 31.28%
G 159 of 553 ~ 28.75%
B 221 of 553 ~ 39.96'%

%31.28
%28.75
%39.96

CMYK color model

#AD9FDD color CMYK value is (22,28,0,13).

  • cyan value is 21.72%
  • magenta value is 28.05%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (22,28,0,13)
C22M28Y0K13 (22%, 28%, 0%, 13%)
(0.22 / 0.28 / 0.00 / 0.13)

CMYK percentages

%21.72
%28.05
%0
%13.33

Codes

Color #AD9FDD in popluar color models

AD 9F DD
RGB 173 159 221
HSL 254° 47.69% 74.51%
HSB/HSV 254° 28.05% 86.67%
CMYK 21.72% 28.05% 0.00%
13.33%

Color #AD9FDD in popluar number systems.

HEX AD 9F DD
Decimal 173 159 221
Binary 10101101 10011111 11011101
Octal 255 237 335

Shades and tints

Shades of #AD9FDD

#AD9FDD
(173,159,221)
#9E91C9
(158,145,201)
#8F83B5
(143,131,181)
#8075A1
(128,117,161)
#71678D
(113,103,141)
#625979
(98,89,121)
#534B65
(83,75,101)
#443D51
(68,61,81)
#352F3D
(53,47,61)
#262129
(38,33,41)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #AD9FDD

#AD9FDD
(173,159,221)
#B4A7E0
(180,167,224)
#BBAFE3
(187,175,227)
#C2B7E6
(194,183,230)
#C9BFE9
(201,191,233)
#D0C7EC
(208,199,236)
#D7CFEF
(215,207,239)
#DED7F2
(222,215,242)
#E5DFF5
(229,223,245)
#ECE7F8
(236,231,248)
#F3EFFB
(243,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9FDD color. Also use rgb(173,159,221) instead hex code.

Text Font Color

.myTextColor { color: #AD9FDD; }

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

This text font color is #AD9FDD.

Background Color

.myBgColor { background-color: #AD9FDD; }

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

This div background color is #AD9FDD.

Border color

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

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

This div border color is #AD9FDD.

Opacity

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

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

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

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

This text has shadow with #AD9FDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9FDD.

Preview

Color preview on black background

This text has color #AD9FDD on black background.


Color preview on white background

This text has color #AD9FDD on white background.


Black color preview on #AD9FDD background

This text has black color on #AD9FDD background.


White color preview on #AD9FDD background

This text has white color on #AD9FDD background.


Related colors

Complementary color

Complementary color for #hex is #526022.


I love getcolorcode.com

Triadic colors

1 #DDAD9F and #9FDDAD with #AD9FDD are triadic colors.

2 #DD9FAD and #9FADDD with #AD9FDD are triadic colors.