Color Hex Logo

#a769ab Color Hex

#A769AB
(167,105,171)
0 Favorites   0 Comments

Color spaces of #a769ab

RGB 167105171
HSL0.820.280.54
HSV296°39°67°
CMYK 0.020.390.00   0.33
XYZ28.338621.258941.1378
Yxy21.25890.31230.2343
Hunter Lab46.107429.0221-20.6244
CIE-Lab53.231735.6159-25.2202

#a769ab color RGB value is (167,105,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101001 10101011
Octal 247 151 253
Decimal 167 105 171
Hex A7 69 AB

RGB Percentages of Color #a769ab

%37.70
%23.70
%38.60

CMYK Percentages of Color #a769ab

%2
%39
%0
%33

Triadic Colors of #a769ab

#a769ab #aba769 #69aba7

Analogous Colors of #a769ab

#a769ab #ab698e #8669ab

Monochromatic Colors of #a769ab

#a769ab

Complementary Color

#a769ab #6dab69

#a769ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a769ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a769ab Color CSS Codes

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

#a769ab Text Font Color

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

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


#a769ab Background Color

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

This div background color is #a769ab


#a769ab Border Color

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

This div border color is #a769ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a769ab


Comments

No comments written yet.

Please login to write comment.