COLOR #A18FC0

HEX: #A18FC0
RGB: (161,143,192)

Color info

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

RGB color model

#A18FC0 color RGB value is (161,143,192).

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

RGB channels and saturation

R 161 of 255 = 63%
G 143 of 255 = 56%
B 192 of 255 = 75%

161
143
192

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

Portions of RGB colors in percentages

R + G + B =
161 + 143 + 192 = 496 (100%)
R 161 of 496 ~ 32.46%
G 143 of 496 ~ 28.83%
B 192 of 496 ~ 38.71%

%32.46
%28.83
%38.71

CMYK color model

#A18FC0 color CMYK value is (16,26,0,25).

  • cyan value is 16.15%
  • magenta value is 25.52%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(16,26,0,25)
C16M26Y0K25 
(16%,26%,0%,25%)
(0.16/0.26/0.00/0.25)	

CMYK percentages

%16.15
%25.52
%0
%24.71

Codes

Color #A18FC0 in popluar color models

A18FC0
RGB161143192
HSL262°28.00%65.69%
HSB/HSV262°25.52%75.29%
CMYK16.15%25.52%0.00%
24.71%

Color #A18FC0 in popluar number systems.

HEXA18FC0
Decimal161143192
Binary101000011000111111000000
Octal241217300

Shades and tints

Shades of #A18FC0

#A18FC0
(161,143,192)
#9382AF
(147,130,175)
#85759E
(133,117,158)
#77688D
(119,104,141)
#695B7C
(105,91,124)
#5B4E6B
(91,78,107)
#4D415A
(77,65,90)
#3F3449
(63,52,73)
#312738
(49,39,56)
#231A27
(35,26,39)
#150D16
(21,13,22)
#000000
(0,0,0)

Tints of #A18FC0

#A18FC0
(161,143,192)
#A999C5
(169,153,197)
#B1A3CA
(177,163,202)
#B9ADCF
(185,173,207)
#C1B7D4
(193,183,212)
#C9C1D9
(201,193,217)
#D1CBDE
(209,203,222)
#D9D5E3
(217,213,227)
#E1DFE8
(225,223,232)
#E9E9ED
(233,233,237)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18FC0; }

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

This text font color is #A18FC0.


Background Color

.myBgColor { background-color: #A18FC0; }

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

This div background color is #A18FC0.


Border color

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

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

This div border color is #A18FC0.


Opacity

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

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

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

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

This text has shadow with #A18FC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18FC0 on black background.


Color preview on white background

This text has color #A18FC0 on white background.



Black color preview on #A18FC0 background

This text has black color on #A18FC0 background.


White color preview on #A18FC0 background

This text has white color on #A18FC0 background.