Color Hex Logo

#a96abd Color Hex

#A96ABD
(169,106,189)
0 Favorites   0 Comments

Color spaces of #a96abd

RGB 169106189
HSL0.790.390.58
HSV286°44°74°
CMYK 0.110.440.00   0.26
XYZ30.701522.417250.8529
Yxy22.41720.29530.2156
Hunter Lab47.346832.8894-30.5377
CIE-Lab54.466939.3289-33.6780

#a96abd color RGB value is (169,106,189).

#a96abd hex color red value is 169, green value is 106 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a96abd hue: 0.79 , saturation: 0.39 and the lightness value of a96abd is 0.58.

The process color (four color CMYK) of #a96abd color hex is 0.11, 0.44, 0.00, 0.26. Web safe color of #a96abd is #9966cc. Color #a96abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101010 10111101
Octal 251 152 275
Decimal 169 106 189
Hex A9 6A BD

RGB Percentages of Color #a96abd

%36.42
%22.84
%40.73

CMYK Percentages of Color #a96abd

%11
%44
%0
%26

Triadic Colors of #a96abd

#a96abd #bda96a #6abda9

Analogous Colors of #a96abd

#a96abd #bd6aa8 #806abd

Monochromatic Colors of #a96abd

#a96abd

Complementary Color

#a96abd #7ebd6a

#a96abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96abd Color CSS Codes

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

#a96abd Text Font Color

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

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


#a96abd Background Color

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

This div background color is #a96abd


#a96abd Border Color

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

This div border color is #a96abd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,106,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a96abd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a96abd;
  -webkit-box-shadow: 1px 1px 3px 2px #a96abd;
  box-shadow:         1px 1px 3px 2px #a96abd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,106,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96abd


Comments

No comments written yet.

Please login to write comment.