Color Hex Logo

#a76aca Color Hex

#A76ACA
(167,106,202)
0 Favorites   0 Comments

Color spaces of #a76aca

RGB 167106202
HSL0.770.480.60
HSV278°48°79°
CMYK 0.170.480.00   0.21
XYZ31.751122.787858.6021
Yxy22.78780.28060.2014
Hunter Lab47.736635.1870-39.3697
CIE-Lab54.853141.5300-40.5246

#a76aca color RGB value is (167,106,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101010 11001010
Octal 247 152 312
Decimal 167 106 202
Hex A7 6A CA

RGB Percentages of Color #a76aca

%35.16
%22.32
%42.53

CMYK Percentages of Color #a76aca

%17
%48
%0
%21

Triadic Colors of #a76aca

#a76aca #caa76a #6acaa7

Analogous Colors of #a76aca

#a76aca #ca6abd #776aca

Monochromatic Colors of #a76aca

#a76aca

Complementary Color

#a76aca #8dca6a

#a76aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76aca Color CSS Codes

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

#a76aca Text Font Color

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

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


#a76aca Background Color

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

This div background color is #a76aca


#a76aca Border Color

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

This div border color is #a76aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76aca


Comments

No comments written yet.

Please login to write comment.