COLOR #AD84CA

HEX: #AD84CA RGB: (173,132,202)

Color info

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

RGB color model

#AD84CA color RGB value is (173,132,202).

RGB: (173,132,202) (68%, 52%, 79%)

RGB channels and saturation

R 173 of 255 = 68%
G 132 of 255 = 52%
B 202 of 255 = 79%

173
132
202

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

Portions of RGB colors in percentages

R + G + B = 173 + 132 + 202 = 507 (100%)
R 173 of 507 ~ 34.12%
G 132 of 507 ~ 26.04%
B 202 of 507 ~ 39.84'%

%34.12
%26.04
%39.84

CMYK color model

#AD84CA color CMYK value is (14,35,0,21).

  • cyan value is 14.36%
  • magenta value is 34.65%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (14,35,0,21)
C14M35Y0K21 (14%, 35%, 0%, 21%)
(0.14 / 0.35 / 0.00 / 0.21)

CMYK percentages

%14.36
%34.65
%0
%20.78

Codes

Color #AD84CA in popluar color models

AD 84 CA
RGB 173 132 202
HSL 275° 39.77% 65.49%
HSB/HSV 275° 34.65% 79.22%
CMYK 14.36% 34.65% 0.00%
20.78%

Color #AD84CA in popluar number systems.

HEX AD 84 CA
Decimal 173 132 202
Binary 10101101 10000100 11001010
Octal 255 204 312

Shades and tints

Shades of #AD84CA

#AD84CA
(173,132,202)
#9E78B8
(158,120,184)
#8F6CA6
(143,108,166)
#806094
(128,96,148)
#715482
(113,84,130)
#624870
(98,72,112)
#533C5E
(83,60,94)
#44304C
(68,48,76)
#35243A
(53,36,58)
#261828
(38,24,40)
#170C16
(23,12,22)
#000000
(0,0,0)

Tints of #AD84CA

#AD84CA
(173,132,202)
#B48FCE
(180,143,206)
#BB9AD2
(187,154,210)
#C2A5D6
(194,165,214)
#C9B0DA
(201,176,218)
#D0BBDE
(208,187,222)
#D7C6E2
(215,198,226)
#DED1E6
(222,209,230)
#E5DCEA
(229,220,234)
#ECE7EE
(236,231,238)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD84CA color. Also use rgb(173,132,202) instead hex code.

Text Font Color

.myTextColor { color: #AD84CA; }

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

This text font color is #AD84CA.

Background Color

.myBgColor { background-color: #AD84CA; }

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

This div background color is #AD84CA.

Border color

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

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

This div border color is #AD84CA.

Opacity

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

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

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

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

This text has shadow with #AD84CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD84CA.

Preview

Color preview on black background

This text has color #AD84CA on black background.


Color preview on white background

This text has color #AD84CA on white background.


Black color preview on #AD84CA background

This text has black color on #AD84CA background.


White color preview on #AD84CA background

This text has white color on #AD84CA background.


Related colors

Complementary color

Complementary color for #hex is #527B35.


I love getcolorcode.com

Triadic colors

1 #CAAD84 and #84CAAD with #AD84CA are triadic colors.

2 #CA84AD and #84ADCA with #AD84CA are triadic colors.