COLOR #AD7599

HEX: #AD7599
RGB: (173,117,153)

Color info

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

RGB color model

#AD7599 color RGB value is (173,117,153).

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

RGB channels and saturation

R 173 of 255 = 68%
G 117 of 255 = 46%
B 153 of 255 = 60%

173
117
153

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

Portions of RGB colors in percentages

R + G + B =
173 + 117 + 153 = 443 (100%)
R 173 of 443 ~ 39.05%
G 117 of 443 ~ 26.41%
B 153 of 443 ~ 34.54%

%39.05
%26.41
%34.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.37%
  • yellow value is 11.56%
  • key color value is 32.16%
CMYK:
(0,32,12,32)
C0M32Y12K32 
(0%,32%,12%,32%)
(0.00/0.32/0.12/0.32)	

CMYK percentages

%0
%32.37
%11.56
%32.16

Codes

Color #AD7599 in popluar color models

AD7599
RGB173117153
HSL321°25.45%56.86%
HSB/HSV321°32.37%67.84%
CMYK0.00%32.37%11.56%
32.16%

Color #AD7599 in popluar number systems.

HEXAD7599
Decimal173117153
Binary10101101111010110011001
Octal255165231

Shades and tints

Shades of #AD7599

#AD7599
(173,117,153)
#9E6B8C
(158,107,140)
#8F617F
(143,97,127)
#805772
(128,87,114)
#714D65
(113,77,101)
#624358
(98,67,88)
#53394B
(83,57,75)
#442F3E
(68,47,62)
#352531
(53,37,49)
#261B24
(38,27,36)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #AD7599

#AD7599
(173,117,153)
#B481A2
(180,129,162)
#BB8DAB
(187,141,171)
#C299B4
(194,153,180)
#C9A5BD
(201,165,189)
#D0B1C6
(208,177,198)
#D7BDCF
(215,189,207)
#DEC9D8
(222,201,216)
#E5D5E1
(229,213,225)
#ECE1EA
(236,225,234)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7599; }

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

This text font color is #AD7599.


Background Color

.myBgColor { background-color: #AD7599; }

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

This div background color is #AD7599.


Border color

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

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

This div border color is #AD7599.


Opacity

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

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

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

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

This text has shadow with #AD7599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7599 on black background.


Color preview on white background

This text has color #AD7599 on white background.



Black color preview on #AD7599 background

This text has black color on #AD7599 background.


White color preview on #AD7599 background

This text has white color on #AD7599 background.