COLOR #A18FC8

HEX: #A18FC8
RGB: (161,143,200)

Color info

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

RGB color model

#A18FC8 color RGB value is (161,143,200).

  • red value is 161;
  • green value is 143;
  • blue value is 200.
RGB:
(161,143,200)
(63%,56%,78%)

RGB channels and saturation

R 161 of 255 = 63%
G 143 of 255 = 56%
B 200 of 255 = 78%

161
143
200

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

Portions of RGB colors in percentages

R + G + B =
161 + 143 + 200 = 504 (100%)
R 161 of 504 ~ 31.94%
G 143 of 504 ~ 28.37%
B 200 of 504 ~ 39.68%

%31.94
%28.37
%39.68

CMYK color model

#A18FC8 color CMYK value is (20,29,0,22).

  • cyan value is 19.50%
  • magenta value is 28.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(20,29,0,22)
C20M29Y0K22 
(20%,29%,0%,22%)
(0.20/0.29/0.00/0.22)	

CMYK percentages

%19.5
%28.5
%0
%21.57

Codes

Color #A18FC8 in popluar color models

A18FC8
RGB161143200
HSL259°34.13%67.25%
HSB/HSV259°28.50%78.43%
CMYK19.50%28.50%0.00%
21.57%

Color #A18FC8 in popluar number systems.

HEXA18FC8
Decimal161143200
Binary101000011000111111001000
Octal241217310

Shades and tints

Shades of #A18FC8

#A18FC8
(161,143,200)
#9382B6
(147,130,182)
#8575A4
(133,117,164)
#776892
(119,104,146)
#695B80
(105,91,128)
#5B4E6E
(91,78,110)
#4D415C
(77,65,92)
#3F344A
(63,52,74)
#312738
(49,39,56)
#231A26
(35,26,38)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #A18FC8

#A18FC8
(161,143,200)
#A999CD
(169,153,205)
#B1A3D2
(177,163,210)
#B9ADD7
(185,173,215)
#C1B7DC
(193,183,220)
#C9C1E1
(201,193,225)
#D1CBE6
(209,203,230)
#D9D5EB
(217,213,235)
#E1DFF0
(225,223,240)
#E9E9F5
(233,233,245)
#F1F3FA
(241,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18FC8 color. Also use rgb(161,143,200) instead hex code.

Text Font Color

.myTextColor { color: #A18FC8; }

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

This text font color is #A18FC8.


Background Color

.myBgColor { background-color: #A18FC8; }

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

This div background color is #A18FC8.


Border color

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

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

This div border color is #A18FC8.


Opacity

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

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

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

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

This text has shadow with #A18FC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18FC8 on black background.


Color preview on white background

This text has color #A18FC8 on white background.



Black color preview on #A18FC8 background

This text has black color on #A18FC8 background.


White color preview on #A18FC8 background

This text has white color on #A18FC8 background.