COLOR #A759D8

HEX: #A759D8
RGB: (167,89,216)

Color info

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

RGB color model

#A759D8 color RGB value is (167,89,216).

  • red value is 167;
  • green value is 89;
  • blue value is 216.
RGB:
(167,89,216)
(65%,35%,85%)

RGB channels and saturation

R 167 of 255 = 65%
G 89 of 255 = 35%
B 216 of 255 = 85%

167
89
216

R + G + B ~ 62%. #A759D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 89 + 216 = 472 (100%)
R 167 of 472 ~ 35.38%
G 89 of 472 ~ 18.86%
B 216 of 472 ~ 45.76%

%35.38
%18.86
%45.76

CMYK color model

#A759D8 color CMYK value is (23,59,0,15).

  • cyan value is 22.69%
  • magenta value is 58.80%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(23,59,0,15)
C23M59Y0K15 
(23%,59%,0%,15%)
(0.23/0.59/0.00/0.15)	

CMYK percentages

%22.69
%58.8
%0
%15.29

Codes

Color #A759D8 in popluar color models

A759D8
RGB16789216
HSL277°61.95%59.80%
HSB/HSV277°58.80%84.71%
CMYK22.69%58.80%0.00%
15.29%

Color #A759D8 in popluar number systems.

HEXA759D8
Decimal16789216
Binary10100111101100111011000
Octal247131330

Shades and tints

Shades of #A759D8

#A759D8
(167,89,216)
#9851C5
(152,81,197)
#8949B2
(137,73,178)
#7A419F
(122,65,159)
#6B398C
(107,57,140)
#5C3179
(92,49,121)
#4D2966
(77,41,102)
#3E2153
(62,33,83)
#2F1940
(47,25,64)
#20112D
(32,17,45)
#11091A
(17,9,26)
#000000
(0,0,0)

Tints of #A759D8

#A759D8
(167,89,216)
#AF68DB
(175,104,219)
#B777DE
(183,119,222)
#BF86E1
(191,134,225)
#C795E4
(199,149,228)
#CFA4E7
(207,164,231)
#D7B3EA
(215,179,234)
#DFC2ED
(223,194,237)
#E7D1F0
(231,209,240)
#EFE0F3
(239,224,243)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A759D8 color. Also use rgb(167,89,216) instead hex code.

Text Font Color

.myTextColor { color: #A759D8; }

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

This text font color is #A759D8.


Background Color

.myBgColor { background-color: #A759D8; }

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

This div background color is #A759D8.


Border color

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

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

This div border color is #A759D8.


Opacity

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

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

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

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

This text has shadow with #A759D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A759D8 on black background.


Color preview on white background

This text has color #A759D8 on white background.



Black color preview on #A759D8 background

This text has black color on #A759D8 background.


White color preview on #A759D8 background

This text has white color on #A759D8 background.