Color Hex Logo

#a3aacc Color Hex

#A3AACC
(163,170,204)
0 Favorites   0 Comments

Color spaces of #a3aacc

RGB 163170204
HSL0.640.290.72
HSV230°20°80°
CMYK 0.200.170.00   0.20
XYZ40.378140.895662.8922
Yxy40.89560.28010.2837
Hunter Lab63.94970.7938-13.5448
CIE-Lab70.10274.7389-18.1089

#a3aacc color RGB value is (163,170,204).

#a3aacc hex color red value is 163, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a3aacc hue: 0.64 , saturation: 0.29 and the lightness value of a3aacc is 0.72.

The process color (four color CMYK) of #a3aacc color hex is 0.20, 0.17, 0.00, 0.20. Web safe color of #a3aacc is #9999cc. Color #a3aacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101010 11001100
Octal 243 252 314
Decimal 163 170 204
Hex A3 AA CC

RGB Percentages of Color #a3aacc

%30.35
%31.66
%37.99

CMYK Percentages of Color #a3aacc

%20
%17
%0
%20

Triadic Colors of #a3aacc

#a3aacc #cca3aa #aacca3

Analogous Colors of #a3aacc

#a3aacc #b1a3cc #a3bfcc

Monochromatic Colors of #a3aacc

#a3aacc

Complementary Color

#a3aacc #ccc5a3

#a3aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3aacc Color CSS Codes

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

#a3aacc Text Font Color

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

This sample text font color is #a3aacc
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.


#a3aacc Background Color

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

This div background color is #a3aacc


#a3aacc Border Color

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

This div border color is #a3aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3aacc

#a3aacc Color Palettes


Comments

No comments written yet.

Please login to write comment.