COLOR #A890C5

HEX: #A890C5
RGB: (168,144,197)

Color info

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

RGB color model

#A890C5 color RGB value is (168,144,197).

  • red value is 168;
  • green value is 144;
  • blue value is 197.
RGB:
(168,144,197)
(66%,56%,77%)

RGB channels and saturation

R 168 of 255 = 66%
G 144 of 255 = 56%
B 197 of 255 = 77%

168
144
197

R + G + B ~ 66%. #A890C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 144 + 197 = 509 (100%)
R 168 of 509 ~ 33.01%
G 144 of 509 ~ 28.29%
B 197 of 509 ~ 38.7%

%33.01
%28.29
%38.7

CMYK color model

#A890C5 color CMYK value is (15,27,0,23).

  • cyan value is 14.72%
  • magenta value is 26.90%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(15,27,0,23)
C15M27Y0K23 
(15%,27%,0%,23%)
(0.15/0.27/0.00/0.23)	

CMYK percentages

%14.72
%26.9
%0
%22.75

Codes

Color #A890C5 in popluar color models

A890C5
RGB168144197
HSL267°31.36%66.86%
HSB/HSV267°26.90%77.25%
CMYK14.72%26.90%0.00%
22.75%

Color #A890C5 in popluar number systems.

HEXA890C5
Decimal168144197
Binary101010001001000011000101
Octal250220305

Shades and tints

Shades of #A890C5

#A890C5
(168,144,197)
#9983B4
(153,131,180)
#8A76A3
(138,118,163)
#7B6992
(123,105,146)
#6C5C81
(108,92,129)
#5D4F70
(93,79,112)
#4E425F
(78,66,95)
#3F354E
(63,53,78)
#30283D
(48,40,61)
#211B2C
(33,27,44)
#120E1B
(18,14,27)
#000000
(0,0,0)

Tints of #A890C5

#A890C5
(168,144,197)
#AF9ACA
(175,154,202)
#B6A4CF
(182,164,207)
#BDAED4
(189,174,212)
#C4B8D9
(196,184,217)
#CBC2DE
(203,194,222)
#D2CCE3
(210,204,227)
#D9D6E8
(217,214,232)
#E0E0ED
(224,224,237)
#E7EAF2
(231,234,242)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A890C5 color. Also use rgb(168,144,197) instead hex code.

Text Font Color

.myTextColor { color: #A890C5; }

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

This text font color is #A890C5.


Background Color

.myBgColor { background-color: #A890C5; }

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

This div background color is #A890C5.


Border color

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

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

This div border color is #A890C5.


Opacity

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

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

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

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

This text has shadow with #A890C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A890C5 on black background.


Color preview on white background

This text has color #A890C5 on white background.



Black color preview on #A890C5 background

This text has black color on #A890C5 background.


White color preview on #A890C5 background

This text has white color on #A890C5 background.