COLOR #A953ED

HEX: #A953ED RGB: (169,83,237)

Color info

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

RGB color model

#A953ED color RGB value is (169,83,237).

RGB: (169,83,237) (66%, 33%, 93%)

RGB channels and saturation

R 169 of 255 = 66%
G 83 of 255 = 33%
B 237 of 255 = 93%

169
83
237

R + G + B ~ 64%. #A953ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 83 + 237 = 489 (100%)
R 169 of 489 ~ 34.56%
G 83 of 489 ~ 16.97%
B 237 of 489 ~ 48.47'%

%34.56
%16.97
%48.47

CMYK color model

#A953ED color CMYK value is (29,65,0,7).

  • cyan value is 28.69%
  • magenta value is 64.98%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (29,65,0,7)
C29M65Y0K7 (29%, 65%, 0%, 7%)
(0.29 / 0.65 / 0.00 / 0.07)

CMYK percentages

%28.69
%64.98
%0
%7.06

Codes

Color #A953ED in popluar color models

A9 53 ED
RGB 169 83 237
HSL 274° 81.05% 62.75%
HSB/HSV 274° 64.98% 92.94%
CMYK 28.69% 64.98% 0.00%
7.06%

Color #A953ED in popluar number systems.

HEX A9 53 ED
Decimal 169 83 237
Binary 10101001 1010011 11101101
Octal 251 123 355

Shades and tints

Shades of #A953ED

#A953ED
(169,83,237)
#9A4CD8
(154,76,216)
#8B45C3
(139,69,195)
#7C3EAE
(124,62,174)
#6D3799
(109,55,153)
#5E3084
(94,48,132)
#4F296F
(79,41,111)
#40225A
(64,34,90)
#311B45
(49,27,69)
#221430
(34,20,48)
#130D1B
(19,13,27)
#000000
(0,0,0)

Tints of #A953ED

#A953ED
(169,83,237)
#B062EE
(176,98,238)
#B771EF
(183,113,239)
#BE80F0
(190,128,240)
#C58FF1
(197,143,241)
#CC9EF2
(204,158,242)
#D3ADF3
(211,173,243)
#DABCF4
(218,188,244)
#E1CBF5
(225,203,245)
#E8DAF6
(232,218,246)
#EFE9F7
(239,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A953ED; }

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

This text font color is #A953ED.

Background Color

.myBgColor { background-color: #A953ED; }

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

This div background color is #A953ED.

Border color

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

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

This div border color is #A953ED.

Opacity

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

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

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

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

This text has shadow with #A953ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A953ED.

Preview

Color preview on black background

This text has color #A953ED on black background.


Color preview on white background

This text has color #A953ED on white background.


Black color preview on #A953ED background

This text has black color on #A953ED background.


White color preview on #A953ED background

This text has white color on #A953ED background.


Related colors

Complementary color

Complementary color for #hex is #56AC12.


I love getcolorcode.com

Triadic colors

1 #EDA953 and #53EDA9 with #A953ED are triadic colors.

2 #ED53A9 and #53A9ED with #A953ED are triadic colors.