COLOR #A6758F

HEX: #A6758F
RGB: (166,117,143)

Color info

#A6758F contains red, green and blue colors in about the same proportion. Web safe color of #A6758F is #996699 (or #969).

RGB color model

#A6758F color RGB value is (166,117,143).

  • red value is 166;
  • green value is 117;
  • blue value is 143.
RGB:
(166,117,143)
(65%,46%,56%)

RGB channels and saturation

R 166 of 255 = 65%
G 117 of 255 = 46%
B 143 of 255 = 56%

166
117
143

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

Portions of RGB colors in percentages

R + G + B =
166 + 117 + 143 = 426 (100%)
R 166 of 426 ~ 38.97%
G 117 of 426 ~ 27.46%
B 143 of 426 ~ 33.57%

%38.97
%27.46
%33.57

CMYK color model

#A6758F color CMYK value is (0,30,14,35).

  • cyan value is 0.00%
  • magenta value is 29.52%
  • yellow value is 13.86%
  • key color value is 34.90%
CMYK:
(0,30,14,35)
C0M30Y14K35 
(0%,30%,14%,35%)
(0.00/0.30/0.14/0.35)	

CMYK percentages

%0
%29.52
%13.86
%34.9

Codes

Color #A6758F in popluar color models

A6758F
RGB166117143
HSL328°21.59%55.49%
HSB/HSV328°29.52%65.10%
CMYK0.00%29.52%13.86%
34.90%

Color #A6758F in popluar number systems.

HEXA6758F
Decimal166117143
Binary10100110111010110001111
Octal246165217

Shades and tints

Shades of #A6758F

#A6758F
(166,117,143)
#976B82
(151,107,130)
#886175
(136,97,117)
#795768
(121,87,104)
#6A4D5B
(106,77,91)
#5B434E
(91,67,78)
#4C3941
(76,57,65)
#3D2F34
(61,47,52)
#2E2527
(46,37,39)
#1F1B1A
(31,27,26)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #A6758F

#A6758F
(166,117,143)
#AE8199
(174,129,153)
#B68DA3
(182,141,163)
#BE99AD
(190,153,173)
#C6A5B7
(198,165,183)
#CEB1C1
(206,177,193)
#D6BDCB
(214,189,203)
#DEC9D5
(222,201,213)
#E6D5DF
(230,213,223)
#EEE1E9
(238,225,233)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6758F color. Also use rgb(166,117,143) instead hex code.

Text Font Color

.myTextColor { color: #A6758F; }

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

This text font color is #A6758F.


Background Color

.myBgColor { background-color: #A6758F; }

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

This div background color is #A6758F.


Border color

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

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

This div border color is #A6758F.


Opacity

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

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

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

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

This text has shadow with #A6758F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6758F on black background.


Color preview on white background

This text has color #A6758F on white background.



Black color preview on #A6758F background

This text has black color on #A6758F background.


White color preview on #A6758F background

This text has white color on #A6758F background.