COLOR #A4AFDF

HEX: #A4AFDF
RGB: (164,175,223)

Color info

#A4AFDF contains red, green and blue colors in about the same proportion. Web safe color of #A4AFDF is #9999CC (or #99C).

RGB color model

#A4AFDF color RGB value is (164,175,223).

  • red value is 164;
  • green value is 175;
  • blue value is 223.
RGB:
(164,175,223)
(64%,69%,87%)

RGB channels and saturation

R 164 of 255 = 64%
G 175 of 255 = 69%
B 223 of 255 = 87%

164
175
223

R + G + B ~ 73%. #A4AFDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 175 + 223 = 562 (100%)
R 164 of 562 ~ 29.18%
G 175 of 562 ~ 31.14%
B 223 of 562 ~ 39.68%

%29.18
%31.14
%39.68

CMYK color model

#A4AFDF color CMYK value is (26,22,0,13).

  • cyan value is 26.46%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(26,22,0,13)
C26M22Y0K13 
(26%,22%,0%,13%)
(0.26/0.22/0.00/0.13)	

CMYK percentages

%26.46
%21.52
%0
%12.55

Codes

Color #A4AFDF in popluar color models

A4AFDF
RGB164175223
HSL229°47.97%75.88%
HSB/HSV229°26.46%87.45%
CMYK26.46%21.52%0.00%
12.55%

Color #A4AFDF in popluar number systems.

HEXA4AFDF
Decimal164175223
Binary101001001010111111011111
Octal244257337

Shades and tints

Shades of #A4AFDF

#A4AFDF
(164,175,223)
#96A0CB
(150,160,203)
#8891B7
(136,145,183)
#7A82A3
(122,130,163)
#6C738F
(108,115,143)
#5E647B
(94,100,123)
#505567
(80,85,103)
#424653
(66,70,83)
#34373F
(52,55,63)
#26282B
(38,40,43)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #A4AFDF

#A4AFDF
(164,175,223)
#ACB6E1
(172,182,225)
#B4BDE3
(180,189,227)
#BCC4E5
(188,196,229)
#C4CBE7
(196,203,231)
#CCD2E9
(204,210,233)
#D4D9EB
(212,217,235)
#DCE0ED
(220,224,237)
#E4E7EF
(228,231,239)
#ECEEF1
(236,238,241)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AFDF color. Also use rgb(164,175,223) instead hex code.

Text Font Color

.myTextColor { color: #A4AFDF; }

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

This text font color is #A4AFDF.


Background Color

.myBgColor { background-color: #A4AFDF; }

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

This div background color is #A4AFDF.


Border color

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

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

This div border color is #A4AFDF.


Opacity

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

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

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

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

This text has shadow with #A4AFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AFDF on black background.


Color preview on white background

This text has color #A4AFDF on white background.



Black color preview on #A4AFDF background

This text has black color on #A4AFDF background.


White color preview on #A4AFDF background

This text has white color on #A4AFDF background.