COLOR #AD77D4

HEX: #AD77D4
RGB: (173,119,212)

Color info

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

RGB color model

#AD77D4 color RGB value is (173,119,212).

  • red value is 173;
  • green value is 119;
  • blue value is 212.
RGB:
(173,119,212)
(68%,47%,83%)

RGB channels and saturation

R 173 of 255 = 68%
G 119 of 255 = 47%
B 212 of 255 = 83%

173
119
212

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

Portions of RGB colors in percentages

R + G + B =
173 + 119 + 212 = 504 (100%)
R 173 of 504 ~ 34.33%
G 119 of 504 ~ 23.61%
B 212 of 504 ~ 42.06%

%34.33
%23.61
%42.06

CMYK color model

#AD77D4 color CMYK value is (18,44,0,17).

  • cyan value is 18.40%
  • magenta value is 43.87%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(18,44,0,17)
C18M44Y0K17 
(18%,44%,0%,17%)
(0.18/0.44/0.00/0.17)	

CMYK percentages

%18.4
%43.87
%0
%16.86

Codes

Color #AD77D4 in popluar color models

AD77D4
RGB173119212
HSL275°51.96%64.90%
HSB/HSV275°43.87%83.14%
CMYK18.40%43.87%0.00%
16.86%

Color #AD77D4 in popluar number systems.

HEXAD77D4
Decimal173119212
Binary10101101111011111010100
Octal255167324

Shades and tints

Shades of #AD77D4

#AD77D4
(173,119,212)
#9E6DC1
(158,109,193)
#8F63AE
(143,99,174)
#80599B
(128,89,155)
#714F88
(113,79,136)
#624575
(98,69,117)
#533B62
(83,59,98)
#44314F
(68,49,79)
#35273C
(53,39,60)
#261D29
(38,29,41)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #AD77D4

#AD77D4
(173,119,212)
#B483D7
(180,131,215)
#BB8FDA
(187,143,218)
#C29BDD
(194,155,221)
#C9A7E0
(201,167,224)
#D0B3E3
(208,179,227)
#D7BFE6
(215,191,230)
#DECBE9
(222,203,233)
#E5D7EC
(229,215,236)
#ECE3EF
(236,227,239)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD77D4; }

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

This text font color is #AD77D4.


Background Color

.myBgColor { background-color: #AD77D4; }

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

This div background color is #AD77D4.


Border color

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

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

This div border color is #AD77D4.


Opacity

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

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

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

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

This text has shadow with #AD77D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD77D4 on black background.


Color preview on white background

This text has color #AD77D4 on white background.



Black color preview on #AD77D4 background

This text has black color on #AD77D4 background.


White color preview on #AD77D4 background

This text has white color on #AD77D4 background.