COLOR #A97ADB

HEX: #A97ADB
RGB: (169,122,219)

Color info

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

RGB color model

#A97ADB color RGB value is (169,122,219).

  • red value is 169;
  • green value is 122;
  • blue value is 219.
RGB:
(169,122,219)
(66%,48%,86%)

RGB channels and saturation

R 169 of 255 = 66%
G 122 of 255 = 48%
B 219 of 255 = 86%

169
122
219

R + G + B ~ 67%. #A97ADB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 122 + 219 = 510 (100%)
R 169 of 510 ~ 33.14%
G 122 of 510 ~ 23.92%
B 219 of 510 ~ 42.94%

%33.14
%23.92
%42.94

CMYK color model

#A97ADB color CMYK value is (23,44,0,14).

  • cyan value is 22.83%
  • magenta value is 44.29%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(23,44,0,14)
C23M44Y0K14 
(23%,44%,0%,14%)
(0.23/0.44/0.00/0.14)	

CMYK percentages

%22.83
%44.29
%0
%14.12

Codes

Color #A97ADB in popluar color models

A97ADB
RGB169122219
HSL269°57.40%66.86%
HSB/HSV269°44.29%85.88%
CMYK22.83%44.29%0.00%
14.12%

Color #A97ADB in popluar number systems.

HEXA97ADB
Decimal169122219
Binary10101001111101011011011
Octal251172333

Shades and tints

Shades of #A97ADB

#A97ADB
(169,122,219)
#9A6FC8
(154,111,200)
#8B64B5
(139,100,181)
#7C59A2
(124,89,162)
#6D4E8F
(109,78,143)
#5E437C
(94,67,124)
#4F3869
(79,56,105)
#402D56
(64,45,86)
#312243
(49,34,67)
#221730
(34,23,48)
#130C1D
(19,12,29)
#000000
(0,0,0)

Tints of #A97ADB

#A97ADB
(169,122,219)
#B086DE
(176,134,222)
#B792E1
(183,146,225)
#BE9EE4
(190,158,228)
#C5AAE7
(197,170,231)
#CCB6EA
(204,182,234)
#D3C2ED
(211,194,237)
#DACEF0
(218,206,240)
#E1DAF3
(225,218,243)
#E8E6F6
(232,230,246)
#EFF2F9
(239,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97ADB color. Also use rgb(169,122,219) instead hex code.

Text Font Color

.myTextColor { color: #A97ADB; }

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

This text font color is #A97ADB.


Background Color

.myBgColor { background-color: #A97ADB; }

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

This div background color is #A97ADB.


Border color

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

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

This div border color is #A97ADB.


Opacity

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

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

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

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

This text has shadow with #A97ADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97ADB on black background.


Color preview on white background

This text has color #A97ADB on white background.



Black color preview on #A97ADB background

This text has black color on #A97ADB background.


White color preview on #A97ADB background

This text has white color on #A97ADB background.