COLOR #A85DC7

HEX: #A85DC7
RGB: (168,93,199)

Color info

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

RGB color model

#A85DC7 color RGB value is (168,93,199).

  • red value is 168;
  • green value is 93;
  • blue value is 199.
RGB:
(168,93,199)
(66%,36%,78%)

RGB channels and saturation

R 168 of 255 = 66%
G 93 of 255 = 36%
B 199 of 255 = 78%

168
93
199

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

Portions of RGB colors in percentages

R + G + B =
168 + 93 + 199 = 460 (100%)
R 168 of 460 ~ 36.52%
G 93 of 460 ~ 20.22%
B 199 of 460 ~ 43.26%

%36.52
%20.22
%43.26

CMYK color model

#A85DC7 color CMYK value is (16,53,0,22).

  • cyan value is 15.58%
  • magenta value is 53.27%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(16,53,0,22)
C16M53Y0K22 
(16%,53%,0%,22%)
(0.16/0.53/0.00/0.22)	

CMYK percentages

%15.58
%53.27
%0
%21.96

Codes

Color #A85DC7 in popluar color models

A85DC7
RGB16893199
HSL282°48.62%57.25%
HSB/HSV282°53.27%78.04%
CMYK15.58%53.27%0.00%
21.96%

Color #A85DC7 in popluar number systems.

HEXA85DC7
Decimal16893199
Binary10101000101110111000111
Octal250135307

Shades and tints

Shades of #A85DC7

#A85DC7
(168,93,199)
#9955B5
(153,85,181)
#8A4DA3
(138,77,163)
#7B4591
(123,69,145)
#6C3D7F
(108,61,127)
#5D356D
(93,53,109)
#4E2D5B
(78,45,91)
#3F2549
(63,37,73)
#301D37
(48,29,55)
#211525
(33,21,37)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #A85DC7

#A85DC7
(168,93,199)
#AF6BCC
(175,107,204)
#B679D1
(182,121,209)
#BD87D6
(189,135,214)
#C495DB
(196,149,219)
#CBA3E0
(203,163,224)
#D2B1E5
(210,177,229)
#D9BFEA
(217,191,234)
#E0CDEF
(224,205,239)
#E7DBF4
(231,219,244)
#EEE9F9
(238,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85DC7 color. Also use rgb(168,93,199) instead hex code.

Text Font Color

.myTextColor { color: #A85DC7; }

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

This text font color is #A85DC7.


Background Color

.myBgColor { background-color: #A85DC7; }

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

This div background color is #A85DC7.


Border color

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

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

This div border color is #A85DC7.


Opacity

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

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

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

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

This text has shadow with #A85DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85DC7 on black background.


Color preview on white background

This text has color #A85DC7 on white background.



Black color preview on #A85DC7 background

This text has black color on #A85DC7 background.


White color preview on #A85DC7 background

This text has white color on #A85DC7 background.