COLOR #A969ED

HEX: #A969ED
RGB: (169,105,237)

Color info

#A969ED contains mainly blue color. Web safe color of #A969ED is #9966FF (or #96F).

RGB color model

#A969ED color RGB value is (169,105,237).

  • red value is 169;
  • green value is 105;
  • blue value is 237.
RGB:
(169,105,237)
(66%,41%,93%)

RGB channels and saturation

R 169 of 255 = 66%
G 105 of 255 = 41%
B 237 of 255 = 93%

169
105
237

R + G + B ~ 67%. #A969ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 105 + 237 = 511 (100%)
R 169 of 511 ~ 33.07%
G 105 of 511 ~ 20.55%
B 237 of 511 ~ 46.38%

%33.07
%20.55
%46.38

CMYK color model

#A969ED color CMYK value is (29,56,0,7).

  • cyan value is 28.69%
  • magenta value is 55.70%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(29,56,0,7)
C29M56Y0K7 
(29%,56%,0%,7%)
(0.29/0.56/0.00/0.07)	

CMYK percentages

%28.69
%55.7
%0
%7.06

Codes

Color #A969ED in popluar color models

A969ED
RGB169105237
HSL269°78.57%67.06%
HSB/HSV269°55.70%92.94%
CMYK28.69%55.70%0.00%
7.06%

Color #A969ED in popluar number systems.

HEXA969ED
Decimal169105237
Binary10101001110100111101101
Octal251151355

Shades and tints

Shades of #A969ED

#A969ED
(169,105,237)
#9A60D8
(154,96,216)
#8B57C3
(139,87,195)
#7C4EAE
(124,78,174)
#6D4599
(109,69,153)
#5E3C84
(94,60,132)
#4F336F
(79,51,111)
#402A5A
(64,42,90)
#312145
(49,33,69)
#221830
(34,24,48)
#130F1B
(19,15,27)
#000000
(0,0,0)

Tints of #A969ED

#A969ED
(169,105,237)
#B076EE
(176,118,238)
#B783EF
(183,131,239)
#BE90F0
(190,144,240)
#C59DF1
(197,157,241)
#CCAAF2
(204,170,242)
#D3B7F3
(211,183,243)
#DAC4F4
(218,196,244)
#E1D1F5
(225,209,245)
#E8DEF6
(232,222,246)
#EFEBF7
(239,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A969ED color. Also use rgb(169,105,237) instead hex code.

Text Font Color

.myTextColor { color: #A969ED; }

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

This text font color is #A969ED.


Background Color

.myBgColor { background-color: #A969ED; }

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

This div background color is #A969ED.


Border color

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

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

This div border color is #A969ED.


Opacity

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

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

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

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

This text has shadow with #A969ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A969ED on black background.


Color preview on white background

This text has color #A969ED on white background.



Black color preview on #A969ED background

This text has black color on #A969ED background.


White color preview on #A969ED background

This text has white color on #A969ED background.