COLOR #AD77BE

HEX: #AD77BE RGB: (173,119,190)

Color info

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

RGB color model

#AD77BE color RGB value is (173,119,190).

RGB: (173,119,190) (68%, 47%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 119 of 255 = 47%
B 190 of 255 = 75%

173
119
190

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

Portions of RGB colors in percentages

R + G + B = 173 + 119 + 190 = 482 (100%)
R 173 of 482 ~ 35.89%
G 119 of 482 ~ 24.69%
B 190 of 482 ~ 39.42'%

%35.89
%24.69
%39.42

CMYK color model

#AD77BE color CMYK value is (9,37,0,25).

  • cyan value is 8.95%
  • magenta value is 37.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (9,37,0,25) C9M37Y0K25 (9%,37%,0%,25%) (0.09/0.37/0.00/0.25) 

CMYK percentages

%8.95
%37.37
%0
%25.49

Codes

Color #AD77BE in popluar color models

AD 77 BE
RGB 173 119 190
HSL 286° 35.32% 60.59%
HSB/HSV 286° 37.37% 74.51%
CMYK 8.95% 37.37% 0.00%
25.49%

Color #AD77BE in popluar number systems.

HEX AD 77 BE
Decimal 173 119 190
Binary 10101101 1110111 10111110
Octal 255 167 276

Shades and tints

Shades of #AD77BE

#AD77BE
(173,119,190)
#9E6DAD
(158,109,173)
#8F639C
(143,99,156)
#80598B
(128,89,139)
#714F7A
(113,79,122)
#624569
(98,69,105)
#533B58
(83,59,88)
#443147
(68,49,71)
#352736
(53,39,54)
#261D25
(38,29,37)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #AD77BE

#AD77BE
(173,119,190)
#B483C3
(180,131,195)
#BB8FC8
(187,143,200)
#C29BCD
(194,155,205)
#C9A7D2
(201,167,210)
#D0B3D7
(208,179,215)
#D7BFDC
(215,191,220)
#DECBE1
(222,203,225)
#E5D7E6
(229,215,230)
#ECE3EB
(236,227,235)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD77BE color. Also use rgb(173,119,190) instead hex code.

Text Font Color

.myTextColor { color: #AD77BE; }

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

This text font color is #AD77BE.

Background Color

.myBgColor { background-color: #AD77BE; }

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

This div background color is #AD77BE.

Border color

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

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

This div border color is #AD77BE.

Opacity

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

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

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

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

This text has shadow with #AD77BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD77BE.

Preview

Color preview on black background

This text has color #AD77BE on black background.


Color preview on white background

This text has color #AD77BE on white background.


Black color preview on #AD77BE background

This text has black color on #AD77BE background.


White color preview on #AD77BE background

This text has white color on #AD77BE background.


Related colors

Complementary color

Complementary color for #hex is #528841.


I love getcolorcode.com

Triadic colors

1 #BEAD77 and #77BEAD with #AD77BE are triadic colors.

2 #BE77AD and #77ADBE with #AD77BE are triadic colors.