Color Hex Logo

#a69abf Color Hex

#A69ABF
(166,154,191)
0 Favorites   0 Comments

Color spaces of #a69abf

RGB 166154191
HSL0.720.220.68
HSV259°19°75°
CMYK 0.130.190.00   0.25
XYZ36.685534.979854.1085
Yxy34.97980.29170.2781
Hunter Lab59.14377.2180-12.8417
CIE-Lab65.732911.7481-17.4969

#a69abf color RGB value is (166,154,191).

#a69abf hex color red value is 166, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a69abf hue: 0.72 , saturation: 0.22 and the lightness value of a69abf is 0.68.

The process color (four color CMYK) of #a69abf color hex is 0.13, 0.19, 0.00, 0.25. Web safe color of #a69abf is #9999cc. Color #a69abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011010 10111111
Octal 246 232 277
Decimal 166 154 191
Hex A6 9A BF

RGB Percentages of Color #a69abf

%32.49
%30.14
%37.38

CMYK Percentages of Color #a69abf

%13
%19
%0
%25

Triadic Colors of #a69abf

#a69abf #bfa69a #9abfa6

Analogous Colors of #a69abf

#a69abf #b99abf #9aa1bf

Monochromatic Colors of #a69abf

#a69abf

Complementary Color

#a69abf #b3bf9a

#a69abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69abf Color CSS Codes

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

#a69abf Text Font Color

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

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


#a69abf Background Color

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

This div background color is #a69abf


#a69abf Border Color

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

This div border color is #a69abf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,154,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a69abf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a69abf;
  -webkit-box-shadow: 1px 1px 3px 2px #a69abf;
  box-shadow:         1px 1px 3px 2px #a69abf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,154,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69abf


Comments

No comments written yet.

Please login to write comment.