COLOR #A6AFF4

HEX: #A6AFF4 RGB: (166,175,244)

Color info

#A6AFF4 contains mainly blue color. Web safe color of #A6AFF4 is #9999FF (or #99F).

RGB color model

#A6AFF4 color RGB value is (166,175,244).

RGB: (166,175,244) (65%, 69%, 96%)

RGB channels and saturation

R 166 of 255 = 65%
G 175 of 255 = 69%
B 244 of 255 = 96%

166
175
244

R + G + B ~ 77%. #A6AFF4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 175 + 244 = 585 (100%)
R 166 of 585 ~ 28.38%
G 175 of 585 ~ 29.91%
B 244 of 585 ~ 41.71'%

%28.38
%29.91
%41.71

CMYK color model

#A6AFF4 color CMYK value is (32,28,0,4).

  • cyan value is 31.97%
  • magenta value is 28.28%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (32,28,0,4)
C32M28Y0K4 (32%, 28%, 0%, 4%)
(0.32 / 0.28 / 0.00 / 0.04)

CMYK percentages

%31.97
%28.28
%0
%4.31

Codes

Color #A6AFF4 in popluar color models

A6 AF F4
RGB 166 175 244
HSL 233° 78.00% 80.39%
HSB/HSV 233° 31.97% 95.69%
CMYK 31.97% 28.28% 0.00%
4.31%

Color #A6AFF4 in popluar number systems.

HEX A6 AF F4
Decimal 166 175 244
Binary 10100110 10101111 11110100
Octal 246 257 364

Shades and tints

Shades of #A6AFF4

#A6AFF4
(166,175,244)
#97A0DE
(151,160,222)
#8891C8
(136,145,200)
#7982B2
(121,130,178)
#6A739C
(106,115,156)
#5B6486
(91,100,134)
#4C5570
(76,85,112)
#3D465A
(61,70,90)
#2E3744
(46,55,68)
#1F282E
(31,40,46)
#101918
(16,25,24)
#000000
(0,0,0)

Tints of #A6AFF4

#A6AFF4
(166,175,244)
#AEB6F5
(174,182,245)
#B6BDF6
(182,189,246)
#BEC4F7
(190,196,247)
#C6CBF8
(198,203,248)
#CED2F9
(206,210,249)
#D6D9FA
(214,217,250)
#DEE0FB
(222,224,251)
#E6E7FC
(230,231,252)
#EEEEFD
(238,238,253)
#F6F5FE
(246,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6AFF4 color. Also use rgb(166,175,244) instead hex code.

Text Font Color

.myTextColor { color: #A6AFF4; }

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

This text font color is #A6AFF4.

Background Color

.myBgColor { background-color: #A6AFF4; }

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

This div background color is #A6AFF4.

Border color

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

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

This div border color is #A6AFF4.

Opacity

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

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

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

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

This text has shadow with #A6AFF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AFF4.

Preview

Color preview on black background

This text has color #A6AFF4 on black background.


Color preview on white background

This text has color #A6AFF4 on white background.


Black color preview on #A6AFF4 background

This text has black color on #A6AFF4 background.


White color preview on #A6AFF4 background

This text has white color on #A6AFF4 background.


Related colors

Complementary color

Complementary color for #hex is #59500B.


I love getcolorcode.com

Triadic colors

1 #F4A6AF and #AFF4A6 with #A6AFF4 are triadic colors.

2 #F4AFA6 and #AFA6F4 with #A6AFF4 are triadic colors.