COLOR #AD87CA

HEX: #AD87CA RGB: (173,135,202)

Color info

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

RGB color model

#AD87CA color RGB value is (173,135,202).

RGB: (173,135,202) (68%, 53%, 79%)

RGB channels and saturation

R 173 of 255 = 68%
G 135 of 255 = 53%
B 202 of 255 = 79%

173
135
202

R + G + B ~ 67%. #AD87CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 135 + 202 = 510 (100%)
R 173 of 510 ~ 33.92%
G 135 of 510 ~ 26.47%
B 202 of 510 ~ 39.61'%

%33.92
%26.47
%39.61

CMYK color model

#AD87CA color CMYK value is (14,33,0,21).

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

CMYK: (14,33,0,21)
C14M33Y0K21 (14%, 33%, 0%, 21%)
(0.14 / 0.33 / 0.00 / 0.21)

CMYK percentages

%14.36
%33.17
%0
%20.78

Codes

Color #AD87CA in popluar color models

AD 87 CA
RGB 173 135 202
HSL 274° 38.73% 66.08%
HSB/HSV 274° 33.17% 79.22%
CMYK 14.36% 33.17% 0.00%
20.78%

Color #AD87CA in popluar number systems.

HEX AD 87 CA
Decimal 173 135 202
Binary 10101101 10000111 11001010
Octal 255 207 312

Shades and tints

Shades of #AD87CA

#AD87CA
(173,135,202)
#9E7BB8
(158,123,184)
#8F6FA6
(143,111,166)
#806394
(128,99,148)
#715782
(113,87,130)
#624B70
(98,75,112)
#533F5E
(83,63,94)
#44334C
(68,51,76)
#35273A
(53,39,58)
#261B28
(38,27,40)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #AD87CA

#AD87CA
(173,135,202)
#B491CE
(180,145,206)
#BB9BD2
(187,155,210)
#C2A5D6
(194,165,214)
#C9AFDA
(201,175,218)
#D0B9DE
(208,185,222)
#D7C3E2
(215,195,226)
#DECDE6
(222,205,230)
#E5D7EA
(229,215,234)
#ECE1EE
(236,225,238)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD87CA; }

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

This text font color is #AD87CA.

Background Color

.myBgColor { background-color: #AD87CA; }

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

This div background color is #AD87CA.

Border color

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

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

This div border color is #AD87CA.

Opacity

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

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

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

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

This text has shadow with #AD87CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD87CA.

Preview

Color preview on black background

This text has color #AD87CA on black background.


Color preview on white background

This text has color #AD87CA on white background.


Black color preview on #AD87CA background

This text has black color on #AD87CA background.


White color preview on #AD87CA background

This text has white color on #AD87CA background.


Related colors

Complementary color

Complementary color for #hex is #527835.


I love getcolorcode.com

Triadic colors

1 #CAAD87 and #87CAAD with #AD87CA are triadic colors.

2 #CA87AD and #87ADCA with #AD87CA are triadic colors.