Color Hex Logo

#a06aca Color Hex

#A06ACA
(160,106,202)
0 Favorites   0 Comments

Color spaces of #a06aca

RGB 160106202
HSL0.760.480.60
HSV274°48°79°
CMYK 0.210.480.00   0.21
XYZ30.311922.045958.5348
Yxy22.04590.27330.1988
Hunter Lab46.953133.0680-41.0477
CIE-Lab54.075739.5579-41.8026

#a06aca color RGB value is (160,106,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101010 11001010
Octal 240 152 312
Decimal 160 106 202
Hex A0 6A CA

RGB Percentages of Color #a06aca

%34.19
%22.65
%43.16

CMYK Percentages of Color #a06aca

%21
%48
%0
%21

Triadic Colors of #a06aca

#a06aca #caa06a #6acaa0

Analogous Colors of #a06aca

#a06aca #ca6ac4 #706aca

Monochromatic Colors of #a06aca

#a06aca

Complementary Color

#a06aca #94ca6a

#a06aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06aca Color CSS Codes

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

#a06aca Text Font Color

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

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


#a06aca Background Color

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

This div background color is #a06aca


#a06aca Border Color

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

This div border color is #a06aca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,106,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06aca


Comments

No comments written yet.

Please login to write comment.