COLOR #A765DA

HEX: #A765DA
RGB: (167,101,218)

Color info

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

RGB color model

#A765DA color RGB value is (167,101,218).

  • red value is 167;
  • green value is 101;
  • blue value is 218.
RGB:
(167,101,218)
(65%,40%,85%)

RGB channels and saturation

R 167 of 255 = 65%
G 101 of 255 = 40%
B 218 of 255 = 85%

167
101
218

R + G + B ~ 63%. #A765DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 101 + 218 = 486 (100%)
R 167 of 486 ~ 34.36%
G 101 of 486 ~ 20.78%
B 218 of 486 ~ 44.86%

%34.36
%20.78
%44.86

CMYK color model

#A765DA color CMYK value is (23,54,0,15).

  • cyan value is 23.39%
  • magenta value is 53.67%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(23,54,0,15)
C23M54Y0K15 
(23%,54%,0%,15%)
(0.23/0.54/0.00/0.15)	

CMYK percentages

%23.39
%53.67
%0
%14.51

Codes

Color #A765DA in popluar color models

A765DA
RGB167101218
HSL274°61.26%62.55%
HSB/HSV274°53.67%85.49%
CMYK23.39%53.67%0.00%
14.51%

Color #A765DA in popluar number systems.

HEXA765DA
Decimal167101218
Binary10100111110010111011010
Octal247145332

Shades and tints

Shades of #A765DA

#A765DA
(167,101,218)
#985CC7
(152,92,199)
#8953B4
(137,83,180)
#7A4AA1
(122,74,161)
#6B418E
(107,65,142)
#5C387B
(92,56,123)
#4D2F68
(77,47,104)
#3E2655
(62,38,85)
#2F1D42
(47,29,66)
#20142F
(32,20,47)
#110B1C
(17,11,28)
#000000
(0,0,0)

Tints of #A765DA

#A765DA
(167,101,218)
#AF73DD
(175,115,221)
#B781E0
(183,129,224)
#BF8FE3
(191,143,227)
#C79DE6
(199,157,230)
#CFABE9
(207,171,233)
#D7B9EC
(215,185,236)
#DFC7EF
(223,199,239)
#E7D5F2
(231,213,242)
#EFE3F5
(239,227,245)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A765DA color. Also use rgb(167,101,218) instead hex code.

Text Font Color

.myTextColor { color: #A765DA; }

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

This text font color is #A765DA.


Background Color

.myBgColor { background-color: #A765DA; }

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

This div background color is #A765DA.


Border color

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

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

This div border color is #A765DA.


Opacity

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

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

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

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

This text has shadow with #A765DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A765DA on black background.


Color preview on white background

This text has color #A765DA on white background.



Black color preview on #A765DA background

This text has black color on #A765DA background.


White color preview on #A765DA background

This text has white color on #A765DA background.