COLOR #A17CBF

HEX: #A17CBF
RGB: (161,124,191)

Color info

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

RGB color model

#A17CBF color RGB value is (161,124,191).

  • red value is 161;
  • green value is 124;
  • blue value is 191.
RGB:
(161,124,191)
(63%,49%,75%)

RGB channels and saturation

R 161 of 255 = 63%
G 124 of 255 = 49%
B 191 of 255 = 75%

161
124
191

R + G + B ~ 62%. #A17CBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 124 + 191 = 476 (100%)
R 161 of 476 ~ 33.82%
G 124 of 476 ~ 26.05%
B 191 of 476 ~ 40.13%

%33.82
%26.05
%40.13

CMYK color model

#A17CBF color CMYK value is (16,35,0,25).

  • cyan value is 15.71%
  • magenta value is 35.08%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(16,35,0,25)
C16M35Y0K25 
(16%,35%,0%,25%)
(0.16/0.35/0.00/0.25)	

CMYK percentages

%15.71
%35.08
%0
%25.1

Codes

Color #A17CBF in popluar color models

A17CBF
RGB161124191
HSL273°34.36%61.76%
HSB/HSV273°35.08%74.90%
CMYK15.71%35.08%0.00%
25.10%

Color #A17CBF in popluar number systems.

HEXA17CBF
Decimal161124191
Binary10100001111110010111111
Octal241174277

Shades and tints

Shades of #A17CBF

#A17CBF
(161,124,191)
#9371AE
(147,113,174)
#85669D
(133,102,157)
#775B8C
(119,91,140)
#69507B
(105,80,123)
#5B456A
(91,69,106)
#4D3A59
(77,58,89)
#3F2F48
(63,47,72)
#312437
(49,36,55)
#231926
(35,25,38)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #A17CBF

#A17CBF
(161,124,191)
#A987C4
(169,135,196)
#B192C9
(177,146,201)
#B99DCE
(185,157,206)
#C1A8D3
(193,168,211)
#C9B3D8
(201,179,216)
#D1BEDD
(209,190,221)
#D9C9E2
(217,201,226)
#E1D4E7
(225,212,231)
#E9DFEC
(233,223,236)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17CBF color. Also use rgb(161,124,191) instead hex code.

Text Font Color

.myTextColor { color: #A17CBF; }

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

This text font color is #A17CBF.


Background Color

.myBgColor { background-color: #A17CBF; }

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

This div background color is #A17CBF.


Border color

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

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

This div border color is #A17CBF.


Opacity

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

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

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

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

This text has shadow with #A17CBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17CBF on black background.


Color preview on white background

This text has color #A17CBF on white background.



Black color preview on #A17CBF background

This text has black color on #A17CBF background.


White color preview on #A17CBF background

This text has white color on #A17CBF background.