COLOR #AD79BA

HEX: #AD79BA RGB: (173,121,186)

Color info

#AD79BA contains mainly red and blue colors. Web safe color of #AD79BA is #9966CC (or #96C).

RGB color model

#AD79BA color RGB value is (173,121,186).

RGB: (173,121,186) (68%, 47%, 73%)

RGB channels and saturation

R 173 of 255 = 68%
G 121 of 255 = 47%
B 186 of 255 = 73%

173
121
186

R + G + B ~ 63%. #AD79BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 121 + 186 = 480 (100%)
R 173 of 480 ~ 36.04%
G 121 of 480 ~ 25.21%
B 186 of 480 ~ 38.75'%

%36.04
%25.21
%38.75

CMYK color model

#AD79BA color CMYK value is (7,35,0,27).

  • cyan value is 6.99%
  • magenta value is 34.95%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (7,35,0,27)
C7M35Y0K27 (7%, 35%, 0%, 27%)
(0.07 / 0.35 / 0.00 / 0.27)

CMYK percentages

%6.99
%34.95
%0
%27.06

Codes

Color #AD79BA in popluar color models

AD 79 BA
RGB 173 121 186
HSL 288° 32.02% 60.20%
HSB/HSV 288° 34.95% 72.94%
CMYK 6.99% 34.95% 0.00%
27.06%

Color #AD79BA in popluar number systems.

HEX AD 79 BA
Decimal 173 121 186
Binary 10101101 1111001 10111010
Octal 255 171 272

Shades and tints

Shades of #AD79BA

#AD79BA
(173,121,186)
#9E6EAA
(158,110,170)
#8F639A
(143,99,154)
#80588A
(128,88,138)
#714D7A
(113,77,122)
#62426A
(98,66,106)
#53375A
(83,55,90)
#442C4A
(68,44,74)
#35213A
(53,33,58)
#26162A
(38,22,42)
#170B1A
(23,11,26)
#000000
(0,0,0)

Tints of #AD79BA

#AD79BA
(173,121,186)
#B485C0
(180,133,192)
#BB91C6
(187,145,198)
#C29DCC
(194,157,204)
#C9A9D2
(201,169,210)
#D0B5D8
(208,181,216)
#D7C1DE
(215,193,222)
#DECDE4
(222,205,228)
#E5D9EA
(229,217,234)
#ECE5F0
(236,229,240)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD79BA color. Also use rgb(173,121,186) instead hex code.

Text Font Color

.myTextColor { color: #AD79BA; }

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

This text font color is #AD79BA.

Background Color

.myBgColor { background-color: #AD79BA; }

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

This div background color is #AD79BA.

Border color

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

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

This div border color is #AD79BA.

Opacity

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

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

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

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

This text has shadow with #AD79BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD79BA.

Preview

Color preview on black background

This text has color #AD79BA on black background.


Color preview on white background

This text has color #AD79BA on white background.


Black color preview on #AD79BA background

This text has black color on #AD79BA background.


White color preview on #AD79BA background

This text has white color on #AD79BA background.


Related colors

Complementary color

Complementary color for #hex is #528645.


I love getcolorcode.com

Triadic colors

1 #BAAD79 and #79BAAD with #AD79BA are triadic colors.

2 #BA79AD and #79ADBA with #AD79BA are triadic colors.