COLOR #A850C0

HEX: #A850C0
RGB: (168,80,192)

Color info

#A850C0 contains mainly red and blue colors. Web safe color of #A850C0 is #9966CC (or #96C).

RGB color model

#A850C0 color RGB value is (168,80,192).

  • red value is 168;
  • green value is 80;
  • blue value is 192.
RGB:
(168,80,192)
(66%,31%,75%)

RGB channels and saturation

R 168 of 255 = 66%
G 80 of 255 = 31%
B 192 of 255 = 75%

168
80
192

R + G + B ~ 57%. #A850C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
168 + 80 + 192 = 440 (100%)
R 168 of 440 ~ 38.18%
G 80 of 440 ~ 18.18%
B 192 of 440 ~ 43.64%

%38.18
%18.18
%43.64

CMYK color model

#A850C0 color CMYK value is (13,58,0,25).

  • cyan value is 12.50%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(13,58,0,25)
C13M58Y0K25 
(13%,58%,0%,25%)
(0.13/0.58/0.00/0.25)	

CMYK percentages

%12.5
%58.33
%0
%24.71

Codes

Color #A850C0 in popluar color models

A850C0
RGB16880192
HSL287°47.06%53.33%
HSB/HSV287°58.33%75.29%
CMYK12.50%58.33%0.00%
24.71%

Color #A850C0 in popluar number systems.

HEXA850C0
Decimal16880192
Binary10101000101000011000000
Octal250120300

Shades and tints

Shades of #A850C0

#A850C0
(168,80,192)
#9949AF
(153,73,175)
#8A429E
(138,66,158)
#7B3B8D
(123,59,141)
#6C347C
(108,52,124)
#5D2D6B
(93,45,107)
#4E265A
(78,38,90)
#3F1F49
(63,31,73)
#301838
(48,24,56)
#211127
(33,17,39)
#120A16
(18,10,22)
#000000
(0,0,0)

Tints of #A850C0

#A850C0
(168,80,192)
#AF5FC5
(175,95,197)
#B66ECA
(182,110,202)
#BD7DCF
(189,125,207)
#C48CD4
(196,140,212)
#CB9BD9
(203,155,217)
#D2AADE
(210,170,222)
#D9B9E3
(217,185,227)
#E0C8E8
(224,200,232)
#E7D7ED
(231,215,237)
#EEE6F2
(238,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A850C0 color. Also use rgb(168,80,192) instead hex code.

Text Font Color

.myTextColor { color: #A850C0; }

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

This text font color is #A850C0.


Background Color

.myBgColor { background-color: #A850C0; }

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

This div background color is #A850C0.


Border color

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

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

This div border color is #A850C0.


Opacity

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

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

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

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

This text has shadow with #A850C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A850C0 on black background.


Color preview on white background

This text has color #A850C0 on white background.



Black color preview on #A850C0 background

This text has black color on #A850C0 background.


White color preview on #A850C0 background

This text has white color on #A850C0 background.