COLOR #A993E3

HEX: #A993E3 RGB: (169,147,227)

Color info

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

RGB color model

#A993E3 color RGB value is (169,147,227).

RGB: (169,147,227) (66%, 58%, 89%)

RGB channels and saturation

R 169 of 255 = 66%
G 147 of 255 = 58%
B 227 of 255 = 89%

169
147
227

R + G + B ~ 71%. #A993E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 147 + 227 = 543 (100%)
R 169 of 543 ~ 31.12%
G 147 of 543 ~ 27.07%
B 227 of 543 ~ 41.8'%

%31.12
%27.07
%41.8

CMYK color model

#A993E3 color CMYK value is (26,35,0,11).

  • cyan value is 25.55%
  • magenta value is 35.24%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (26,35,0,11)
C26M35Y0K11 (26%, 35%, 0%, 11%)
(0.26 / 0.35 / 0.00 / 0.11)

CMYK percentages

%25.55
%35.24
%0
%10.98

Codes

Color #A993E3 in popluar color models

A9 93 E3
RGB 169 147 227
HSL 257° 58.82% 73.33%
HSB/HSV 257° 35.24% 89.02%
CMYK 25.55% 35.24% 0.00%
10.98%

Color #A993E3 in popluar number systems.

HEX A9 93 E3
Decimal 169 147 227
Binary 10101001 10010011 11100011
Octal 251 223 343

Shades and tints

Shades of #A993E3

#A993E3
(169,147,227)
#9A86CF
(154,134,207)
#8B79BB
(139,121,187)
#7C6CA7
(124,108,167)
#6D5F93
(109,95,147)
#5E527F
(94,82,127)
#4F456B
(79,69,107)
#403857
(64,56,87)
#312B43
(49,43,67)
#221E2F
(34,30,47)
#13111B
(19,17,27)
#000000
(0,0,0)

Tints of #A993E3

#A993E3
(169,147,227)
#B09CE5
(176,156,229)
#B7A5E7
(183,165,231)
#BEAEE9
(190,174,233)
#C5B7EB
(197,183,235)
#CCC0ED
(204,192,237)
#D3C9EF
(211,201,239)
#DAD2F1
(218,210,241)
#E1DBF3
(225,219,243)
#E8E4F5
(232,228,245)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A993E3; }

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

This text font color is #A993E3.

Background Color

.myBgColor { background-color: #A993E3; }

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

This div background color is #A993E3.

Border color

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

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

This div border color is #A993E3.

Opacity

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

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

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

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

This text has shadow with #A993E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A993E3.

Preview

Color preview on black background

This text has color #A993E3 on black background.


Color preview on white background

This text has color #A993E3 on white background.


Black color preview on #A993E3 background

This text has black color on #A993E3 background.


White color preview on #A993E3 background

This text has white color on #A993E3 background.


Related colors

Complementary color

Complementary color for #hex is #566C1C.


I love getcolorcode.com

Triadic colors

1 #E3A993 and #93E3A9 with #A993E3 are triadic colors.

2 #E393A9 and #93A9E3 with #A993E3 are triadic colors.