COLOR #A375B0

HEX: #A375B0
RGB: (163,117,176)

Color info

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

RGB color model

#A375B0 color RGB value is (163,117,176).

  • red value is 163;
  • green value is 117;
  • blue value is 176.
RGB:
(163,117,176)
(64%,46%,69%)

RGB channels and saturation

R 163 of 255 = 64%
G 117 of 255 = 46%
B 176 of 255 = 69%

163
117
176

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

Portions of RGB colors in percentages

R + G + B =
163 + 117 + 176 = 456 (100%)
R 163 of 456 ~ 35.75%
G 117 of 456 ~ 25.66%
B 176 of 456 ~ 38.6%

%35.75
%25.66
%38.6

CMYK color model

#A375B0 color CMYK value is (7,34,0,31).

  • cyan value is 7.39%
  • magenta value is 33.52%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(7,34,0,31)
C7M34Y0K31 
(7%,34%,0%,31%)
(0.07/0.34/0.00/0.31)	

CMYK percentages

%7.39
%33.52
%0
%30.98

Codes

Color #A375B0 in popluar color models

A375B0
RGB163117176
HSL287°27.19%57.45%
HSB/HSV287°33.52%69.02%
CMYK7.39%33.52%0.00%
30.98%

Color #A375B0 in popluar number systems.

HEXA375B0
Decimal163117176
Binary10100011111010110110000
Octal243165260

Shades and tints

Shades of #A375B0

#A375B0
(163,117,176)
#956BA0
(149,107,160)
#876190
(135,97,144)
#795780
(121,87,128)
#6B4D70
(107,77,112)
#5D4360
(93,67,96)
#4F3950
(79,57,80)
#412F40
(65,47,64)
#332530
(51,37,48)
#251B20
(37,27,32)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #A375B0

#A375B0
(163,117,176)
#AB81B7
(171,129,183)
#B38DBE
(179,141,190)
#BB99C5
(187,153,197)
#C3A5CC
(195,165,204)
#CBB1D3
(203,177,211)
#D3BDDA
(211,189,218)
#DBC9E1
(219,201,225)
#E3D5E8
(227,213,232)
#EBE1EF
(235,225,239)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A375B0 color. Also use rgb(163,117,176) instead hex code.

Text Font Color

.myTextColor { color: #A375B0; }

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

This text font color is #A375B0.


Background Color

.myBgColor { background-color: #A375B0; }

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

This div background color is #A375B0.


Border color

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

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

This div border color is #A375B0.


Opacity

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

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

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

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

This text has shadow with #A375B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A375B0 on black background.


Color preview on white background

This text has color #A375B0 on white background.



Black color preview on #A375B0 background

This text has black color on #A375B0 background.


White color preview on #A375B0 background

This text has white color on #A375B0 background.