COLOR #A765E3

HEX: #A765E3
RGB: (167,101,227)

Color info

#A765E3 contains mainly blue color. Web safe color of #A765E3 is #9966CC (or #96C).

RGB color model

#A765E3 color RGB value is (167,101,227).

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

RGB channels and saturation

R 167 of 255 = 65%
G 101 of 255 = 40%
B 227 of 255 = 89%

167
101
227

R + G + B ~ 65%. #A765E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 101 + 227 = 495 (100%)
R 167 of 495 ~ 33.74%
G 101 of 495 ~ 20.4%
B 227 of 495 ~ 45.86%

%33.74
%20.4
%45.86

CMYK color model

#A765E3 color CMYK value is (26,56,0,11).

  • cyan value is 26.43%
  • magenta value is 55.51%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(26,56,0,11)
C26M56Y0K11 
(26%,56%,0%,11%)
(0.26/0.56/0.00/0.11)	

CMYK percentages

%26.43
%55.51
%0
%10.98

Codes

Color #A765E3 in popluar color models

A765E3
RGB167101227
HSL271°69.23%64.31%
HSB/HSV271°55.51%89.02%
CMYK26.43%55.51%0.00%
10.98%

Color #A765E3 in popluar number systems.

HEXA765E3
Decimal167101227
Binary10100111110010111100011
Octal247145343

Shades and tints

Shades of #A765E3

#A765E3
(167,101,227)
#985CCF
(152,92,207)
#8953BB
(137,83,187)
#7A4AA7
(122,74,167)
#6B4193
(107,65,147)
#5C387F
(92,56,127)
#4D2F6B
(77,47,107)
#3E2657
(62,38,87)
#2F1D43
(47,29,67)
#20142F
(32,20,47)
#110B1B
(17,11,27)
#000000
(0,0,0)

Tints of #A765E3

#A765E3
(167,101,227)
#AF73E5
(175,115,229)
#B781E7
(183,129,231)
#BF8FE9
(191,143,233)
#C79DEB
(199,157,235)
#CFABED
(207,171,237)
#D7B9EF
(215,185,239)
#DFC7F1
(223,199,241)
#E7D5F3
(231,213,243)
#EFE3F5
(239,227,245)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A765E3; }

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

This text font color is #A765E3.


Background Color

.myBgColor { background-color: #A765E3; }

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

This div background color is #A765E3.


Border color

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

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

This div border color is #A765E3.


Opacity

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

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

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

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

This text has shadow with #A765E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A765E3 on black background.


Color preview on white background

This text has color #A765E3 on white background.



Black color preview on #A765E3 background

This text has black color on #A765E3 background.


White color preview on #A765E3 background

This text has white color on #A765E3 background.