Color Hex Logo

#a3acc0 Color Hex

#A3ACC0
(163,172,192)
0 Favorites   0 Comments

Color spaces of #a3acc0

RGB 163172192
HSL0.610.190.70
HSV221°15°75°
CMYK 0.150.100.00   0.25
XYZ39.371241.097355.7267
Yxy41.09730.28910.3018
Hunter Lab64.1072-2.5624-6.6642
CIE-Lab70.24400.9791-11.2829

#a3acc0 color RGB value is (163,172,192).

#a3acc0 hex color red value is 163, green value is 172 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #a3acc0 hue: 0.61 , saturation: 0.19 and the lightness value of a3acc0 is 0.70.

The process color (four color CMYK) of #a3acc0 color hex is 0.15, 0.10, 0.00, 0.25. Web safe color of #a3acc0 is #9999cc. Color #a3acc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101100 11000000
Octal 243 254 300
Decimal 163 172 192
Hex A3 AC C0

RGB Percentages of Color #a3acc0

%30.93
%32.64
%36.43

CMYK Percentages of Color #a3acc0

%15
%10
%0
%25

Triadic Colors of #a3acc0

#a3acc0 #c0a3ac #acc0a3

Analogous Colors of #a3acc0

#a3acc0 #a9a3c0 #a3bbc0

Monochromatic Colors of #a3acc0

#a3acc0

Complementary Color

#a3acc0 #c0b7a3

#a3acc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3acc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3acc0 Color CSS Codes

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

#a3acc0 Text Font Color

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

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


#a3acc0 Background Color

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

This div background color is #a3acc0


#a3acc0 Border Color

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

This div border color is #a3acc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3acc0


Comments

No comments written yet.

Please login to write comment.