COLOR #A893CC

HEX: #A893CC RGB: (168,147,204)

Color info

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

RGB color model

#A893CC color RGB value is (168,147,204).

RGB: (168,147,204) (66%, 58%, 80%)

RGB channels and saturation

R 168 of 255 = 66%
G 147 of 255 = 58%
B 204 of 255 = 80%

168
147
204

R + G + B ~ 68%. #A893CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 147 + 204 = 519 (100%)
R 168 of 519 ~ 32.37%
G 147 of 519 ~ 28.32%
B 204 of 519 ~ 39.31'%

%32.37
%28.32
%39.31

CMYK color model

#A893CC color CMYK value is (18,28,0,20).

  • cyan value is 17.65%
  • magenta value is 27.94%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (18,28,0,20)
C18M28Y0K20 (18%, 28%, 0%, 20%)
(0.18 / 0.28 / 0.00 / 0.20)

CMYK percentages

%17.65
%27.94
%0
%20

Codes

Color #A893CC in popluar color models

A8 93 CC
RGB 168 147 204
HSL 262° 35.85% 68.82%
HSB/HSV 262° 27.94% 80.00%
CMYK 17.65% 27.94% 0.00%
20.00%

Color #A893CC in popluar number systems.

HEX A8 93 CC
Decimal 168 147 204
Binary 10101000 10010011 11001100
Octal 250 223 314

Shades and tints

Shades of #A893CC

#A893CC
(168,147,204)
#9986BA
(153,134,186)
#8A79A8
(138,121,168)
#7B6C96
(123,108,150)
#6C5F84
(108,95,132)
#5D5272
(93,82,114)
#4E4560
(78,69,96)
#3F384E
(63,56,78)
#302B3C
(48,43,60)
#211E2A
(33,30,42)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #A893CC

#A893CC
(168,147,204)
#AF9CD0
(175,156,208)
#B6A5D4
(182,165,212)
#BDAED8
(189,174,216)
#C4B7DC
(196,183,220)
#CBC0E0
(203,192,224)
#D2C9E4
(210,201,228)
#D9D2E8
(217,210,232)
#E0DBEC
(224,219,236)
#E7E4F0
(231,228,240)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A893CC color. Also use rgb(168,147,204) instead hex code.

Text Font Color

.myTextColor { color: #A893CC; }

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

This text font color is #A893CC.

Background Color

.myBgColor { background-color: #A893CC; }

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

This div background color is #A893CC.

Border color

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

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

This div border color is #A893CC.

Opacity

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

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

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

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

This text has shadow with #A893CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A893CC.

Preview

Color preview on black background

This text has color #A893CC on black background.


Color preview on white background

This text has color #A893CC on white background.


Black color preview on #A893CC background

This text has black color on #A893CC background.


White color preview on #A893CC background

This text has white color on #A893CC background.


Related colors

Complementary color

Complementary color for #hex is #576C33.


I love getcolorcode.com

Triadic colors

1 #CCA893 and #93CCA8 with #A893CC are triadic colors.

2 #CC93A8 and #93A8CC with #A893CC are triadic colors.