COLOR #A755A4

HEX: #A755A4
RGB: (167,85,164)

Color info

#A755A4 contains mainly red and blue colors. Web safe color of #A755A4 is #996699 (or #969).

RGB color model

#A755A4 color RGB value is (167,85,164).

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

RGB channels and saturation

R 167 of 255 = 65%
G 85 of 255 = 33%
B 164 of 255 = 64%

167
85
164

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

Portions of RGB colors in percentages

R + G + B =
167 + 85 + 164 = 416 (100%)
R 167 of 416 ~ 40.14%
G 85 of 416 ~ 20.43%
B 164 of 416 ~ 39.42%

%40.14
%20.43
%39.42

CMYK color model

#A755A4 color CMYK value is (0,49,2,35).

  • cyan value is 0.00%
  • magenta value is 49.10%
  • yellow value is 1.80%
  • key color value is 34.51%
CMYK:
(0,49,2,35)
C0M49Y2K35 
(0%,49%,2%,35%)
(0.00/0.49/0.02/0.35)	

CMYK percentages

%0
%49.1
%1.8
%34.51

Codes

Color #A755A4 in popluar color models

A755A4
RGB16785164
HSL302°32.54%49.41%
HSB/HSV302°49.10%65.49%
CMYK0.00%49.10%1.80%
34.51%

Color #A755A4 in popluar number systems.

HEXA755A4
Decimal16785164
Binary10100111101010110100100
Octal247125244

Shades and tints

Shades of #A755A4

#A755A4
(167,85,164)
#984E96
(152,78,150)
#894788
(137,71,136)
#7A407A
(122,64,122)
#6B396C
(107,57,108)
#5C325E
(92,50,94)
#4D2B50
(77,43,80)
#3E2442
(62,36,66)
#2F1D34
(47,29,52)
#201626
(32,22,38)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #A755A4

#A755A4
(167,85,164)
#AF64AC
(175,100,172)
#B773B4
(183,115,180)
#BF82BC
(191,130,188)
#C791C4
(199,145,196)
#CFA0CC
(207,160,204)
#D7AFD4
(215,175,212)
#DFBEDC
(223,190,220)
#E7CDE4
(231,205,228)
#EFDCEC
(239,220,236)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A755A4; }

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

This text font color is #A755A4.


Background Color

.myBgColor { background-color: #A755A4; }

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

This div background color is #A755A4.


Border color

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

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

This div border color is #A755A4.


Opacity

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

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

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

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

This text has shadow with #A755A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A755A4 on black background.


Color preview on white background

This text has color #A755A4 on white background.



Black color preview on #A755A4 background

This text has black color on #A755A4 background.


White color preview on #A755A4 background

This text has white color on #A755A4 background.