COLOR #A851B4

HEX: #A851B4
RGB: (168,81,180)

Color info

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

RGB color model

#A851B4 color RGB value is (168,81,180).

  • red value is 168;
  • green value is 81;
  • blue value is 180.
RGB:
(168,81,180)
(66%,32%,71%)

RGB channels and saturation

R 168 of 255 = 66%
G 81 of 255 = 32%
B 180 of 255 = 71%

168
81
180

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

Portions of RGB colors in percentages

R + G + B =
168 + 81 + 180 = 429 (100%)
R 168 of 429 ~ 39.16%
G 81 of 429 ~ 18.88%
B 180 of 429 ~ 41.96%

%39.16
%18.88
%41.96

CMYK color model

#A851B4 color CMYK value is (7,55,0,29).

  • cyan value is 6.67%
  • magenta value is 55.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(7,55,0,29)
C7M55Y0K29 
(7%,55%,0%,29%)
(0.07/0.55/0.00/0.29)	

CMYK percentages

%6.67
%55
%0
%29.41

Codes

Color #A851B4 in popluar color models

A851B4
RGB16881180
HSL293°39.76%51.18%
HSB/HSV293°55.00%70.59%
CMYK6.67%55.00%0.00%
29.41%

Color #A851B4 in popluar number systems.

HEXA851B4
Decimal16881180
Binary10101000101000110110100
Octal250121264

Shades and tints

Shades of #A851B4

#A851B4
(168,81,180)
#994AA4
(153,74,164)
#8A4394
(138,67,148)
#7B3C84
(123,60,132)
#6C3574
(108,53,116)
#5D2E64
(93,46,100)
#4E2754
(78,39,84)
#3F2044
(63,32,68)
#301934
(48,25,52)
#211224
(33,18,36)
#120B14
(18,11,20)
#000000
(0,0,0)

Tints of #A851B4

#A851B4
(168,81,180)
#AF60BA
(175,96,186)
#B66FC0
(182,111,192)
#BD7EC6
(189,126,198)
#C48DCC
(196,141,204)
#CB9CD2
(203,156,210)
#D2ABD8
(210,171,216)
#D9BADE
(217,186,222)
#E0C9E4
(224,201,228)
#E7D8EA
(231,216,234)
#EEE7F0
(238,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A851B4 color. Also use rgb(168,81,180) instead hex code.

Text Font Color

.myTextColor { color: #A851B4; }

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

This text font color is #A851B4.


Background Color

.myBgColor { background-color: #A851B4; }

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

This div background color is #A851B4.


Border color

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

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

This div border color is #A851B4.


Opacity

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

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

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

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

This text has shadow with #A851B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A851B4 on black background.


Color preview on white background

This text has color #A851B4 on white background.



Black color preview on #A851B4 background

This text has black color on #A851B4 background.


White color preview on #A851B4 background

This text has white color on #A851B4 background.