COLOR #AD2699

HEX: #AD2699
RGB: (173,38,153)

Color info

#AD2699 contains mainly red and blue colors. Web safe color of #AD2699 is #993399 (or #939).

RGB color model

#AD2699 color RGB value is (173,38,153).

  • red value is 173;
  • green value is 38;
  • blue value is 153.
RGB:
(173,38,153)
(68%,15%,60%)

RGB channels and saturation

R 173 of 255 = 68%
G 38 of 255 = 15%
B 153 of 255 = 60%

173
38
153

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

Portions of RGB colors in percentages

R + G + B =
173 + 38 + 153 = 364 (100%)
R 173 of 364 ~ 47.53%
G 38 of 364 ~ 10.44%
B 153 of 364 ~ 42.03%

%47.53
%10.44
%42.03

CMYK color model

#AD2699 color CMYK value is (0,78,12,32).

  • cyan value is 0.00%
  • magenta value is 78.03%
  • yellow value is 11.56%
  • key color value is 32.16%
CMYK:
(0,78,12,32)
C0M78Y12K32 
(0%,78%,12%,32%)
(0.00/0.78/0.12/0.32)	

CMYK percentages

%0
%78.03
%11.56
%32.16

Codes

Color #AD2699 in popluar color models

AD2699
RGB17338153
HSL309°63.98%41.37%
HSB/HSV309°78.03%67.84%
CMYK0.00%78.03%11.56%
32.16%

Color #AD2699 in popluar number systems.

HEXAD2699
Decimal17338153
Binary1010110110011010011001
Octal25546231

Shades and tints

Shades of #AD2699

#AD2699
(173,38,153)
#9E238C
(158,35,140)
#8F207F
(143,32,127)
#801D72
(128,29,114)
#711A65
(113,26,101)
#621758
(98,23,88)
#53144B
(83,20,75)
#44113E
(68,17,62)
#350E31
(53,14,49)
#260B24
(38,11,36)
#170817
(23,8,23)
#000000
(0,0,0)

Tints of #AD2699

#AD2699
(173,38,153)
#B439A2
(180,57,162)
#BB4CAB
(187,76,171)
#C25FB4
(194,95,180)
#C972BD
(201,114,189)
#D085C6
(208,133,198)
#D798CF
(215,152,207)
#DEABD8
(222,171,216)
#E5BEE1
(229,190,225)
#ECD1EA
(236,209,234)
#F3E4F3
(243,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD2699 color. Also use rgb(173,38,153) instead hex code.

Text Font Color

.myTextColor { color: #AD2699; }

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

This text font color is #AD2699.


Background Color

.myBgColor { background-color: #AD2699; }

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

This div background color is #AD2699.


Border color

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

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

This div border color is #AD2699.


Opacity

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

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

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

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

This text has shadow with #AD2699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD2699 on black background.


Color preview on white background

This text has color #AD2699 on white background.



Black color preview on #AD2699 background

This text has black color on #AD2699 background.


White color preview on #AD2699 background

This text has white color on #AD2699 background.