COLOR #A993C5

HEX: #A993C5
RGB: (169,147,197)

Color info

#A993C5 contains red, green and blue colors in about the same proportion. Web safe color of #A993C5 is #9999CC (or #99C).

RGB color model

#A993C5 color RGB value is (169,147,197).

  • red value is 169;
  • green value is 147;
  • blue value is 197.
RGB:
(169,147,197)
(66%,58%,77%)

RGB channels and saturation

R 169 of 255 = 66%
G 147 of 255 = 58%
B 197 of 255 = 77%

169
147
197

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

Portions of RGB colors in percentages

R + G + B =
169 + 147 + 197 = 513 (100%)
R 169 of 513 ~ 32.94%
G 147 of 513 ~ 28.65%
B 197 of 513 ~ 38.4%

%32.94
%28.65
%38.4

CMYK color model

#A993C5 color CMYK value is (14,25,0,23).

  • cyan value is 14.21%
  • magenta value is 25.38%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(14,25,0,23)
C14M25Y0K23 
(14%,25%,0%,23%)
(0.14/0.25/0.00/0.23)	

CMYK percentages

%14.21
%25.38
%0
%22.75

Codes

Color #A993C5 in popluar color models

A993C5
RGB169147197
HSL266°30.12%67.45%
HSB/HSV266°25.38%77.25%
CMYK14.21%25.38%0.00%
22.75%

Color #A993C5 in popluar number systems.

HEXA993C5
Decimal169147197
Binary101010011001001111000101
Octal251223305

Shades and tints

Shades of #A993C5

#A993C5
(169,147,197)
#9A86B4
(154,134,180)
#8B79A3
(139,121,163)
#7C6C92
(124,108,146)
#6D5F81
(109,95,129)
#5E5270
(94,82,112)
#4F455F
(79,69,95)
#40384E
(64,56,78)
#312B3D
(49,43,61)
#221E2C
(34,30,44)
#13111B
(19,17,27)
#000000
(0,0,0)

Tints of #A993C5

#A993C5
(169,147,197)
#B09CCA
(176,156,202)
#B7A5CF
(183,165,207)
#BEAED4
(190,174,212)
#C5B7D9
(197,183,217)
#CCC0DE
(204,192,222)
#D3C9E3
(211,201,227)
#DAD2E8
(218,210,232)
#E1DBED
(225,219,237)
#E8E4F2
(232,228,242)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A993C5; }

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

This text font color is #A993C5.


Background Color

.myBgColor { background-color: #A993C5; }

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

This div background color is #A993C5.


Border color

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

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

This div border color is #A993C5.


Opacity

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

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

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

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

This text has shadow with #A993C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A993C5 on black background.


Color preview on white background

This text has color #A993C5 on white background.



Black color preview on #A993C5 background

This text has black color on #A993C5 background.


White color preview on #A993C5 background

This text has white color on #A993C5 background.