COLOR #A176DB

HEX: #A176DB RGB: (161,118,219)

Color info

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

RGB color model

#A176DB color RGB value is (161,118,219).

RGB: (161,118,219) (63%, 46%, 86%)

RGB channels and saturation

R 161 of 255 = 63%
G 118 of 255 = 46%
B 219 of 255 = 86%

161
118
219

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

Portions of RGB colors in percentages

R + G + B = 161 + 118 + 219 = 498 (100%)
R 161 of 498 ~ 32.33%
G 118 of 498 ~ 23.69%
B 219 of 498 ~ 43.98'%

%32.33
%23.69
%43.98

CMYK color model

#A176DB color CMYK value is (26,46,0,14).

  • cyan value is 26.48%
  • magenta value is 46.12%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (26,46,0,14) C26M46Y0K14 (26%,46%,0%,14%) (0.26/0.46/0.00/0.14) 

CMYK percentages

%26.48
%46.12
%0
%14.12

Codes

Color #A176DB in popluar color models

A1 76 DB
RGB 161 118 219
HSL 266° 58.38% 66.08%
HSB/HSV 266° 46.12% 85.88%
CMYK 26.48% 46.12% 0.00%
14.12%

Color #A176DB in popluar number systems.

HEX A1 76 DB
Decimal 161 118 219
Binary 10100001 1110110 11011011
Octal 241 166 333

Shades and tints

Shades of #A176DB

#A176DB
(161,118,219)
#936CC8
(147,108,200)
#8562B5
(133,98,181)
#7758A2
(119,88,162)
#694E8F
(105,78,143)
#5B447C
(91,68,124)
#4D3A69
(77,58,105)
#3F3056
(63,48,86)
#312643
(49,38,67)
#231C30
(35,28,48)
#15121D
(21,18,29)
#000000
(0,0,0)

Tints of #A176DB

#A176DB
(161,118,219)
#A982DE
(169,130,222)
#B18EE1
(177,142,225)
#B99AE4
(185,154,228)
#C1A6E7
(193,166,231)
#C9B2EA
(201,178,234)
#D1BEED
(209,190,237)
#D9CAF0
(217,202,240)
#E1D6F3
(225,214,243)
#E9E2F6
(233,226,246)
#F1EEF9
(241,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A176DB color. Also use rgb(161,118,219) instead hex code.

Text Font Color

.myTextColor { color: #A176DB; }

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

This text font color is #A176DB.

Background Color

.myBgColor { background-color: #A176DB; }

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

This div background color is #A176DB.

Border color

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

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

This div border color is #A176DB.

Opacity

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

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

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

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

This text has shadow with #A176DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A176DB.

Preview

Color preview on black background

This text has color #A176DB on black background.


Color preview on white background

This text has color #A176DB on white background.


Black color preview on #A176DB background

This text has black color on #A176DB background.


White color preview on #A176DB background

This text has white color on #A176DB background.


Related colors

Complementary color

Complementary color for #hex is #5E8924.


I love getcolorcode.com

Triadic colors

1 #DBA176 and #76DBA1 with #A176DB are triadic colors.

2 #DB76A1 and #76A1DB with #A176DB are triadic colors.