COLOR #AD6492

HEX: #AD6492
RGB: (173,100,146)

Color info

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

RGB color model

#AD6492 color RGB value is (173,100,146).

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

RGB channels and saturation

R 173 of 255 = 68%
G 100 of 255 = 39%
B 146 of 255 = 57%

173
100
146

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

Portions of RGB colors in percentages

R + G + B =
173 + 100 + 146 = 419 (100%)
R 173 of 419 ~ 41.29%
G 100 of 419 ~ 23.87%
B 146 of 419 ~ 34.84%

%41.29
%23.87
%34.84

CMYK color model

#AD6492 color CMYK value is (0,42,16,32).

  • cyan value is 0.00%
  • magenta value is 42.20%
  • yellow value is 15.61%
  • key color value is 32.16%
CMYK:
(0,42,16,32)
C0M42Y16K32 
(0%,42%,16%,32%)
(0.00/0.42/0.16/0.32)	

CMYK percentages

%0
%42.2
%15.61
%32.16

Codes

Color #AD6492 in popluar color models

AD6492
RGB173100146
HSL322°30.80%53.53%
HSB/HSV322°42.20%67.84%
CMYK0.00%42.20%15.61%
32.16%

Color #AD6492 in popluar number systems.

HEXAD6492
Decimal173100146
Binary10101101110010010010010
Octal255144222

Shades and tints

Shades of #AD6492

#AD6492
(173,100,146)
#9E5B85
(158,91,133)
#8F5278
(143,82,120)
#80496B
(128,73,107)
#71405E
(113,64,94)
#623751
(98,55,81)
#532E44
(83,46,68)
#442537
(68,37,55)
#351C2A
(53,28,42)
#26131D
(38,19,29)
#170A10
(23,10,16)
#000000
(0,0,0)

Tints of #AD6492

#AD6492
(173,100,146)
#B4729B
(180,114,155)
#BB80A4
(187,128,164)
#C28EAD
(194,142,173)
#C99CB6
(201,156,182)
#D0AABF
(208,170,191)
#D7B8C8
(215,184,200)
#DEC6D1
(222,198,209)
#E5D4DA
(229,212,218)
#ECE2E3
(236,226,227)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6492; }

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

This text font color is #AD6492.


Background Color

.myBgColor { background-color: #AD6492; }

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

This div background color is #AD6492.


Border color

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

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

This div border color is #AD6492.


Opacity

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

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

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

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

This text has shadow with #AD6492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6492 on black background.


Color preview on white background

This text has color #AD6492 on white background.



Black color preview on #AD6492 background

This text has black color on #AD6492 background.


White color preview on #AD6492 background

This text has white color on #AD6492 background.