COLOR #A97ABE

HEX: #A97ABE
RGB: (169,122,190)

Color info

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

RGB color model

#A97ABE color RGB value is (169,122,190).

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

RGB channels and saturation

R 169 of 255 = 66%
G 122 of 255 = 48%
B 190 of 255 = 75%

169
122
190

R + G + B ~ 63%. #A97ABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 122 + 190 = 481 (100%)
R 169 of 481 ~ 35.14%
G 122 of 481 ~ 25.36%
B 190 of 481 ~ 39.5%

%35.14
%25.36
%39.5

CMYK color model

#A97ABE color CMYK value is (11,36,0,25).

  • cyan value is 11.05%
  • magenta value is 35.79%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (11,36,0,25) C11M36Y0K25 (11%,36%,0%,25%) (0.11/0.36/0.00/0.25)

CMYK percentages

%11.05
%35.79
%0
%25.49

Codes

Color #A97ABE in popluar color models

A97ABE
RGB169122190
HSL281°34.34%61.18%
HSB/HSV281°35.79%74.51%
CMYK11.05%35.79%0.00%
25.49%

Color #A97ABE in popluar number systems.

HEXA97ABE
Decimal169122190
Binary10101001111101010111110
Octal251172276

Shades and tints

Shades of #A97ABE

#A97ABE
(169,122,190)
#9A6FAD
(154,111,173)
#8B649C
(139,100,156)
#7C598B
(124,89,139)
#6D4E7A
(109,78,122)
#5E4369
(94,67,105)
#4F3858
(79,56,88)
#402D47
(64,45,71)
#312236
(49,34,54)
#221725
(34,23,37)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #A97ABE

#A97ABE
(169,122,190)
#B086C3
(176,134,195)
#B792C8
(183,146,200)
#BE9ECD
(190,158,205)
#C5AAD2
(197,170,210)
#CCB6D7
(204,182,215)
#D3C2DC
(211,194,220)
#DACEE1
(218,206,225)
#E1DAE6
(225,218,230)
#E8E6EB
(232,230,235)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97ABE; }

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

This text font color is #A97ABE.


Background Color

.myBgColor { background-color: #A97ABE; }

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

This div background color is #A97ABE.


Border color

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

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

This div border color is #A97ABE.


Opacity

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

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

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

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

This text has shadow with #A97ABE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A97ABE on black background.


Color preview on white background

This text has color #A97ABE on white background.



Black color preview on #A97ABE background

This text has black color on #A97ABE background.


White color preview on #A97ABE background

This text has white color on #A97ABE background.