COLOR #A17DB2

HEX: #A17DB2
RGB: (161,125,178)

Color info

#A17DB2 contains red, green and blue colors in about the same proportion. Web safe color of #A17DB2 is #996699 (or #969).

RGB color model

#A17DB2 color RGB value is (161,125,178).

  • red value is 161;
  • green value is 125;
  • blue value is 178.
RGB:
(161,125,178)
(63%,49%,70%)

RGB channels and saturation

R 161 of 255 = 63%
G 125 of 255 = 49%
B 178 of 255 = 70%

161
125
178

R + G + B ~ 61%. #A17DB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 125 + 178 = 464 (100%)
R 161 of 464 ~ 34.7%
G 125 of 464 ~ 26.94%
B 178 of 464 ~ 38.36%

%34.7
%26.94
%38.36

CMYK color model

#A17DB2 color CMYK value is (10,30,0,30).

  • cyan value is 9.55%
  • magenta value is 29.78%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(10,30,0,30)
C10M30Y0K30 
(10%,30%,0%,30%)
(0.10/0.30/0.00/0.30)	

CMYK percentages

%9.55
%29.78
%0
%30.2

Codes

Color #A17DB2 in popluar color models

A17DB2
RGB161125178
HSL281°25.60%59.41%
HSB/HSV281°29.78%69.80%
CMYK9.55%29.78%0.00%
30.20%

Color #A17DB2 in popluar number systems.

HEXA17DB2
Decimal161125178
Binary10100001111110110110010
Octal241175262

Shades and tints

Shades of #A17DB2

#A17DB2
(161,125,178)
#9372A2
(147,114,162)
#856792
(133,103,146)
#775C82
(119,92,130)
#695172
(105,81,114)
#5B4662
(91,70,98)
#4D3B52
(77,59,82)
#3F3042
(63,48,66)
#312532
(49,37,50)
#231A22
(35,26,34)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #A17DB2

#A17DB2
(161,125,178)
#A988B9
(169,136,185)
#B193C0
(177,147,192)
#B99EC7
(185,158,199)
#C1A9CE
(193,169,206)
#C9B4D5
(201,180,213)
#D1BFDC
(209,191,220)
#D9CAE3
(217,202,227)
#E1D5EA
(225,213,234)
#E9E0F1
(233,224,241)
#F1EBF8
(241,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17DB2 color. Also use rgb(161,125,178) instead hex code.

Text Font Color

.myTextColor { color: #A17DB2; }

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

This text font color is #A17DB2.


Background Color

.myBgColor { background-color: #A17DB2; }

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

This div background color is #A17DB2.


Border color

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

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

This div border color is #A17DB2.


Opacity

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

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

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

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

This text has shadow with #A17DB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17DB2 on black background.


Color preview on white background

This text has color #A17DB2 on white background.



Black color preview on #A17DB2 background

This text has black color on #A17DB2 background.


White color preview on #A17DB2 background

This text has white color on #A17DB2 background.