COLOR #AD61CF

HEX: #AD61CF
RGB: (173,97,207)

Color info

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

RGB color model

#AD61CF color RGB value is (173,97,207).

  • red value is 173;
  • green value is 97;
  • blue value is 207.
RGB:
(173,97,207)
(68%,38%,81%)

RGB channels and saturation

R 173 of 255 = 68%
G 97 of 255 = 38%
B 207 of 255 = 81%

173
97
207

R + G + B ~ 62%. #AD61CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 97 + 207 = 477 (100%)
R 173 of 477 ~ 36.27%
G 97 of 477 ~ 20.34%
B 207 of 477 ~ 43.4%

%36.27
%20.34
%43.4

CMYK color model

#AD61CF color CMYK value is (16,53,0,19).

  • cyan value is 16.43%
  • magenta value is 53.14%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(16,53,0,19)
C16M53Y0K19 
(16%,53%,0%,19%)
(0.16/0.53/0.00/0.19)	

CMYK percentages

%16.43
%53.14
%0
%18.82

Codes

Color #AD61CF in popluar color models

AD61CF
RGB17397207
HSL281°53.40%59.61%
HSB/HSV281°53.14%81.18%
CMYK16.43%53.14%0.00%
18.82%

Color #AD61CF in popluar number systems.

HEXAD61CF
Decimal17397207
Binary10101101110000111001111
Octal255141317

Shades and tints

Shades of #AD61CF

#AD61CF
(173,97,207)
#9E59BD
(158,89,189)
#8F51AB
(143,81,171)
#804999
(128,73,153)
#714187
(113,65,135)
#623975
(98,57,117)
#533163
(83,49,99)
#442951
(68,41,81)
#35213F
(53,33,63)
#26192D
(38,25,45)
#17111B
(23,17,27)
#000000
(0,0,0)

Tints of #AD61CF

#AD61CF
(173,97,207)
#B46FD3
(180,111,211)
#BB7DD7
(187,125,215)
#C28BDB
(194,139,219)
#C999DF
(201,153,223)
#D0A7E3
(208,167,227)
#D7B5E7
(215,181,231)
#DEC3EB
(222,195,235)
#E5D1EF
(229,209,239)
#ECDFF3
(236,223,243)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD61CF color. Also use rgb(173,97,207) instead hex code.

Text Font Color

.myTextColor { color: #AD61CF; }

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

This text font color is #AD61CF.


Background Color

.myBgColor { background-color: #AD61CF; }

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

This div background color is #AD61CF.


Border color

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

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

This div border color is #AD61CF.


Opacity

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

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

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

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

This text has shadow with #AD61CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD61CF on black background.


Color preview on white background

This text has color #AD61CF on white background.



Black color preview on #AD61CF background

This text has black color on #AD61CF background.


White color preview on #AD61CF background

This text has white color on #AD61CF background.