COLOR #AD6497

HEX: #AD6497
RGB: (173,100,151)

Color info

#AD6497 contains mainly red and blue colors. Web safe color of #AD6497 is #996699 (or #969).

RGB color model

#AD6497 color RGB value is (173,100,151).

  • red value is 173;
  • green value is 100;
  • blue value is 151.
RGB:
(173,100,151)
(68%,39%,59%)

RGB channels and saturation

R 173 of 255 = 68%
G 100 of 255 = 39%
B 151 of 255 = 59%

173
100
151

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

Portions of RGB colors in percentages

R + G + B =
173 + 100 + 151 = 424 (100%)
R 173 of 424 ~ 40.8%
G 100 of 424 ~ 23.58%
B 151 of 424 ~ 35.61%

%40.8
%23.58
%35.61

CMYK color model

#AD6497 color CMYK value is (0,42,13,32).

  • cyan value is 0.00%
  • magenta value is 42.20%
  • yellow value is 12.72%
  • key color value is 32.16%
CMYK:
(0,42,13,32)
C0M42Y13K32 
(0%,42%,13%,32%)
(0.00/0.42/0.13/0.32)	

CMYK percentages

%0
%42.2
%12.72
%32.16

Codes

Color #AD6497 in popluar color models

AD6497
RGB173100151
HSL318°30.80%53.53%
HSB/HSV318°42.20%67.84%
CMYK0.00%42.20%12.72%
32.16%

Color #AD6497 in popluar number systems.

HEXAD6497
Decimal173100151
Binary10101101110010010010111
Octal255144227

Shades and tints

Shades of #AD6497

#AD6497
(173,100,151)
#9E5B8A
(158,91,138)
#8F527D
(143,82,125)
#804970
(128,73,112)
#714063
(113,64,99)
#623756
(98,55,86)
#532E49
(83,46,73)
#44253C
(68,37,60)
#351C2F
(53,28,47)
#261322
(38,19,34)
#170A15
(23,10,21)
#000000
(0,0,0)

Tints of #AD6497

#AD6497
(173,100,151)
#B472A0
(180,114,160)
#BB80A9
(187,128,169)
#C28EB2
(194,142,178)
#C99CBB
(201,156,187)
#D0AAC4
(208,170,196)
#D7B8CD
(215,184,205)
#DEC6D6
(222,198,214)
#E5D4DF
(229,212,223)
#ECE2E8
(236,226,232)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6497 color. Also use rgb(173,100,151) instead hex code.

Text Font Color

.myTextColor { color: #AD6497; }

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

This text font color is #AD6497.


Background Color

.myBgColor { background-color: #AD6497; }

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

This div background color is #AD6497.


Border color

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

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

This div border color is #AD6497.


Opacity

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

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

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

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

This text has shadow with #AD6497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6497 on black background.


Color preview on white background

This text has color #AD6497 on white background.



Black color preview on #AD6497 background

This text has black color on #AD6497 background.


White color preview on #AD6497 background

This text has white color on #AD6497 background.