COLOR #AD77F1

HEX: #AD77F1
RGB: (173,119,241)

Color info

#AD77F1 contains mainly blue color. Web safe color of #AD77F1 is #9966FF (or #96F).

RGB color model

#AD77F1 color RGB value is (173,119,241).

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

RGB channels and saturation

R 173 of 255 = 68%
G 119 of 255 = 47%
B 241 of 255 = 95%

173
119
241

R + G + B ~ 70%. #AD77F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 119 + 241 = 533 (100%)
R 173 of 533 ~ 32.46%
G 119 of 533 ~ 22.33%
B 241 of 533 ~ 45.22%

%32.46
%22.33
%45.22

CMYK color model

#AD77F1 color CMYK value is (28,51,0,5).

  • cyan value is 28.22%
  • magenta value is 50.62%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(28,51,0,5)
C28M51Y0K5 
(28%,51%,0%,5%)
(0.28/0.51/0.00/0.05)	

CMYK percentages

%28.22
%50.62
%0
%5.49

Codes

Color #AD77F1 in popluar color models

AD77F1
RGB173119241
HSL267°81.33%70.59%
HSB/HSV267°50.62%94.51%
CMYK28.22%50.62%0.00%
5.49%

Color #AD77F1 in popluar number systems.

HEXAD77F1
Decimal173119241
Binary10101101111011111110001
Octal255167361

Shades and tints

Shades of #AD77F1

#AD77F1
(173,119,241)
#9E6DDC
(158,109,220)
#8F63C7
(143,99,199)
#8059B2
(128,89,178)
#714F9D
(113,79,157)
#624588
(98,69,136)
#533B73
(83,59,115)
#44315E
(68,49,94)
#352749
(53,39,73)
#261D34
(38,29,52)
#17131F
(23,19,31)
#000000
(0,0,0)

Tints of #AD77F1

#AD77F1
(173,119,241)
#B483F2
(180,131,242)
#BB8FF3
(187,143,243)
#C29BF4
(194,155,244)
#C9A7F5
(201,167,245)
#D0B3F6
(208,179,246)
#D7BFF7
(215,191,247)
#DECBF8
(222,203,248)
#E5D7F9
(229,215,249)
#ECE3FA
(236,227,250)
#F3EFFB
(243,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD77F1; }

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

This text font color is #AD77F1.


Background Color

.myBgColor { background-color: #AD77F1; }

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

This div background color is #AD77F1.


Border color

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

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

This div border color is #AD77F1.


Opacity

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

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

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

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

This text has shadow with #AD77F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD77F1 on black background.


Color preview on white background

This text has color #AD77F1 on white background.



Black color preview on #AD77F1 background

This text has black color on #AD77F1 background.


White color preview on #AD77F1 background

This text has white color on #AD77F1 background.