COLOR #AD1685

HEX: #AD1685
RGB: (173,22,133)

Color info

#AD1685 contains mainly red and blue colors. Web safe color of #AD1685 is #990099 (or #909).

RGB color model

#AD1685 color RGB value is (173,22,133).

  • red value is 173;
  • green value is 22;
  • blue value is 133.
RGB:
(173,22,133)
(68%,9%,52%)

RGB channels and saturation

R 173 of 255 = 68%
G 22 of 255 = 9%
B 133 of 255 = 52%

173
22
133

R + G + B ~ 43%. #AD1685 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 22 + 133 = 328 (100%)
R 173 of 328 ~ 52.74%
G 22 of 328 ~ 6.71%
B 133 of 328 ~ 40.55%

%52.74
%40.55

CMYK color model

#AD1685 color CMYK value is (0,87,23,32).

  • cyan value is 0.00%
  • magenta value is 87.28%
  • yellow value is 23.12%
  • key color value is 32.16%
CMYK:
(0,87,23,32)
C0M87Y23K32 
(0%,87%,23%,32%)
(0.00/0.87/0.23/0.32)	

CMYK percentages

%0
%87.28
%23.12
%32.16

Codes

Color #AD1685 in popluar color models

AD1685
RGB17322133
HSL316°77.44%38.24%
HSB/HSV316°87.28%67.84%
CMYK0.00%87.28%23.12%
32.16%

Color #AD1685 in popluar number systems.

HEXAD1685
Decimal17322133
Binary101011011011010000101
Octal25526205

Shades and tints

Shades of #AD1685

#AD1685
(173,22,133)
#9E1479
(158,20,121)
#8F126D
(143,18,109)
#801061
(128,16,97)
#710E55
(113,14,85)
#620C49
(98,12,73)
#530A3D
(83,10,61)
#440831
(68,8,49)
#350625
(53,6,37)
#260419
(38,4,25)
#17020D
(23,2,13)
#000000
(0,0,0)

Tints of #AD1685

#AD1685
(173,22,133)
#B42B90
(180,43,144)
#BB409B
(187,64,155)
#C255A6
(194,85,166)
#C96AB1
(201,106,177)
#D07FBC
(208,127,188)
#D794C7
(215,148,199)
#DEA9D2
(222,169,210)
#E5BEDD
(229,190,221)
#ECD3E8
(236,211,232)
#F3E8F3
(243,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD1685 color. Also use rgb(173,22,133) instead hex code.

Text Font Color

.myTextColor { color: #AD1685; }

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

This text font color is #AD1685.


Background Color

.myBgColor { background-color: #AD1685; }

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

This div background color is #AD1685.


Border color

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

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

This div border color is #AD1685.


Opacity

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

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

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

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

This text has shadow with #AD1685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD1685 on black background.


Color preview on white background

This text has color #AD1685 on white background.



Black color preview on #AD1685 background

This text has black color on #AD1685 background.


White color preview on #AD1685 background

This text has white color on #AD1685 background.