Color Hex Logo

#a066ad Color Hex

#A066AD
(160,102,173)
0 Favorites   0 Comments

Color spaces of #a066ad

RGB 160102173
HSL0.800.300.54
HSV289°41°68°
CMYK 0.080.410.00   0.32
XYZ26.791419.993541.9822
Yxy19.99350.30180.2252
Hunter Lab44.714128.7024-24.3677
CIE-Lab51.829935.4652-28.6197

#a066ad color RGB value is (160,102,173).

#a066ad hex color red value is 160, green value is 102 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a066ad hue: 0.80 , saturation: 0.30 and the lightness value of a066ad is 0.54.

The process color (four color CMYK) of #a066ad color hex is 0.08, 0.41, 0.00, 0.32. Web safe color of #a066ad is #996699. Color #a066ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100110 10101101
Octal 240 146 255
Decimal 160 102 173
Hex A0 66 AD

RGB Percentages of Color #a066ad

%36.78
%23.45
%39.77

CMYK Percentages of Color #a066ad

%8
%41
%0
%32

Triadic Colors of #a066ad

#a066ad #ada066 #66ada0

Analogous Colors of #a066ad

#a066ad #ad6697 #7d66ad

Monochromatic Colors of #a066ad

#a066ad

Complementary Color

#a066ad #73ad66

#a066ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a066ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a066ad Color CSS Codes

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

#a066ad Text Font Color

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

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


#a066ad Background Color

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

This div background color is #a066ad


#a066ad Border Color

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

This div border color is #a066ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a066ad


Comments

No comments written yet.

Please login to write comment.