Color Hex Logo

#a3aff6 Color Hex

#A3AFF6
(163,175,246)
0 Favorites   0 Comments

Color spaces of #a3aff6

RGB 163175246
HSL0.640.820.80
HSV231°34°96°
CMYK 0.340.290.00   0.04
XYZ47.068845.100393.4132
Yxy45.10030.25360.2430
Hunter Lab67.15687.5827-35.4610
CIE-Lab72.957912.1414-36.6648

#a3aff6 color RGB value is (163,175,246).

#a3aff6 hex color red value is 163, green value is 175 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #a3aff6 hue: 0.64 , saturation: 0.82 and the lightness value of a3aff6 is 0.80.

The process color (four color CMYK) of #a3aff6 color hex is 0.34, 0.29, 0.00, 0.04. Web safe color of #a3aff6 is #9999ff. Color #a3aff6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101111 11110110
Octal 243 257 366
Decimal 163 175 246
Hex A3 AF F6

RGB Percentages of Color #a3aff6

%27.91
%29.97
%42.12

CMYK Percentages of Color #a3aff6

%34
%29
%0
%4

Triadic Colors of #a3aff6

#a3aff6 #f6a3af #aff6a3

Analogous Colors of #a3aff6

#a3aff6 #c1a3f6 #a3d9f6

Monochromatic Colors of #a3aff6

#a3aff6

Complementary Color

#a3aff6 #f6eaa3

#a3aff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3aff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3aff6 Color CSS Codes

.mybgcolor {background-color:#a3aff6; } 
.myforecolor {color:#a3aff6; }
.mybordercolor {border:3px solid #a3aff6; }

#a3aff6 Text Font Color

<p style="color:#a3aff6">Text here</p>

This sample text font color is #a3aff6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a3aff6 Background Color

<div style="background-color:#a3aff6">
Div content here</div>

This div background color is #a3aff6


#a3aff6 Border Color

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

This div border color is #a3aff6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,175,246, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3aff6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3aff6;
  -webkit-box-shadow: 1px 1px 3px 2px #a3aff6;
  box-shadow:         1px 1px 3px 2px #a3aff6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,175,246, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a3aff6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a3aff6;
  -webkit-box-shadow: 1px 1px 3px 2px #a3aff6;
  box-shadow:         1px 1px 3px 2px #a3aff6;">
Div content here</div>

This div box has shadow with color #a3aff6


Comments

No comments written yet.

Please login to write comment.