COLOR #A383AE

HEX: #A383AE RGB: (163,131,174)

Color info

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

RGB color model

#A383AE color RGB value is (163,131,174).

RGB: (163,131,174) (64%, 51%, 68%)

RGB channels and saturation

R 163 of 255 = 64%
G 131 of 255 = 51%
B 174 of 255 = 68%

163
131
174

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

Portions of RGB colors in percentages

R + G + B = 163 + 131 + 174 = 468 (100%)
R 163 of 468 ~ 34.83%
G 131 of 468 ~ 27.99%
B 174 of 468 ~ 37.18'%

%34.83
%27.99
%37.18

CMYK color model

#A383AE color CMYK value is (6,25,0,32).

  • cyan value is 6.32%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (6,25,0,32) C6M25Y0K32 (6%,25%,0%,32%) (0.06/0.25/0.00/0.32) 

CMYK percentages

%6.32
%24.71
%0
%31.76

Codes

Color #A383AE in popluar color models

A3 83 AE
RGB 163 131 174
HSL 285° 20.98% 59.80%
HSB/HSV 285° 24.71% 68.24%
CMYK 6.32% 24.71% 0.00%
31.76%

Color #A383AE in popluar number systems.

HEX A3 83 AE
Decimal 163 131 174
Binary 10100011 10000011 10101110
Octal 243 203 256

Shades and tints

Shades of #A383AE

#A383AE
(163,131,174)
#95789F
(149,120,159)
#876D90
(135,109,144)
#796281
(121,98,129)
#6B5772
(107,87,114)
#5D4C63
(93,76,99)
#4F4154
(79,65,84)
#413645
(65,54,69)
#332B36
(51,43,54)
#252027
(37,32,39)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #A383AE

#A383AE
(163,131,174)
#AB8EB5
(171,142,181)
#B399BC
(179,153,188)
#BBA4C3
(187,164,195)
#C3AFCA
(195,175,202)
#CBBAD1
(203,186,209)
#D3C5D8
(211,197,216)
#DBD0DF
(219,208,223)
#E3DBE6
(227,219,230)
#EBE6ED
(235,230,237)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A383AE; }

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

This text font color is #A383AE.

Background Color

.myBgColor { background-color: #A383AE; }

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

This div background color is #A383AE.

Border color

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

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

This div border color is #A383AE.

Opacity

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

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

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

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

This text has shadow with #A383AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A383AE.

Preview

Color preview on black background

This text has color #A383AE on black background.


Color preview on white background

This text has color #A383AE on white background.


Black color preview on #A383AE background

This text has black color on #A383AE background.


White color preview on #A383AE background

This text has white color on #A383AE background.


Related colors

Complementary color

Complementary color for #hex is #5C7C51.


I love getcolorcode.com

Triadic colors

1 #AEA383 and #83AEA3 with #A383AE are triadic colors.

2 #AE83A3 and #83A3AE with #A383AE are triadic colors.