COLOR #ADA1DD

HEX: #ADA1DD RGB: (173,161,221)

Color info

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

RGB color model

#ADA1DD color RGB value is (173,161,221).

RGB: (173,161,221) (68%, 63%, 87%)

RGB channels and saturation

R 173 of 255 = 68%
G 161 of 255 = 63%
B 221 of 255 = 87%

173
161
221

R + G + B ~ 73%. #ADA1DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 161 + 221 = 555 (100%)
R 173 of 555 ~ 31.17%
G 161 of 555 ~ 29.01%
B 221 of 555 ~ 39.82'%

%31.17
%29.01
%39.82

CMYK color model

#ADA1DD color CMYK value is (22,27,0,13).

  • cyan value is 21.72%
  • magenta value is 27.15%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (22,27,0,13) C22M27Y0K13 (22%,27%,0%,13%) (0.22/0.27/0.00/0.13) 

CMYK percentages

%21.72
%27.15
%0
%13.33

Codes

Color #ADA1DD in popluar color models

AD A1 DD
RGB 173 161 221
HSL 252° 46.88% 74.90%
HSB/HSV 252° 27.15% 86.67%
CMYK 21.72% 27.15% 0.00%
13.33%

Color #ADA1DD in popluar number systems.

HEX AD A1 DD
Decimal 173 161 221
Binary 10101101 10100001 11011101
Octal 255 241 335

Shades and tints

Shades of #ADA1DD

#ADA1DD
(173,161,221)
#9E93C9
(158,147,201)
#8F85B5
(143,133,181)
#8077A1
(128,119,161)
#71698D
(113,105,141)
#625B79
(98,91,121)
#534D65
(83,77,101)
#443F51
(68,63,81)
#35313D
(53,49,61)
#262329
(38,35,41)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #ADA1DD

#ADA1DD
(173,161,221)
#B4A9E0
(180,169,224)
#BBB1E3
(187,177,227)
#C2B9E6
(194,185,230)
#C9C1E9
(201,193,233)
#D0C9EC
(208,201,236)
#D7D1EF
(215,209,239)
#DED9F2
(222,217,242)
#E5E1F5
(229,225,245)
#ECE9F8
(236,233,248)
#F3F1FB
(243,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA1DD; }

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

This text font color is #ADA1DD.

Background Color

.myBgColor { background-color: #ADA1DD; }

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

This div background color is #ADA1DD.

Border color

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

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

This div border color is #ADA1DD.

Opacity

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

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

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

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

This text has shadow with #ADA1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA1DD.

Preview

Color preview on black background

This text has color #ADA1DD on black background.


Color preview on white background

This text has color #ADA1DD on white background.


Black color preview on #ADA1DD background

This text has black color on #ADA1DD background.


White color preview on #ADA1DD background

This text has white color on #ADA1DD background.


Related colors

Complementary color

Complementary color for #hex is #525E22.


I love getcolorcode.com

Triadic colors

1 #DDADA1 and #A1DDAD with #ADA1DD are triadic colors.

2 #DDA1AD and #A1ADDD with #ADA1DD are triadic colors.