COLOR #A75FB6

HEX: #A75FB6
RGB: (167,95,182)

Color info

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

RGB color model

#A75FB6 color RGB value is (167,95,182).

  • red value is 167;
  • green value is 95;
  • blue value is 182.
RGB:
(167,95,182)
(65%,37%,71%)

RGB channels and saturation

R 167 of 255 = 65%
G 95 of 255 = 37%
B 182 of 255 = 71%

167
95
182

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

Portions of RGB colors in percentages

R + G + B =
167 + 95 + 182 = 444 (100%)
R 167 of 444 ~ 37.61%
G 95 of 444 ~ 21.4%
B 182 of 444 ~ 40.99%

%37.61
%21.4
%40.99

CMYK color model

#A75FB6 color CMYK value is (8,48,0,29).

  • cyan value is 8.24%
  • magenta value is 47.80%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(8,48,0,29)
C8M48Y0K29 
(8%,48%,0%,29%)
(0.08/0.48/0.00/0.29)	

CMYK percentages

%8.24
%47.8
%0
%28.63

Codes

Color #A75FB6 in popluar color models

A75FB6
RGB16795182
HSL290°37.34%54.31%
HSB/HSV290°47.80%71.37%
CMYK8.24%47.80%0.00%
28.63%

Color #A75FB6 in popluar number systems.

HEXA75FB6
Decimal16795182
Binary10100111101111110110110
Octal247137266

Shades and tints

Shades of #A75FB6

#A75FB6
(167,95,182)
#9857A6
(152,87,166)
#894F96
(137,79,150)
#7A4786
(122,71,134)
#6B3F76
(107,63,118)
#5C3766
(92,55,102)
#4D2F56
(77,47,86)
#3E2746
(62,39,70)
#2F1F36
(47,31,54)
#201726
(32,23,38)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #A75FB6

#A75FB6
(167,95,182)
#AF6DBC
(175,109,188)
#B77BC2
(183,123,194)
#BF89C8
(191,137,200)
#C797CE
(199,151,206)
#CFA5D4
(207,165,212)
#D7B3DA
(215,179,218)
#DFC1E0
(223,193,224)
#E7CFE6
(231,207,230)
#EFDDEC
(239,221,236)
#F7EBF2
(247,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75FB6 color. Also use rgb(167,95,182) instead hex code.

Text Font Color

.myTextColor { color: #A75FB6; }

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

This text font color is #A75FB6.


Background Color

.myBgColor { background-color: #A75FB6; }

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

This div background color is #A75FB6.


Border color

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

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

This div border color is #A75FB6.


Opacity

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

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

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

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

This text has shadow with #A75FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75FB6 on black background.


Color preview on white background

This text has color #A75FB6 on white background.



Black color preview on #A75FB6 background

This text has black color on #A75FB6 background.


White color preview on #A75FB6 background

This text has white color on #A75FB6 background.