Color Hex Logo

#a569ab Color Hex

#A569AB
(165,105,171)
0 Favorites   0 Comments

Color spaces of #a569ab

RGB 165105171
HSL0.820.280.54
HSV295°39°67°
CMYK 0.040.390.00   0.33
XYZ27.919321.042841.1182
Yxy21.04280.30990.2336
Hunter Lab45.872428.3636-21.0345
CIE-Lab52.996334.9749-25.6030

#a569ab color RGB value is (165,105,171).

#a569ab hex color red value is 165, green value is 105 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a569ab hue: 0.82 , saturation: 0.28 and the lightness value of a569ab is 0.54.

The process color (four color CMYK) of #a569ab color hex is 0.04, 0.39, 0.00, 0.33. Web safe color of #a569ab is #996699. Color #a569ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101001 10101011
Octal 245 151 253
Decimal 165 105 171
Hex A5 69 AB

RGB Percentages of Color #a569ab

%37.41
%23.81
%38.78

CMYK Percentages of Color #a569ab

%4
%39
%0
%33

Triadic Colors of #a569ab

#a569ab #aba569 #69aba5

Analogous Colors of #a569ab

#a569ab #ab6990 #8469ab

Monochromatic Colors of #a569ab

#a569ab

Complementary Color

#a569ab #6fab69

#a569ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a569ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a569ab Color CSS Codes

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

#a569ab Text Font Color

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

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


#a569ab Background Color

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

This div background color is #a569ab


#a569ab Border Color

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

This div border color is #a569ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,105,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a569ab


Comments

No comments written yet.

Please login to write comment.