Color Hex Logo

#a069ad Color Hex

#A069AD
(160,105,173)
0 Favorites   0 Comments

Color spaces of #a069ad

RGB 160105173
HSL0.800.290.55
HSV289°39°68°
CMYK 0.080.390.00   0.32
XYZ27.091620.593942.0823
Yxy20.59390.30180.2294
Hunter Lab45.380527.1464-23.2145
CIE-Lab52.502133.7873-27.5762

#a069ad color RGB value is (160,105,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101001 10101101
Octal 240 151 255
Decimal 160 105 173
Hex A0 69 AD

RGB Percentages of Color #a069ad

%36.53
%23.97
%39.50

CMYK Percentages of Color #a069ad

%8
%39
%0
%32

Triadic Colors of #a069ad

#a069ad #ada069 #69ada0

Analogous Colors of #a069ad

#a069ad #ad6998 #7e69ad

Monochromatic Colors of #a069ad

#a069ad

Complementary Color

#a069ad #76ad69

#a069ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a069ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a069ad Color CSS Codes

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

#a069ad Text Font Color

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

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


#a069ad Background Color

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

This div background color is #a069ad


#a069ad Border Color

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

This div border color is #a069ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a069ad


Comments

No comments written yet.

Please login to write comment.