COLOR #A97CCB

HEX: #A97CCB
RGB: (169,124,203)

Color info

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

RGB color model

#A97CCB color RGB value is (169,124,203).

  • red value is 169;
  • green value is 124;
  • blue value is 203.
RGB:
(169,124,203)
(66%,49%,80%)

RGB channels and saturation

R 169 of 255 = 66%
G 124 of 255 = 49%
B 203 of 255 = 80%

169
124
203

R + G + B ~ 65%. #A97CCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 124 + 203 = 496 (100%)
R 169 of 496 ~ 34.07%
G 124 of 496 ~ 25%
B 203 of 496 ~ 40.93%

%34.07
%25
%40.93

CMYK color model

#A97CCB color CMYK value is (17,39,0,20).

  • cyan value is 16.75%
  • magenta value is 38.92%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(17,39,0,20)
C17M39Y0K20 
(17%,39%,0%,20%)
(0.17/0.39/0.00/0.20)	

CMYK percentages

%16.75
%38.92
%0
%20.39

Codes

Color #A97CCB in popluar color models

A97CCB
RGB169124203
HSL274°43.17%64.12%
HSB/HSV274°38.92%79.61%
CMYK16.75%38.92%0.00%
20.39%

Color #A97CCB in popluar number systems.

HEXA97CCB
Decimal169124203
Binary10101001111110011001011
Octal251174313

Shades and tints

Shades of #A97CCB

#A97CCB
(169,124,203)
#9A71B9
(154,113,185)
#8B66A7
(139,102,167)
#7C5B95
(124,91,149)
#6D5083
(109,80,131)
#5E4571
(94,69,113)
#4F3A5F
(79,58,95)
#402F4D
(64,47,77)
#31243B
(49,36,59)
#221929
(34,25,41)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #A97CCB

#A97CCB
(169,124,203)
#B087CF
(176,135,207)
#B792D3
(183,146,211)
#BE9DD7
(190,157,215)
#C5A8DB
(197,168,219)
#CCB3DF
(204,179,223)
#D3BEE3
(211,190,227)
#DAC9E7
(218,201,231)
#E1D4EB
(225,212,235)
#E8DFEF
(232,223,239)
#EFEAF3
(239,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97CCB color. Also use rgb(169,124,203) instead hex code.

Text Font Color

.myTextColor { color: #A97CCB; }

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

This text font color is #A97CCB.


Background Color

.myBgColor { background-color: #A97CCB; }

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

This div background color is #A97CCB.


Border color

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

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

This div border color is #A97CCB.


Opacity

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

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

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

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

This text has shadow with #A97CCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97CCB on black background.


Color preview on white background

This text has color #A97CCB on white background.



Black color preview on #A97CCB background

This text has black color on #A97CCB background.


White color preview on #A97CCB background

This text has white color on #A97CCB background.