COLOR #A485C9

HEX: #A485C9
RGB: (164,133,201)

Color info

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

RGB color model

#A485C9 color RGB value is (164,133,201).

  • red value is 164;
  • green value is 133;
  • blue value is 201.
RGB:
(164,133,201)
(64%,52%,79%)

RGB channels and saturation

R 164 of 255 = 64%
G 133 of 255 = 52%
B 201 of 255 = 79%

164
133
201

R + G + B ~ 65%. #A485C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 133 + 201 = 498 (100%)
R 164 of 498 ~ 32.93%
G 133 of 498 ~ 26.71%
B 201 of 498 ~ 40.36%

%32.93
%26.71
%40.36

CMYK color model

#A485C9 color CMYK value is (18,34,0,21).

  • cyan value is 18.41%
  • magenta value is 33.83%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(18,34,0,21)
C18M34Y0K21 
(18%,34%,0%,21%)
(0.18/0.34/0.00/0.21)	

CMYK percentages

%18.41
%33.83
%0
%21.18

Codes

Color #A485C9 in popluar color models

A485C9
RGB164133201
HSL267°38.64%65.49%
HSB/HSV267°33.83%78.82%
CMYK18.41%33.83%0.00%
21.18%

Color #A485C9 in popluar number systems.

HEXA485C9
Decimal164133201
Binary101001001000010111001001
Octal244205311

Shades and tints

Shades of #A485C9

#A485C9
(164,133,201)
#9679B7
(150,121,183)
#886DA5
(136,109,165)
#7A6193
(122,97,147)
#6C5581
(108,85,129)
#5E496F
(94,73,111)
#503D5D
(80,61,93)
#42314B
(66,49,75)
#342539
(52,37,57)
#261927
(38,25,39)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #A485C9

#A485C9
(164,133,201)
#AC90CD
(172,144,205)
#B49BD1
(180,155,209)
#BCA6D5
(188,166,213)
#C4B1D9
(196,177,217)
#CCBCDD
(204,188,221)
#D4C7E1
(212,199,225)
#DCD2E5
(220,210,229)
#E4DDE9
(228,221,233)
#ECE8ED
(236,232,237)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A485C9 color. Also use rgb(164,133,201) instead hex code.

Text Font Color

.myTextColor { color: #A485C9; }

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

This text font color is #A485C9.


Background Color

.myBgColor { background-color: #A485C9; }

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

This div background color is #A485C9.


Border color

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

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

This div border color is #A485C9.


Opacity

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

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

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

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

This text has shadow with #A485C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A485C9 on black background.


Color preview on white background

This text has color #A485C9 on white background.



Black color preview on #A485C9 background

This text has black color on #A485C9 background.


White color preview on #A485C9 background

This text has white color on #A485C9 background.