Color Hex Logo

#a06acc Color Hex

#A06ACC
(160,106,204)
0 Favorites   0 Comments

Color spaces of #a06acc

RGB 160106204
HSL0.760.490.61
HSV273°48°80°
CMYK 0.220.480.00   0.20
XYZ30.550322.141359.7903
Yxy22.14130.27160.1968
Hunter Lab47.054533.5462-42.3992
CIE-Lab54.176640.0160-42.7831

#a06acc color RGB value is (160,106,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101010 11001100
Octal 240 152 314
Decimal 160 106 204
Hex A0 6A CC

RGB Percentages of Color #a06acc

%34.04
%22.55
%43.40

CMYK Percentages of Color #a06acc

%22
%48
%0
%20

Triadic Colors of #a06acc

#a06acc #cca06a #6acca0

Analogous Colors of #a06acc

#a06acc #cc6ac7 #6f6acc

Monochromatic Colors of #a06acc

#a06acc

Complementary Color

#a06acc #96cc6a

#a06acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06acc Color CSS Codes

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

#a06acc Text Font Color

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

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


#a06acc Background Color

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

This div background color is #a06acc


#a06acc Border Color

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

This div border color is #a06acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06acc


Comments

No comments written yet.

Please login to write comment.