COLOR #A993DD

HEX: #A993DD RGB: (169,147,221)

Color info

#A993DD contains mainly red and blue colors. Web safe color of #A993DD is #9999CC (or #99C).

RGB color model

#A993DD color RGB value is (169,147,221).

RGB: (169,147,221) (66%, 58%, 87%)

RGB channels and saturation

R 169 of 255 = 66%
G 147 of 255 = 58%
B 221 of 255 = 87%

169
147
221

R + G + B ~ 70%. #A993DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 147 + 221 = 537 (100%)
R 169 of 537 ~ 31.47%
G 147 of 537 ~ 27.37%
B 221 of 537 ~ 41.15'%

%31.47
%27.37
%41.15

CMYK color model

#A993DD color CMYK value is (24,33,0,13).

  • cyan value is 23.53%
  • magenta value is 33.48%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (24,33,0,13)
C24M33Y0K13 (24%, 33%, 0%, 13%)
(0.24 / 0.33 / 0.00 / 0.13)

CMYK percentages

%23.53
%33.48
%0
%13.33

Codes

Color #A993DD in popluar color models

A9 93 DD
RGB 169 147 221
HSL 258° 52.11% 72.16%
HSB/HSV 258° 33.48% 86.67%
CMYK 23.53% 33.48% 0.00%
13.33%

Color #A993DD in popluar number systems.

HEX A9 93 DD
Decimal 169 147 221
Binary 10101001 10010011 11011101
Octal 251 223 335

Shades and tints

Shades of #A993DD

#A993DD
(169,147,221)
#9A86C9
(154,134,201)
#8B79B5
(139,121,181)
#7C6CA1
(124,108,161)
#6D5F8D
(109,95,141)
#5E5279
(94,82,121)
#4F4565
(79,69,101)
#403851
(64,56,81)
#312B3D
(49,43,61)
#221E29
(34,30,41)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #A993DD

#A993DD
(169,147,221)
#B09CE0
(176,156,224)
#B7A5E3
(183,165,227)
#BEAEE6
(190,174,230)
#C5B7E9
(197,183,233)
#CCC0EC
(204,192,236)
#D3C9EF
(211,201,239)
#DAD2F2
(218,210,242)
#E1DBF5
(225,219,245)
#E8E4F8
(232,228,248)
#EFEDFB
(239,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A993DD color. Also use rgb(169,147,221) instead hex code.

Text Font Color

.myTextColor { color: #A993DD; }

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

This text font color is #A993DD.

Background Color

.myBgColor { background-color: #A993DD; }

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

This div background color is #A993DD.

Border color

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

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

This div border color is #A993DD.

Opacity

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

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

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

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

This text has shadow with #A993DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A993DD.

Preview

Color preview on black background

This text has color #A993DD on black background.


Color preview on white background

This text has color #A993DD on white background.


Black color preview on #A993DD background

This text has black color on #A993DD background.


White color preview on #A993DD background

This text has white color on #A993DD background.


Related colors

Complementary color

Complementary color for #hex is #566C22.


I love getcolorcode.com

Triadic colors

1 #DDA993 and #93DDA9 with #A993DD are triadic colors.

2 #DD93A9 and #93A9DD with #A993DD are triadic colors.