COLOR #AD77AE

HEX: #AD77AE
RGB: (173,119,174)

Color info

#AD77AE contains red, green and blue colors in about the same proportion. Web safe color of #AD77AE is #996699 (or #969).

RGB color model

#AD77AE color RGB value is (173,119,174).

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

RGB channels and saturation

R 173 of 255 = 68%
G 119 of 255 = 47%
B 174 of 255 = 68%

173
119
174

R + G + B ~ 61%. #AD77AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 119 + 174 = 466 (100%)
R 173 of 466 ~ 37.12%
G 119 of 466 ~ 25.54%
B 174 of 466 ~ 37.34%

%37.12
%25.54
%37.34

CMYK color model

#AD77AE color CMYK value is (1,32,0,32).

  • cyan value is 0.57%
  • magenta value is 31.61%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(1,32,0,32)
C1M32Y0K32 
(1%,32%,0%,32%)
(0.01/0.32/0.00/0.32)	

CMYK percentages

%0.57
%31.61
%0
%31.76

Codes

Color #AD77AE in popluar color models

AD77AE
RGB173119174
HSL299°25.35%57.45%
HSB/HSV299°31.61%68.24%
CMYK0.57%31.61%0.00%
31.76%

Color #AD77AE in popluar number systems.

HEXAD77AE
Decimal173119174
Binary10101101111011110101110
Octal255167256

Shades and tints

Shades of #AD77AE

#AD77AE
(173,119,174)
#9E6D9F
(158,109,159)
#8F6390
(143,99,144)
#805981
(128,89,129)
#714F72
(113,79,114)
#624563
(98,69,99)
#533B54
(83,59,84)
#443145
(68,49,69)
#352736
(53,39,54)
#261D27
(38,29,39)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #AD77AE

#AD77AE
(173,119,174)
#B483B5
(180,131,181)
#BB8FBC
(187,143,188)
#C29BC3
(194,155,195)
#C9A7CA
(201,167,202)
#D0B3D1
(208,179,209)
#D7BFD8
(215,191,216)
#DECBDF
(222,203,223)
#E5D7E6
(229,215,230)
#ECE3ED
(236,227,237)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD77AE; }

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

This text font color is #AD77AE.


Background Color

.myBgColor { background-color: #AD77AE; }

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

This div background color is #AD77AE.


Border color

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

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

This div border color is #AD77AE.


Opacity

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

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

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

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

This text has shadow with #AD77AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD77AE on black background.


Color preview on white background

This text has color #AD77AE on white background.



Black color preview on #AD77AE background

This text has black color on #AD77AE background.


White color preview on #AD77AE background

This text has white color on #AD77AE background.