COLOR #A75EB8

HEX: #A75EB8
RGB: (167,94,184)

Color info

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

RGB color model

#A75EB8 color RGB value is (167,94,184).

  • red value is 167;
  • green value is 94;
  • blue value is 184.
RGB:
(167,94,184)
(65%,37%,72%)

RGB channels and saturation

R 167 of 255 = 65%
G 94 of 255 = 37%
B 184 of 255 = 72%

167
94
184

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

Portions of RGB colors in percentages

R + G + B =
167 + 94 + 184 = 445 (100%)
R 167 of 445 ~ 37.53%
G 94 of 445 ~ 21.12%
B 184 of 445 ~ 41.35%

%37.53
%21.12
%41.35

CMYK color model

#A75EB8 color CMYK value is (9,49,0,28).

  • cyan value is 9.24%
  • magenta value is 48.91%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(9,49,0,28)
C9M49Y0K28 
(9%,49%,0%,28%)
(0.09/0.49/0.00/0.28)	

CMYK percentages

%9.24
%48.91
%0
%27.84

Codes

Color #A75EB8 in popluar color models

A75EB8
RGB16794184
HSL289°38.79%54.51%
HSB/HSV289°48.91%72.16%
CMYK9.24%48.91%0.00%
27.84%

Color #A75EB8 in popluar number systems.

HEXA75EB8
Decimal16794184
Binary10100111101111010111000
Octal247136270

Shades and tints

Shades of #A75EB8

#A75EB8
(167,94,184)
#9856A8
(152,86,168)
#894E98
(137,78,152)
#7A4688
(122,70,136)
#6B3E78
(107,62,120)
#5C3668
(92,54,104)
#4D2E58
(77,46,88)
#3E2648
(62,38,72)
#2F1E38
(47,30,56)
#201628
(32,22,40)
#110E18
(17,14,24)
#000000
(0,0,0)

Tints of #A75EB8

#A75EB8
(167,94,184)
#AF6CBE
(175,108,190)
#B77AC4
(183,122,196)
#BF88CA
(191,136,202)
#C796D0
(199,150,208)
#CFA4D6
(207,164,214)
#D7B2DC
(215,178,220)
#DFC0E2
(223,192,226)
#E7CEE8
(231,206,232)
#EFDCEE
(239,220,238)
#F7EAF4
(247,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75EB8 color. Also use rgb(167,94,184) instead hex code.

Text Font Color

.myTextColor { color: #A75EB8; }

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

This text font color is #A75EB8.


Background Color

.myBgColor { background-color: #A75EB8; }

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

This div background color is #A75EB8.


Border color

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

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

This div border color is #A75EB8.


Opacity

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

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

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

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

This text has shadow with #A75EB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75EB8 on black background.


Color preview on white background

This text has color #A75EB8 on white background.



Black color preview on #A75EB8 background

This text has black color on #A75EB8 background.


White color preview on #A75EB8 background

This text has white color on #A75EB8 background.