COLOR #A399AF

HEX: #A399AF RGB: (163,153,175)

Color info

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

RGB color model

#A399AF color RGB value is (163,153,175).

RGB: (163,153,175) (64%, 60%, 69%)

RGB channels and saturation

R 163 of 255 = 64%
G 153 of 255 = 60%
B 175 of 255 = 69%

163
153
175

R + G + B ~ 64%. #A399AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 153 + 175 = 491 (100%)
R 163 of 491 ~ 33.2%
G 153 of 491 ~ 31.16%
B 175 of 491 ~ 35.64'%

%33.2
%31.16
%35.64

CMYK color model

#A399AF color CMYK value is (7,13,0,31).

  • cyan value is 6.86%
  • magenta value is 12.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (7,13,0,31) C7M13Y0K31 (7%,13%,0%,31%) (0.07/0.13/0.00/0.31) 

CMYK percentages

%6.86
%12.57
%0
%31.37

Codes

Color #A399AF in popluar color models

A3 99 AF
RGB 163 153 175
HSL 267° 12.09% 64.31%
HSB/HSV 267° 12.57% 68.63%
CMYK 6.86% 12.57% 0.00%
31.37%

Color #A399AF in popluar number systems.

HEX A3 99 AF
Decimal 163 153 175
Binary 10100011 10011001 10101111
Octal 243 231 257

Shades and tints

Shades of #A399AF

#A399AF
(163,153,175)
#958CA0
(149,140,160)
#877F91
(135,127,145)
#797282
(121,114,130)
#6B6573
(107,101,115)
#5D5864
(93,88,100)
#4F4B55
(79,75,85)
#413E46
(65,62,70)
#333137
(51,49,55)
#252428
(37,36,40)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #A399AF

#A399AF
(163,153,175)
#ABA2B6
(171,162,182)
#B3ABBD
(179,171,189)
#BBB4C4
(187,180,196)
#C3BDCB
(195,189,203)
#CBC6D2
(203,198,210)
#D3CFD9
(211,207,217)
#DBD8E0
(219,216,224)
#E3E1E7
(227,225,231)
#EBEAEE
(235,234,238)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A399AF; }

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

This text font color is #A399AF.

Background Color

.myBgColor { background-color: #A399AF; }

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

This div background color is #A399AF.

Border color

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

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

This div border color is #A399AF.

Opacity

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

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

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

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

This text has shadow with #A399AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A399AF.

Preview

Color preview on black background

This text has color #A399AF on black background.


Color preview on white background

This text has color #A399AF on white background.


Black color preview on #A399AF background

This text has black color on #A399AF background.


White color preview on #A399AF background

This text has white color on #A399AF background.


Related colors

Complementary color

Complementary color for #hex is #5C6650.


I love getcolorcode.com

Triadic colors

1 #AFA399 and #99AFA3 with #A399AF are triadic colors.

2 #AF99A3 and #99A3AF with #A399AF are triadic colors.