Color Hex Logo

#a46acc Color Hex

#A46ACC
(164,106,204)
0 Favorites   0 Comments

Color spaces of #a46acc

RGB 164106204
HSL0.770.490.61
HSV276°48°80°
CMYK 0.200.480.00   0.20
XYZ31.363022.560259.8283
Yxy22.56020.27570.1983
Hunter Lab47.497634.7441-41.4338
CIE-Lab54.616441.1309-42.0595

#a46acc color RGB value is (164,106,204).

#a46acc hex color red value is 164, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a46acc hue: 0.77 , saturation: 0.49 and the lightness value of a46acc is 0.61.

The process color (four color CMYK) of #a46acc color hex is 0.20, 0.48, 0.00, 0.20. Web safe color of #a46acc is #9966cc. Color #a46acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101010 11001100
Octal 244 152 314
Decimal 164 106 204
Hex A4 6A CC

RGB Percentages of Color #a46acc

%34.60
%22.36
%43.04

CMYK Percentages of Color #a46acc

%20
%48
%0
%20

Triadic Colors of #a46acc

#a46acc #cca46a #6acca4

Analogous Colors of #a46acc

#a46acc #cc6ac3 #736acc

Monochromatic Colors of #a46acc

#a46acc

Complementary Color

#a46acc #92cc6a

#a46acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46acc Color CSS Codes

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

#a46acc Text Font Color

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

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


#a46acc Background Color

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

This div background color is #a46acc


#a46acc Border Color

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

This div border color is #a46acc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,106,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 #a46acc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46acc


Comments

No comments written yet.

Please login to write comment.