COLOR #A383AF

HEX: #A383AF
RGB: (163,131,175)

Color info

#A383AF contains red, green and blue colors in about the same proportion. Web safe color of #A383AF is #999999 (or #999).

RGB color model

#A383AF color RGB value is (163,131,175).

  • red value is 163;
  • green value is 131;
  • blue value is 175.
RGB:
(163,131,175)
(64%,51%,69%)

RGB channels and saturation

R 163 of 255 = 64%
G 131 of 255 = 51%
B 175 of 255 = 69%

163
131
175

R + G + B ~ 61%. #A383AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 131 + 175 = 469 (100%)
R 163 of 469 ~ 34.75%
G 131 of 469 ~ 27.93%
B 175 of 469 ~ 37.31%

%34.75
%27.93
%37.31

CMYK color model

#A383AF color CMYK value is (7,25,0,31).

  • cyan value is 6.86%
  • magenta value is 25.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(7,25,0,31)
C7M25Y0K31 
(7%,25%,0%,31%)
(0.07/0.25/0.00/0.31)	

CMYK percentages

%6.86
%25.14
%0
%31.37

Codes

Color #A383AF in popluar color models

A383AF
RGB163131175
HSL284°21.57%60.00%
HSB/HSV284°25.14%68.63%
CMYK6.86%25.14%0.00%
31.37%

Color #A383AF in popluar number systems.

HEXA383AF
Decimal163131175
Binary101000111000001110101111
Octal243203257

Shades and tints

Shades of #A383AF

#A383AF
(163,131,175)
#9578A0
(149,120,160)
#876D91
(135,109,145)
#796282
(121,98,130)
#6B5773
(107,87,115)
#5D4C64
(93,76,100)
#4F4155
(79,65,85)
#413646
(65,54,70)
#332B37
(51,43,55)
#252028
(37,32,40)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #A383AF

#A383AF
(163,131,175)
#AB8EB6
(171,142,182)
#B399BD
(179,153,189)
#BBA4C4
(187,164,196)
#C3AFCB
(195,175,203)
#CBBAD2
(203,186,210)
#D3C5D9
(211,197,217)
#DBD0E0
(219,208,224)
#E3DBE7
(227,219,231)
#EBE6EE
(235,230,238)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A383AF color. Also use rgb(163,131,175) instead hex code.

Text Font Color

.myTextColor { color: #A383AF; }

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

This text font color is #A383AF.


Background Color

.myBgColor { background-color: #A383AF; }

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

This div background color is #A383AF.


Border color

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

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

This div border color is #A383AF.


Opacity

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

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

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

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

This text has shadow with #A383AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A383AF on black background.


Color preview on white background

This text has color #A383AF on white background.



Black color preview on #A383AF background

This text has black color on #A383AF background.


White color preview on #A383AF background

This text has white color on #A383AF background.