COLOR #A976DA

HEX: #A976DA RGB: (169,118,218)

Color info

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

RGB color model

#A976DA color RGB value is (169,118,218).

RGB: (169,118,218) (66%, 46%, 85%)

RGB channels and saturation

R 169 of 255 = 66%
G 118 of 255 = 46%
B 218 of 255 = 85%

169
118
218

R + G + B ~ 66%. #A976DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 118 + 218 = 505 (100%)
R 169 of 505 ~ 33.47%
G 118 of 505 ~ 23.37%
B 218 of 505 ~ 43.17'%

%33.47
%23.37
%43.17

CMYK color model

#A976DA color CMYK value is (22,46,0,15).

  • cyan value is 22.48%
  • magenta value is 45.87%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (22,46,0,15)
C22M46Y0K15 (22%, 46%, 0%, 15%)
(0.22 / 0.46 / 0.00 / 0.15)

CMYK percentages

%22.48
%45.87
%0
%14.51

Codes

Color #A976DA in popluar color models

A9 76 DA
RGB 169 118 218
HSL 271° 57.47% 65.88%
HSB/HSV 271° 45.87% 85.49%
CMYK 22.48% 45.87% 0.00%
14.51%

Color #A976DA in popluar number systems.

HEX A9 76 DA
Decimal 169 118 218
Binary 10101001 1110110 11011010
Octal 251 166 332

Shades and tints

Shades of #A976DA

#A976DA
(169,118,218)
#9A6CC7
(154,108,199)
#8B62B4
(139,98,180)
#7C58A1
(124,88,161)
#6D4E8E
(109,78,142)
#5E447B
(94,68,123)
#4F3A68
(79,58,104)
#403055
(64,48,85)
#312642
(49,38,66)
#221C2F
(34,28,47)
#13121C
(19,18,28)
#000000
(0,0,0)

Tints of #A976DA

#A976DA
(169,118,218)
#B082DD
(176,130,221)
#B78EE0
(183,142,224)
#BE9AE3
(190,154,227)
#C5A6E6
(197,166,230)
#CCB2E9
(204,178,233)
#D3BEEC
(211,190,236)
#DACAEF
(218,202,239)
#E1D6F2
(225,214,242)
#E8E2F5
(232,226,245)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A976DA color. Also use rgb(169,118,218) instead hex code.

Text Font Color

.myTextColor { color: #A976DA; }

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

This text font color is #A976DA.

Background Color

.myBgColor { background-color: #A976DA; }

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

This div background color is #A976DA.

Border color

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

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

This div border color is #A976DA.

Opacity

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

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

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

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

This text has shadow with #A976DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A976DA.

Preview

Color preview on black background

This text has color #A976DA on black background.


Color preview on white background

This text has color #A976DA on white background.


Black color preview on #A976DA background

This text has black color on #A976DA background.


White color preview on #A976DA background

This text has white color on #A976DA background.


Related colors

Complementary color

Complementary color for #hex is #568925.


I love getcolorcode.com

Triadic colors

1 #DAA976 and #76DAA9 with #A976DA are triadic colors.

2 #DA76A9 and #76A9DA with #A976DA are triadic colors.