COLOR #A755B9

HEX: #A755B9
RGB: (167,85,185)

Color info

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

RGB color model

#A755B9 color RGB value is (167,85,185).

  • red value is 167;
  • green value is 85;
  • blue value is 185.
RGB:
(167,85,185)
(65%,33%,73%)

RGB channels and saturation

R 167 of 255 = 65%
G 85 of 255 = 33%
B 185 of 255 = 73%

167
85
185

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

Portions of RGB colors in percentages

R + G + B =
167 + 85 + 185 = 437 (100%)
R 167 of 437 ~ 38.22%
G 85 of 437 ~ 19.45%
B 185 of 437 ~ 42.33%

%38.22
%19.45
%42.33

CMYK color model

#A755B9 color CMYK value is (10,54,0,27).

  • cyan value is 9.73%
  • magenta value is 54.05%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(10,54,0,27)
C10M54Y0K27 
(10%,54%,0%,27%)
(0.10/0.54/0.00/0.27)	

CMYK percentages

%9.73
%54.05
%0
%27.45

Codes

Color #A755B9 in popluar color models

A755B9
RGB16785185
HSL289°41.67%52.94%
HSB/HSV289°54.05%72.55%
CMYK9.73%54.05%0.00%
27.45%

Color #A755B9 in popluar number systems.

HEXA755B9
Decimal16785185
Binary10100111101010110111001
Octal247125271

Shades and tints

Shades of #A755B9

#A755B9
(167,85,185)
#984EA9
(152,78,169)
#894799
(137,71,153)
#7A4089
(122,64,137)
#6B3979
(107,57,121)
#5C3269
(92,50,105)
#4D2B59
(77,43,89)
#3E2449
(62,36,73)
#2F1D39
(47,29,57)
#201629
(32,22,41)
#110F19
(17,15,25)
#000000
(0,0,0)

Tints of #A755B9

#A755B9
(167,85,185)
#AF64BF
(175,100,191)
#B773C5
(183,115,197)
#BF82CB
(191,130,203)
#C791D1
(199,145,209)
#CFA0D7
(207,160,215)
#D7AFDD
(215,175,221)
#DFBEE3
(223,190,227)
#E7CDE9
(231,205,233)
#EFDCEF
(239,220,239)
#F7EBF5
(247,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A755B9 color. Also use rgb(167,85,185) instead hex code.

Text Font Color

.myTextColor { color: #A755B9; }

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

This text font color is #A755B9.


Background Color

.myBgColor { background-color: #A755B9; }

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

This div background color is #A755B9.


Border color

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

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

This div border color is #A755B9.


Opacity

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

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

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

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

This text has shadow with #A755B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A755B9 on black background.


Color preview on white background

This text has color #A755B9 on white background.



Black color preview on #A755B9 background

This text has black color on #A755B9 background.


White color preview on #A755B9 background

This text has white color on #A755B9 background.