COLOR #A96ED8

HEX: #A96ED8 RGB: (169,110,216)

Color info

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

RGB color model

#A96ED8 color RGB value is (169,110,216).

RGB: (169,110,216) (66%, 43%, 85%)

RGB channels and saturation

R 169 of 255 = 66%
G 110 of 255 = 43%
B 216 of 255 = 85%

169
110
216

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

Portions of RGB colors in percentages

R + G + B = 169 + 110 + 216 = 495 (100%)
R 169 of 495 ~ 34.14%
G 110 of 495 ~ 22.22%
B 216 of 495 ~ 43.64'%

%34.14
%22.22
%43.64

CMYK color model

#A96ED8 color CMYK value is (22,49,0,15).

  • cyan value is 21.76%
  • magenta value is 49.07%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (22,49,0,15)
C22M49Y0K15 (22%, 49%, 0%, 15%)
(0.22 / 0.49 / 0.00 / 0.15)

CMYK percentages

%21.76
%49.07
%0
%15.29

Codes

Color #A96ED8 in popluar color models

A9 6E D8
RGB 169 110 216
HSL 273° 57.61% 63.92%
HSB/HSV 273° 49.07% 84.71%
CMYK 21.76% 49.07% 0.00%
15.29%

Color #A96ED8 in popluar number systems.

HEX A9 6E D8
Decimal 169 110 216
Binary 10101001 1101110 11011000
Octal 251 156 330

Shades and tints

Shades of #A96ED8

#A96ED8
(169,110,216)
#9A64C5
(154,100,197)
#8B5AB2
(139,90,178)
#7C509F
(124,80,159)
#6D468C
(109,70,140)
#5E3C79
(94,60,121)
#4F3266
(79,50,102)
#402853
(64,40,83)
#311E40
(49,30,64)
#22142D
(34,20,45)
#130A1A
(19,10,26)
#000000
(0,0,0)

Tints of #A96ED8

#A96ED8
(169,110,216)
#B07BDB
(176,123,219)
#B788DE
(183,136,222)
#BE95E1
(190,149,225)
#C5A2E4
(197,162,228)
#CCAFE7
(204,175,231)
#D3BCEA
(211,188,234)
#DAC9ED
(218,201,237)
#E1D6F0
(225,214,240)
#E8E3F3
(232,227,243)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96ED8 color. Also use rgb(169,110,216) instead hex code.

Text Font Color

.myTextColor { color: #A96ED8; }

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

This text font color is #A96ED8.

Background Color

.myBgColor { background-color: #A96ED8; }

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

This div background color is #A96ED8.

Border color

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

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

This div border color is #A96ED8.

Opacity

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

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

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

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

This text has shadow with #A96ED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A96ED8.

Preview

Color preview on black background

This text has color #A96ED8 on black background.


Color preview on white background

This text has color #A96ED8 on white background.


Black color preview on #A96ED8 background

This text has black color on #A96ED8 background.


White color preview on #A96ED8 background

This text has white color on #A96ED8 background.


Related colors

Complementary color

Complementary color for #hex is #569127.


I love getcolorcode.com

Triadic colors

1 #D8A96E and #6ED8A9 with #A96ED8 are triadic colors.

2 #D86EA9 and #6EA9D8 with #A96ED8 are triadic colors.