COLOR #AD7AC4

HEX: #AD7AC4
RGB: (173,122,196)

Color info

#AD7AC4 contains mainly red and blue colors. Web safe color of #AD7AC4 is #9966CC (or #96C).

RGB color model

#AD7AC4 color RGB value is (173,122,196).

  • red value is 173;
  • green value is 122;
  • blue value is 196.
RGB:
(173,122,196)
(68%,48%,77%)

RGB channels and saturation

R 173 of 255 = 68%
G 122 of 255 = 48%
B 196 of 255 = 77%

173
122
196

R + G + B ~ 64%. #AD7AC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 122 + 196 = 491 (100%)
R 173 of 491 ~ 35.23%
G 122 of 491 ~ 24.85%
B 196 of 491 ~ 39.92%

%35.23
%24.85
%39.92

CMYK color model

#AD7AC4 color CMYK value is (12,38,0,23).

  • cyan value is 11.73%
  • magenta value is 37.76%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(12,38,0,23)
C12M38Y0K23 
(12%,38%,0%,23%)
(0.12/0.38/0.00/0.23)	

CMYK percentages

%11.73
%37.76
%0
%23.14

Codes

Color #AD7AC4 in popluar color models

AD7AC4
RGB173122196
HSL281°38.54%62.35%
HSB/HSV281°37.76%76.86%
CMYK11.73%37.76%0.00%
23.14%

Color #AD7AC4 in popluar number systems.

HEXAD7AC4
Decimal173122196
Binary10101101111101011000100
Octal255172304

Shades and tints

Shades of #AD7AC4

#AD7AC4
(173,122,196)
#9E6FB3
(158,111,179)
#8F64A2
(143,100,162)
#805991
(128,89,145)
#714E80
(113,78,128)
#62436F
(98,67,111)
#53385E
(83,56,94)
#442D4D
(68,45,77)
#35223C
(53,34,60)
#26172B
(38,23,43)
#170C1A
(23,12,26)
#000000
(0,0,0)

Tints of #AD7AC4

#AD7AC4
(173,122,196)
#B486C9
(180,134,201)
#BB92CE
(187,146,206)
#C29ED3
(194,158,211)
#C9AAD8
(201,170,216)
#D0B6DD
(208,182,221)
#D7C2E2
(215,194,226)
#DECEE7
(222,206,231)
#E5DAEC
(229,218,236)
#ECE6F1
(236,230,241)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7AC4 color. Also use rgb(173,122,196) instead hex code.

Text Font Color

.myTextColor { color: #AD7AC4; }

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

This text font color is #AD7AC4.


Background Color

.myBgColor { background-color: #AD7AC4; }

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

This div background color is #AD7AC4.


Border color

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

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

This div border color is #AD7AC4.


Opacity

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

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

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

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

This text has shadow with #AD7AC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7AC4 on black background.


Color preview on white background

This text has color #AD7AC4 on white background.



Black color preview on #AD7AC4 background

This text has black color on #AD7AC4 background.


White color preview on #AD7AC4 background

This text has white color on #AD7AC4 background.