COLOR #A75AB7

HEX: #A75AB7
RGB: (167,90,183)

Color info

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

RGB color model

#A75AB7 color RGB value is (167,90,183).

  • red value is 167;
  • green value is 90;
  • blue value is 183.
RGB:
(167,90,183)
(65%,35%,72%)

RGB channels and saturation

R 167 of 255 = 65%
G 90 of 255 = 35%
B 183 of 255 = 72%

167
90
183

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

Portions of RGB colors in percentages

R + G + B =
167 + 90 + 183 = 440 (100%)
R 167 of 440 ~ 37.95%
G 90 of 440 ~ 20.45%
B 183 of 440 ~ 41.59%

%37.95
%20.45
%41.59

CMYK color model

#A75AB7 color CMYK value is (9,51,0,28).

  • cyan value is 8.74%
  • magenta value is 50.82%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(9,51,0,28)
C9M51Y0K28 
(9%,51%,0%,28%)
(0.09/0.51/0.00/0.28)	

CMYK percentages

%8.74
%50.82
%0
%28.24

Codes

Color #A75AB7 in popluar color models

A75AB7
RGB16790183
HSL290°39.24%53.53%
HSB/HSV290°50.82%71.76%
CMYK8.74%50.82%0.00%
28.24%

Color #A75AB7 in popluar number systems.

HEXA75AB7
Decimal16790183
Binary10100111101101010110111
Octal247132267

Shades and tints

Shades of #A75AB7

#A75AB7
(167,90,183)
#9852A7
(152,82,167)
#894A97
(137,74,151)
#7A4287
(122,66,135)
#6B3A77
(107,58,119)
#5C3267
(92,50,103)
#4D2A57
(77,42,87)
#3E2247
(62,34,71)
#2F1A37
(47,26,55)
#201227
(32,18,39)
#110A17
(17,10,23)
#000000
(0,0,0)

Tints of #A75AB7

#A75AB7
(167,90,183)
#AF69BD
(175,105,189)
#B778C3
(183,120,195)
#BF87C9
(191,135,201)
#C796CF
(199,150,207)
#CFA5D5
(207,165,213)
#D7B4DB
(215,180,219)
#DFC3E1
(223,195,225)
#E7D2E7
(231,210,231)
#EFE1ED
(239,225,237)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75AB7 color. Also use rgb(167,90,183) instead hex code.

Text Font Color

.myTextColor { color: #A75AB7; }

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

This text font color is #A75AB7.


Background Color

.myBgColor { background-color: #A75AB7; }

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

This div background color is #A75AB7.


Border color

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

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

This div border color is #A75AB7.


Opacity

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

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

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

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

This text has shadow with #A75AB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75AB7 on black background.


Color preview on white background

This text has color #A75AB7 on white background.



Black color preview on #A75AB7 background

This text has black color on #A75AB7 background.


White color preview on #A75AB7 background

This text has white color on #A75AB7 background.